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
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-02avidec: Set palette alpha as fully opaqueVittorio Giovara
2016-10-02avidec: Do not special case palette on big-endianVittorio Giovara
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-03avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato
2015-12-03avi: Validate the stream-id for DV as wellMichael Niedermayer
2015-12-03avi: Use the correct data typeLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
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