Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-15 | dxva-mpeg2 Allocate slices array dynamically - fixes videos with > 175 slices. | CrystalP | |
They used to result in images with a black bottom. sample on team ftp samples/PR471/too_many_slices.ts Inspired by the vaapi code to reallocate the slices array for each new slice. Could be more efficient if the array could be preserved for all frames and freed only at the end of the video, but there doesn't seem to be anywhere appropriate to free the memory at the end. Alternative is to allocate the proper size straight away for a new frame, instead of realloc'ing for each slice. | |||
2011-10-15 | update libcec from 0.6.0 to 0.7.0 | davilla | |
2011-10-13 | changed libcec to be dyloaded like others, also change lib/libcec/Makefile ↵ | davilla | |
to be pure convenence make and remove the internal/external bits, libcec is a system lib. treat it that way. | |||
2011-10-13 | fixed, sporatic make failures when libid3tag tries to regenerate genre.dat ↵ | davilla | |
on darwin. sed will point to the native /usr/bin/sed which is not gnu sed, use this format so that it uses the correct sed as found by autotools | |||
2011-10-11 | Merge pull request #482 from jkominek/master | Arne Morten Kvarving | |
replaced some strcpy's that were causing crashes, with strncpy's in unrarxlib | |||
2011-10-11 | [osx/ios] fixed, Imaging-1.1.7 has a design quirk where one can import it ↵ | davilla | |
two different ways resulting in different python HASH for the same module. If the HASH is different then imaging calls exit(1) and everything dies. Mod to ignore this. Note Imaging-1.2 alpha changes this behavor to use one namespace ie. PIL | |||
2011-10-11 | cec: use libcec as an internal lib and fetch it in "bootstrap". added ↵ | Lars Op den Kamp | |
--enable-external-libcec option to configure. to keep a permanent copy, remove "make download" from bootstrap to change the location of the tarball to another mirror, change lib/libcec/Makefile.in | |||
2011-10-11 | Factor out libbluray dll loader into separate header | elupus | |
2011-10-10 | wrapped strncpy to ensure resulting strings are always null terminated. | Jay Kominek | |
2011-10-10 | replaced some strcpy's that were causing crashes, with strncpy's in unrarxlib | Jay Kominek | |
2011-10-08 | fix ffmpeg patch to reflect changed alpha array size in upstream. fixes ↵ | CrystalP | |
#11342, thanks cg110. Alpha array size is 256 in ffmpeg and patch was not updated at last ffmpeg update, which caused memory corruption for some subs. See ticket #11342 for details. | |||
2011-10-07 | [osx/ios] fixed build of script.module.pil, this also add the ability to ↵ | davilla | |
cross-build any python module | |||
2011-10-05 | changed to have make clean do a distclean and add ldconfig when installing | davilla | |
2011-10-04 | [WIN32] changed: updated libass to v0.10.0. Some nice new features | Sébastien Brochet | |
(Bidirectional layout and Arabic shaping) and some bugs fix. | |||
2011-10-02 | [airtunes] include 006_no_printf.patch | davilla | |
2011-09-29 | change afpfs-ng default install location to /usr/local | davilla | |
2011-09-29 | [airtunes] change default install location to /usr/local | davilla | |
2011-09-29 | [add] - makefile for building afpfs-ng for linux | Memphis | |
2011-09-28 | Merge pull request #447 from Memphiz/airtunes | Memphiz | |
Airtunes support for ios/osx/linux | |||
2011-09-28 | [WIN32] fixed: build libass with patched freetype. | WiSo | |
2011-09-28 | Merge pull request #445 from blinkseb/libass | Sébastien Brochet | |
changed: update libass to v0.9.13 | |||
2011-09-27 | [fix] - soname for linux | Memphiz | |
2011-09-26 | [add] - libshairport for linux | Memphis | |
2011-09-25 | [WIN32] fixed warning | WiSo | |
2011-09-25 | updated libass to v0.9.13 | Sébastien Brochet | |
2011-09-25 | [WIN32] updated freetype to v2.4.6 | Sébastien Brochet | |
2011-09-23 | [linux] fixed, cannot load swscale on arm. treat swscale like the others and ↵ | davilla | |
cp the .so | |||
2011-09-19 | [WIN32] fixed some warnings. ETIMEDOUT and ECANCELED already defined. | WiSo | |
2011-09-16 | build: 3rd party lib linking symbols cleanup | theuni | |
Fix several linking concerns that are usually masked in one way or another. To see, add -Wl,--unresolved-symbols=ignore-in-shared-libs to LDFLAGS 1. The 3rd party libs that we build can't resolve our wrapped functions until runtime, so tell the linker not to expect them. 2. Various vis and screensavers were relying on XBMC bringing in GL libs. With these fixes, linking opts like --unresolved-symbols=ignore-in-shared-libs now work properly. This is useful for annoying libs like gles or egl which may depend on other libs that cannot resolve at link-time. TODO: ProjectM still neeeds attention | |||
2011-09-12 | fixed: Compilation issue with ffmpeg 0.7.1 | elupus | |
Closes ticket #11752 | |||
2011-09-11 | change to our mirrors, http://www.effbot.org/downloads is unreliable | davilla | |
2011-09-11 | drop ifdefs for aligned function call now that they map to normal | elupus | |
2011-09-09 | Merge pull request #405 from dteirney/myth | David Teirney | |
Fix so Myth recordings are deleted immediately in the UI when using Myth 0.24 | |||
2011-09-07 | [ffmpeg] silence compiler warnings | davilla | |
2011-09-04 | Silence compiler warning by specifying 0 as 0L so it's treated as a long. | David Teirney | |
2011-09-04 | Introduce a cmyth_proginfo_flags method to retrieve the flags associated ↵ | David Teirney | |
with a recorded program. | |||
2011-09-04 | Update one of the other Microsoft Visual Studio files to remove an include ↵ | David Teirney | |
location that doesn't appear to exist. | |||
2011-09-03 | [WIN32] removed win32 include path from cmyth (thanks dTeirney) | WiSo | |
2011-09-03 | [WIN32] copied inttypes.h to cmyth/win32/include to keep the lib separated ↵ | WiSo | |
(https://github.com/xbmc/xbmc/commit/312d2c3877b29acaf651dbcac5cd5aedfdd5e6ff#commitcomment-567622) | |||
2011-09-02 | Merge pull request #386 from dteirney/libcmyth | David Teirney | |
Update libcmyth to support protocol 57 for deletion of recordings | |||
2011-09-02 | build: allow configure options to be set for libnfs | theuni | |
This is an ugly ugly hack, but it only has to last until libnfs makes its way into distros. use the PREFIX or LIBNFS_CONFIGOPTS env vars to override their defaults. This way we can do cross builds without manual intervention. | |||
2011-09-02 | [nfs] - bump version to 0804e67 | Memphiz | |
2011-08-30 | Use the more portable "=" in shell test usage, rather than "==" | David Brownlee | |
2011-08-29 | Initialize all variables in the delete_command and fill_command to 0 to ↵ | David Teirney | |
ensure they are known values if they aren't changed in the body of the method. | |||
2011-08-29 | Added support for the ProgramInfo changes in protocol 57 for DELETE_RECORDING. | David Teirney | |
2011-08-29 | Cosmetic. Match spacing between delete_command and fill_command in ↵ | David Teirney | |
preparation for some better reuse. | |||
2011-08-29 | Cosmetic. Move content to same line where possible. Break out multiple ↵ | David Teirney | |
fields into multiple lines. | |||
2011-08-29 | Fix the 15th and 16th parameters for ProgramInfo, neither of which are ↵ | David Teirney | |
currently in the libcmyth version of the program_info so set to 0. | |||
2011-08-29 | Fixed the 8th parameter for ProgramInfo to be the channel name rather than ↵ | David Teirney | |
the channel icon. Based on it's position in the ProgramInfo structure I assume this has been wrong back quite a few protocols. | |||
2011-08-29 | Rearrange the layout for outputting the recordinginfo so it's easier to ↵ | David Teirney | |
compare with the MythTV source code and ensure the correct type is being used. In preparation for changes needed to support Myth 0.24. |