summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
...
* 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
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* avidec: simplify read_gab2_subAnton Khirnov2011-02-06
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-25
* add ff_get_bmp_headerPeter Ross2010-12-26
* avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs2010-11-24
* avidec: support non-standard creation_time formatAurelien Jacobs2010-11-23
* avidec: trivial simplification regarding av_metadata_setAurelien Jacobs2010-11-23
* avidec: export creation_date as metadataAurelien Jacobs2010-11-21
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Cosmetics: Reindent after r25023.Carl Eugen Hoyos2010-09-02
* Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason2010-09-02
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-30
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-29
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-17
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-17
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Disable dshow specific bug emulation for amv files as they arentMichael Niedermayer2010-07-02
* Rename block_align variable in the avi demuxer to clearly seperate its purposeMichael Niedermayer2010-07-02
* Duplicate rounding that MS does in one of their implementations of an avi dem...Michael Niedermayer2010-07-02
* Factorize get_duration() out of 4 places of the avi demuxer.Michael Niedermayer2010-07-01
* Prevent infinite recursion of odml indexes.Michael Niedermayer2010-07-01