aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-08-29Cosmetic. Match spacing between delete_command and fill_command in ↵David Teirney
preparation for some better reuse.
2011-08-29Cosmetic. Move content to same line where possible. Break out multiple ↵David Teirney
fields into multiple lines.
2011-08-29Fix 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-29Fixed 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-29Rearrange 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-29Remove 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-19Merge pull request #358 from dteirney/libcmythDavid Teirney
Optimization to libcmyth to help with slow seeking with Myth 0.24
2011-08-15[bump] - bump version of libnfs - closes #11778Memphiz
2011-08-08Change logging for invalid response for the length from DEBUG to WARN.David Teirney
2011-08-08Optimize 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-07Changed 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 armMemphiz
2011-08-02[fix] - i mean the Makefile.in of courseMemphiz
2011-08-02Revert "[fix] - libXDAAP should align memory accesses"Memphiz
This reverts commit b12953583b781185f013ff3963d17ab08b0f377a.
2011-08-02[fix] - libXDAAP should align memory accessesMemphiz
2011-08-01fixed: make sure libexif is using the correct byte order (intel or motorola) ↵vdrfan
when processing gps information (fixes #8427)
2011-07-31Dynamic 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 messagesWiSo
2011-07-24Attempt to find PIL with external python first before building our own.Andres Mejia
2011-07-24Merge pull request #280 from CrHasher/libavfilter_integrationJoakim Plate
Support for later libavfilter releases
2011-07-23[WIN32] changed: one disable-debug is enoughWiSo
2011-07-22[fix] - force 64bit file io on linux - fixes crashing on lseekMemphis
2011-07-22[change] - bump libnfs version for linux aswellMemphis
2011-07-20Updated libsidplay2 Makefile to fix an include file name collision.Jim Carroll
2011-07-19Wrap 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 resolutionMemphiz
- 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 buildsysMemphiz
2011-07-17Add 'mads' program to be cleaned during 'make clean'.Andres Mejia
2011-07-16Fix path to Makefile.include.Andres Mejia
2011-07-14fixed: yadif should copy frame properties of second frame as wellelupus
2011-07-11fixed: typo in lavc dummy frame fixelupus
2011-07-11added: patch file for dvb subtitile memory leakelupus
This closes ticket #11726
2011-07-11Patch for memory leaks in DVB subtitles decoderJernej 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-09added: support for lavfilter 2.13.0elupus
Closes ticket #11689 Thx: Zenkibou
2011-07-05changed: 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-03added: workaround for different handling of scaling lists for ATI cardselupus
2011-07-03changed: updated yadif patch to same as will be applied upstreamelupus
2011-06-26Fixed 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-25Fixed the windows GlobalsHandling problems.Jim Carroll
2011-06-24[WIN32] deleted: old libmicrohttpd binaries 0.4.5WiSo
2011-06-24finaly fix av_vsrc_buffer_add_frame with external ffmpegFneufneu
2011-06-24fix libavfilter with external ffmpegFneufneu
- fix ~DllAvFilter() - add missing avfilter_register_all() - fix av_vsrc_buffer_add_frame()
2011-06-24changed: added patch file for an important ffmpeg changeelupus
2011-06-24changed: allow yadif deinterlacer to enable and disable based on input ↵elupus
interlaced flag
2011-06-23Merge pull request #209 from jimfcarroll/remove-circ-depsjimfcarroll
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 iosbeenje
2011-06-23Removed 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 armamet