aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-05-17platinum update from 0.6.9.1 to 1.0.5.13montellese
2014-05-15platinum: add patch for 1dbb70de6caf307d87aa61e21fe324bbb1709a39montellese
2014-05-14platinum: enable loggingmontellese
2014-05-12[airtunes] - phase out support for libshairport - its superseeded by ↵Memphiz
libshairplay long enough on all platforms
2014-04-29Remove libmadfritsch
2014-04-29Merge pull request #4595 from FernetMenta/ffmpeg2Rainer Hochecker
FFmpeg upgrade to 2.2 , remove from tree
2014-04-29Merge pull request #4107 from Voyager1/libdvd-updatejmarshallnz
Libdvdread and Libdvdnav update to latest version 4.2.1 - Libdvdcss to 1.2.13
2014-04-27[WIN32] download and compile ffmpeg from remote source.WiSo
2014-04-27ffmpeg: remove dll wrappersRainer Hochecker
2014-04-27remove ffmpeg from treewsnipex
2014-04-20FFmpeg: Cherry-pick c94305ae23318c8956a30485cd5642829f4f16a9 to fix #15085fritsch
2014-04-20ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross
Fixes ticket #3530. Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-14ffmpeg: backport flac seeking patchRainer Hochecker
2014-04-14flac demuxer: improve seekingRainer Hochecker
2014-04-11fix incorrect logging when using static ffmpegwsnipex
2014-04-05platinum: add missing patch filemontellese
2014-03-30Neptune Add audio/x-flac MIME typemossywell
Change streaming FLAC MIME type from application/octet to audio/x-flac to support Frontier Silicon systems (such as the Axis X3) that require this. (Others don't care.) FLAC not added to DefaultDlnaMap as * suffices. (Commit amend: tabs --> spaces) (Commit amend: flac --> x-flac)
2014-03-14Merge pull request #4403 from taxigps/unrarxlibjmarshallnz
fixed UnrarXlib: can't extract file with non-english file name.
2014-03-13fixed UnrarXlib: can't extract file with non-english file name.taxigps
2014-03-11paplayer: sunset wav and adpcm codecsRainer Hochecker
2014-03-11paplayer: drop flac decoder, use ffmpeg insteadRainer Hochecker
2014-03-10Merge pull request #4228 from afedchin/dxva_h264_inteljmarshallnz
[DXVA] Fix h264 deconding with refs > 11 on recent Intel GPUs (SNB/IVB)
2014-03-08ffmpeg backport for assettion in wmaRainer Hochecker
2014-03-08avformat/asfdec: call ff_read_frame_flush() in asf_read_pts()Michael Niedermayer
flushing just the asf demuxer but not the cores buffers leads to inconsistencies and a "random" packet position which later causes an assertion failure Fixes Ticket2853 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-07ffmpeg: dxva2_h264: add a workaround for old intel GPUsHendrik Leppkes
Old Intel GPUs expect the reference frame index to the actual surface, instead of the index into RefFrameList as specified by the spec. This workaround should be set when using one of the "ClearVideo" decoder devices.
2014-03-07ffmpeg: dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes
The latest H.264 DXVA specification states that the index in this structure should refer to a valid entry in the RefFrameList of the picture parameter structure, and not to the actual surface index. Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy)
2014-03-01Remove cpluff generated filesTrent Nelson
2014-02-17Merge pull request #4214 from Shine-/ffmpegbackportvc1Joakim Plate
ffmpeg backport: VC-1 DXVA2 improvements / Intel compat
2014-02-16ffmpeg backport: VC-1 DXVA2 improvements / Intel compatShine
2014-02-15Merge pull request #4096 from DBendit/libbluray-fixTrent Nelson
Ensuring libbluray doesn't overwrite distro files on non-Darwin systems
2014-02-11libdvdread-libdvdnav - updated diff filesVoyager1
2014-02-11libdvdread-libdvdnav - remove unused xbmc patchesVoyager1
2014-02-11libdvdread-libdvdnav update to 4.2.1Voyager1
2014-02-11libdvdcss update to 1.2.13 - incl diff fileVoyager1
2014-02-11libdvdcss-1.2.12 updated diff filesVoyager1
2014-02-11libdvdcss-1.2.12 removed _XBOX unneeded patchesVoyager1
2014-02-11Merge pull request #4102 from Montellese/platinum_patches_onlyjmarshallnz
platinum: add all currently applied patches
2014-02-09[cximage] Fix denial of service via a crafted photo file (CVE-2013-1438)Anssi Hannula
Embedded CxImage embeds a copy of libDCR, a fork of dcraw.c, which contains several denial of service vulnerabilities as discovered by Raphael Geissert. These seem to affect the CxImage-embedded libDCR as well. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1438 ---- Unspecified vulnerability in dcraw 0.8.x through 0.8.9, as used in libraw, ufraw, shotwell, and other products, allows context-dependent attackers to cause a denial of service via a crafted photo file that triggers a (1) divide-by-zero, (2) infinite loop, or (3) NULL pointer dereference. ---- Port the fix from libRaw [1] to CxImage copy of libDCR. The patch has been submitted upstream. [1] https://github.com/LibRaw/LibRaw/commit/9ae25d8c3a6bfb40c582538193264f74c9b93bc0
2014-02-04Merge pull request #3198 from sraue/dvdread-config-fixjmarshallnz
libdvdnav runs dvdread-config to update CFLAGS and LDFLAGS with libdirs,...
2014-02-01linux: link ffmpeg staticallyRainer Hochecker
2014-01-28platinum: add all currently applied patchesmontellese
2014-01-28dxva2: bump maximum number of slieces for mpeg2Rainer Hochecker
Suggested by heleppkes on https://trac.ffmpeg.org/ticket/3133 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-28ffmpeg: dxva - backport bump max slices for mpeg2Rainer Hochecker
2014-01-28ffmpeg: dxva drop outdated patchesRainer Hochecker
2014-01-27Ensuring libbluray doesn't overwrite distro files on non-Darwin systemsDave Bendit
2014-01-24Merge pull request #4081 from voguemaster/masterJoakim Plate
ffmpeg: Correctly handle cookies that specify a sub-domain.
2014-01-24ffmpeg: correctly handle cookies that specify a sub-domainEli K
2014-01-23platinum: lastPlaybackTime is in the "upnp" and not in the "dc" namespacemontellese
2014-01-23Properly handle cookies that specify a sub-domainEli K
2014-01-12[win32] libcmyth: remove local copy of mysqlclient lib and inttypes.hKarlson2k