summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-031-11/+7
* avidec: infer absolute vs relative index from first packetAlex Converse2011-07-011-7/+23
* avidec: Factor out the sync fucntionality.Alex Converse2011-07-011-116/+128
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+6
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-28/+15
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-7/+8
* Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-071-2/+2
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* read AVI palette from the end of extradataKostya Shishkov2011-04-241-4/+8
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-13/+11
OpenPOWER on IntegriCloud