summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* 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
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-14
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* Support strn tag in avidec.Michael Niedermayer2010-02-05
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-05
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-03
* Set nb_frames.Michael Niedermayer2010-02-02
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-22
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-22
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-01