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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-12avidec: Use sample size in case incorrect timestamps for aac in AVI (Ticket #...Heesuk Jung
2012-10-11Fix broken timestamps for some mp3 in avi samples.Carl Eugen Hoyos
2012-10-10avidec: fix 10l typoMichael Niedermayer
2012-10-10avidec: override sample size of 1024 for VBR AACMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-29avidec: use actually read size instead of requested sizeAnton Khirnov
2012-09-29avidec: return 0, not packet size from read_packet().Anton Khirnov
2012-09-19avidec: workaround aac with broken block alignMichael Niedermayer
2012-09-10avidec/guess_ni_flag: fix harmless integer overflowMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-01lavf: add missing new line to some error messagesPiotr Bandurski
2012-08-20lavc: move AVRn to a seperate decoder.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07avidec: fix AVStream.info memleak with dv.Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06avidec: parse INFO tags at the endMichael Niedermayer
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun