Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-08-29 | Remove code that masked a delete error from the MythTV backend. The real ↵ | David Teirney | |
return code is now used rather than a hardcoded success return value. | |||
2011-08-19 | Merge pull request #358 from dteirney/libcmyth | David Teirney | |
Optimization to libcmyth to help with slow seeking with Myth 0.24 | |||
2011-08-15 | [bump] - bump version of libnfs - closes #11778 | Memphiz | |
2011-08-08 | Change logging for invalid response for the length from DEBUG to WARN. | David Teirney | |
2011-08-08 | Optimize the file seek behavior for libcmyth to return immediately if the ↵ | David Teirney | |
requested seek time is the same as the current file position. | |||
2011-08-07 | Changed the listing of commercial breaks to ignore the last commercial break ↵ | David Teirney | |
if it only has a start marker and no end marker. Avoids XBMC trying to seek to a really large number when the commercial break is entered, causing the system to do nothing useful for a long time. | |||
2011-08-02 | [fix] - all good things count to 3 - last fix only for arm | Memphiz | |
2011-08-02 | [fix] - i mean the Makefile.in of course | Memphiz | |
2011-08-02 | Revert "[fix] - libXDAAP should align memory accesses" | Memphiz | |
This reverts commit b12953583b781185f013ff3963d17ab08b0f377a. | |||
2011-08-02 | [fix] - libXDAAP should align memory accesses | Memphiz | |
2011-08-01 | fixed: make sure libexif is using the correct byte order (intel or motorola) ↵ | vdrfan | |
when processing gps information (fixes #8427) | |||
2011-07-31 | Dynamic evaluation of the processor flags passed to libpostproc. | CrystalP | |
Similar to the work done for swscale. Benefits 3DNow and Altivec users, as the optimizations were not turned on for them. | |||
2011-07-30 | [WIN32] added comment on how to get ffmpeg log messages | WiSo | |
2011-07-24 | Attempt to find PIL with external python first before building our own. | Andres Mejia | |
2011-07-24 | Merge pull request #280 from CrHasher/libavfilter_integration | Joakim Plate | |
Support for later libavfilter releases | |||
2011-07-23 | [WIN32] changed: one disable-debug is enough | WiSo | |
2011-07-22 | [fix] - force 64bit file io on linux - fixes crashing on lseek | Memphis | |
2011-07-22 | [change] - bump libnfs version for linux aswell | Memphis | |
2011-07-20 | Updated libsidplay2 Makefile to fix an include file name collision. | Jim Carroll | |
2011-07-19 | Wrap new methods avfilter_inout_alloc and avfilter_inout_free, change ↵ | CrHasher | |
avfilter_graph_parse and avfilter_graph_config wrappers, fixed av_vsrc_buffer_add_frame exports, and move version logic from video codec to the dll wrapper. | |||
2011-07-18 | [add] - added support for dns name resolution | Memphiz | |
- refactored gNfsConnection - added missing GPL headers - refactored GetDirectory / added GetDirectoryFromExportList - reduce number of mount requests to a minimum by using the list of exported pathes from the server - added support for listing nfs servers of the subnet (url nfs://) - nfs support knows kung fu now :D | |||
2011-07-18 | [libnfs] - version bump to new api and new buildsys | Memphiz | |
2011-07-17 | Add 'mads' program to be cleaned during 'make clean'. | Andres Mejia | |
2011-07-16 | Fix path to Makefile.include. | Andres Mejia | |
2011-07-14 | fixed: yadif should copy frame properties of second frame as well | elupus | |
2011-07-11 | fixed: typo in lavc dummy frame fix | elupus | |
2011-07-11 | added: patch file for dvb subtitile memory leak | elupus | |
This closes ticket #11726 | |||
2011-07-11 | Patch for memory leaks in DVB subtitles decoder | Jernej Fijačko | |
Signed-off-by: Joakim Plate <elupus@ecce.se> | |||
2011-07-10 | [osx] remove SYSROOT, it is not used anywhere, same for setting ↵ | davilla | |
MACOSX_DEPLOYMENT_TARGET, config.site takes care of that | |||
2011-07-09 | added: support for lavfilter 2.13.0 | elupus | |
Closes ticket #11689 Thx: Zenkibou | |||
2011-07-05 | changed: updated dxva zigzag workaround for ATI based on comments on ↵ | elupus | |
xbmc.org and ffmpeg.org | |||
2011-07-04 | [WIN32] changed mingw: use NUMBER_OF_PROCESSORS jobs for compiling ↵ | WiSo | |
(-jNUMBER_OF_PROCESSORS) | |||
2011-07-03 | added: workaround for different handling of scaling lists for ATI cards | elupus | |
2011-07-03 | changed: updated yadif patch to same as will be applied upstream | elupus | |
2011-06-26 | Fixed the Unrar code broken by the threading refactor. | Jim Carroll | |
In several places in the rar code the new threading mechanisms were not used in a "functionally equivalent" manner. In five places the original code checked for a timeout using a "!= WAIT_OBJECT_0" which was interpreted as checking for a signaled state as if the "!" wasn't there. This commit fixes that problem. | |||
2011-06-25 | Fixed the windows GlobalsHandling problems. | Jim Carroll | |
2011-06-24 | [WIN32] deleted: old libmicrohttpd binaries 0.4.5 | WiSo | |
2011-06-24 | finaly fix av_vsrc_buffer_add_frame with external ffmpeg | Fneufneu | |
2011-06-24 | fix libavfilter with external ffmpeg | Fneufneu | |
- fix ~DllAvFilter() - add missing avfilter_register_all() - fix av_vsrc_buffer_add_frame() | |||
2011-06-24 | changed: added patch file for an important ffmpeg change | elupus | |
2011-06-24 | changed: allow yadif deinterlacer to enable and disable based on input ↵ | elupus | |
interlaced flag | |||
2011-06-23 | Merge pull request #209 from jimfcarroll/remove-circ-deps | jimfcarroll | |
Step-by-step refactor all threading synchronization mechanisms. This is a significant change that collapses all threading synchronization mechanisms the ThreadLocal down to a small set of boost based classes. It removes the circular dependencies from the threading library with the exception of the Thread class itself, which is next. | |||
2011-06-23 | [osx/ios] fixed libavfilter build on ppc and ios | beenje | |
2011-06-23 | Removed all WaitForSingleObject and WaitForMultipleObjects calls and ↵ | Jim Carroll | |
replaced them with the latest CEvent calls. | |||
2011-06-23 | [ios/atv2] fix: libavfilter would fail to compile on arm | amet | |