aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-09-28Merge pull request #447 from Memphiz/airtunesMemphiz
Airtunes support for ios/osx/linux
2011-09-28[WIN32] fixed: build libass with patched freetype.WiSo
2011-09-28Merge pull request #445 from blinkseb/libassSébastien Brochet
changed: update libass to v0.9.13
2011-09-27[fix] - soname for linuxMemphiz
2011-09-26[add] - libshairport for linuxMemphis
2011-09-25[WIN32] fixed warningWiSo
2011-09-25updated libass to v0.9.13Sébastien Brochet
2011-09-25[WIN32] updated freetype to v2.4.6Sé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-16build: 3rd party lib linking symbols cleanuptheuni
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-12fixed: Compilation issue with ffmpeg 0.7.1elupus
Closes ticket #11752
2011-09-11change to our mirrors, http://www.effbot.org/downloads is unreliabledavilla
2011-09-11drop ifdefs for aligned function call now that they map to normalelupus
2011-09-09Merge pull request #405 from dteirney/mythDavid Teirney
Fix so Myth recordings are deleted immediately in the UI when using Myth 0.24
2011-09-07[ffmpeg] silence compiler warningsdavilla
2011-09-04Silence compiler warning by specifying 0 as 0L so it's treated as a long.David Teirney
2011-09-04Introduce a cmyth_proginfo_flags method to retrieve the flags associated ↵David Teirney
with a recorded program.
2011-09-04Update 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-02Merge pull request #386 from dteirney/libcmythDavid Teirney
Update libcmyth to support protocol 57 for deletion of recordings
2011-09-02build: allow configure options to be set for libnfstheuni
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 0804e67Memphiz
2011-08-30Use the more portable "=" in shell test usage, rather than "=="David Brownlee
2011-08-29Initialize 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-29Added support for the ProgramInfo changes in protocol 57 for DELETE_RECORDING.David Teirney
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