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
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-05-09avi: Validate sample_sizeAndreas Cadhalpun
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-17lavf: Do not list mov-only codecs in riff tagsCarl Eugen Hoyos
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2014-12-08Allow reading of growing avi files (currently being written)Joakim Plate
2014-04-02avi: Improve non-interleaved detectionMichael Niedermayer
2014-04-02lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-21avidec: fix a memleak in the dv init code.Anton Khirnov
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-29avidec: Make sure a packet is large enough before reading its dataMartin Storsjö
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-27avidec: Let the inner dv demuxer take care of discardingLuca Barbato
2013-07-27avidec: K&R formatting cosmeticsLuca Barbato
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-21avidec: use sensible error codes instead of -1Jindrich Makovicka
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-29avidec: use actually read size instead of requested sizeAnton Khirnov
2012-09-29avidec: return 0, not packet size from read_packet().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-06-04avidec: make scale and rate unsigned.Anton Khirnov
2012-03-20lavf: deprecate av_read_packet().Anton Khirnov
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-20avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-10avidec: fix signed overflow in avi_sync()Mans Rullgard
2011-10-10avidec: simplify size parameter in memset()Janne Grunau
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03avidec: simplify convoluted flow in avi_load_index()Mans Rullgard
2011-07-02avidec: infer absolute vs relative index from first packetAlex Converse
2011-07-01avidec: Factor out the sync fucntionality.Alex Converse
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov