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