summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* Reimplement stream probe try #2Michael Niedermayer2011-04-03
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\
| * 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
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | avidec: simplify read_gab2_subAnton Khirnov2011-02-09
* | Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-06
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-26
|/
* 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
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-20
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-20
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31