aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-27Fixed Iptc parser under 64bit linuxChristian Fetzer
2011-10-17[fix] - fix duplicated method delcarationMemphiz
2011-10-16matroskadec: use correct compression parameters for current track CodecPrivateCrystalP
2011-10-15Changed format string - %td not supported by our MingW environment.CrystalP
2011-10-15dxva-h264 Fix dxva playback of streams that don't start with an I-Frame.CrystalP
2011-10-15dxva-vc1 Pass overlapping transforms hintCrystalP
2011-10-15dxva-vc1 Take BI into account for forward and backward picturesCrystalP
2011-10-15dxva-mpeg2 speed up slice allocationCrystalP
2011-10-15dxva-mpeg2 Allocate slices array dynamically - fixes videos with > 175 slices.CrystalP
2011-10-15update libcec from 0.6.0 to 0.7.0davilla
2011-10-13changed libcec to be dyloaded like others, also change lib/libcec/Makefile to...davilla
2011-10-13fixed, sporatic make failures when libid3tag tries to regenerate genre.dat on...davilla
2011-10-11Merge pull request #482 from jkominek/masterArne Morten Kvarving
2011-10-11[osx/ios] fixed, Imaging-1.1.7 has a design quirk where one can import it two...davilla
2011-10-11cec: use libcec as an internal lib and fetch it in "bootstrap". added --enabl...Lars Op den Kamp
2011-10-11Factor out libbluray dll loader into separate headerelupus
2011-10-10wrapped strncpy to ensure resulting strings are always null terminated.Jay Kominek
2011-10-10replaced some strcpy's that were causing crashes, with strncpy's in unrarxlibJay Kominek
2011-10-08fix ffmpeg patch to reflect changed alpha array size in upstream. fixes #1134...CrystalP
2011-10-07[osx/ios] fixed build of script.module.pil, this also add the ability to cros...davilla
2011-10-05changed to have make clean do a distclean and add ldconfig when installingdavilla
2011-10-02[airtunes] include 006_no_printf.patchdavilla
2011-09-29change afpfs-ng default install location to /usr/localdavilla
2011-09-29[airtunes] change default install location to /usr/localdavilla
2011-09-29[add] - makefile for building afpfs-ng for linuxMemphis
2011-09-28Merge pull request #447 from Memphiz/airtunesMemphiz
2011-09-28[WIN32] fixed: build libass with patched freetype.WiSo
2011-09-28Merge pull request #445 from blinkseb/libassSébastien Brochet
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
2011-09-19[WIN32] fixed some warnings. ETIMEDOUT and ECANCELED already defined.WiSo
2011-09-16build: 3rd party lib linking symbols cleanuptheuni
2011-09-12fixed: Compilation issue with ffmpeg 0.7.1elupus
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
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 with...David Teirney
2011-09-04Update one of the other Microsoft Visual Studio files to remove an include lo...David Teirney
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 (h...WiSo
2011-09-02Merge pull request #386 from dteirney/libcmythDavid Teirney
2011-09-02build: allow configure options to be set for libnfstheuni
2011-09-02[nfs] - bump version to 0804e67Memphiz
2011-08-30Use the more portable "=" in shell test usage, rather than "=="David Brownlee