Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20Avoid a possible overflow when reading Nikon avi files.Carl Eugen Hoyos
2014-01-20Allow decoding of slightly broken Nikon avi files.Carl Eugen Hoyos
2014-01-08Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos
2013-12-25avformat/avidec: use ff_get_extradata()Michael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-22avformat/avidec: Dont assert the existence of an index for video streams.Michael Niedermayer
2013-11-22avformat/avidec: Skip duplicate strf chunksMichael Niedermayer
2013-11-22avformat/avidec: also print position in print_tag()Michael Niedermayer
2013-11-21avidec: fix a memleak in the dv init code.Anton Khirnov
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-10-10Merge commit 'ceec6e792e4b5baaa23b220f4fd33417631f5288'Michael Niedermayer
2013-10-10Merge commit '756547ce7f4d67a18663503e2157aebed3531703'Michael Niedermayer
2013-10-10Merge commit '1cac9accbd1f9b8596122d0735e37b97a844c514'Michael Niedermayer
2013-10-10avi: directly resync on DV in AVI read failureLuca Barbato
2013-10-10avi: DV in AVI must be considered single streamLuca Barbato
2013-10-10avi: properly fail if the dv demuxer is missingLuca Barbato
2013-09-30Merge commit '8d07258bb6063d0780ce2d39443d6dc6d8eedc5a'Michael Niedermayer
2013-09-29avidec: Make sure a packet is large enough before reading its dataMartin Storsjö
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-16avformat/avidec: use av_calloc() and check for allocation errorPaul B Mahol
2013-09-08avformat/avidec: fix signedness of pointer type in get_stream_idx()Michael Niedermayer
2013-08-31avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-28Merge commit 'c8f0b20b4a6bb6691928789d83e4b02896969848'Michael Niedermayer
2013-07-28Merge commit '10aa44aa675e05067845e3e55fac37642cbbdae4'Michael Niedermayer
2013-07-27avidec: Let the inner dv demuxer take care of discardingLuca Barbato
2013-07-27avidec: K&R formatting cosmeticsLuca Barbato
2013-07-06avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans
2013-05-18avidec: dont randomly skip packets for offseting the indexMichael Niedermayer
2013-05-13Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos
2013-05-10avidec: Enable full parsing for potencoder mpeg1/2Michael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-03-28avidec: Fix demuxing of non seekable avis with multiple RIFFsMichael Niedermayer
2013-03-19avidec: fix duration and bitrate of truncated filesMichael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-02-24avformat: Allocate duration_error separatelyMichael Niedermayer
2013-01-22Merge commit '570a4a0189946c2c983da41d37fdd67fa13266e7'Michael Niedermayer
2013-01-21avidec: use sensible error codes instead of -1Jindrich Makovicka
2012-12-12read_gab2_sub: fix null pointer dereferenceMichael Niedermayer
2012-11-30Correctly skip strf tag for subtitles when decoding avi.Carl Eugen Hoyos
2012-11-23avidec: try to support oddly muxed MMES streamMichael Niedermayer
2012-10-19avidec: remove unneeded null checkMichael Niedermayer
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer