summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-02
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-02
* avi: Use the correct data typeLuca Barbato2015-12-02
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* riff: Use the correct logging contextLuca Barbato2015-07-11
* avi: Validate sample_sizeAndreas Cadhalpun2015-05-09
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* lavf: Do not list mov-only codecs in riff tagsCarl Eugen Hoyos2015-03-17
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* avidec: do not export stream_codec_tagAnton Khirnov2015-01-27
* Allow reading of growing avi files (currently being written)Joakim Plate2014-12-08
* avi: Improve non-interleaved detectionMichael Niedermayer2014-04-02
* lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud2014-04-02
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* avidec: fix a memleak in the dv init code.Anton Khirnov2013-11-21
* avi: directly resync on DV in AVI read failureLuca Barbato2013-10-10
* avi: DV in AVI must be considered single streamLuca Barbato2013-10-10
* avi: properly fail if the dv demuxer is missingLuca Barbato2013-10-10
* avidec: Make sure a packet is large enough before reading its dataMartin Storsjö2013-09-29
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* avidec: Let the inner dv demuxer take care of discardingLuca Barbato2013-07-27
* avidec: K&R formatting cosmeticsLuca Barbato2013-07-27
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* avidec: use sensible error codes instead of -1Jindrich Makovicka2013-01-21
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-29
* avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-04
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody2012-01-20
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-10