summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* 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
* avidec: simplify size parameter in memset()Janne Grunau2011-10-10
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-12
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-03
* avidec: infer absolute vs relative index from first packetAlex Converse2011-07-01
* avidec: Factor out the sync fucntionality.Alex Converse2011-07-01
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-07
* Remove unused variablesMans Rullgard2011-06-02
* read AVI palette from the end of extradataKostya Shishkov2011-04-24
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17