summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+4
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-24/+24
* avio: deprecate url_feofAnton Khirnov2011-03-071-6/+6
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-4/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-16/+16
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-22/+22
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-12/+12
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-79/+79
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-211-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* avidec: simplify read_gab2_subAnton Khirnov2011-02-061-22/+16
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-041-2/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-251-19/+12
* add ff_get_bmp_headerPeter Ross2010-12-261-11/+1
* avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs2010-11-241-0/+38
* avidec: support non-standard creation_time formatAurelien Jacobs2010-11-231-1/+5
* avidec: trivial simplification regarding av_metadata_setAurelien Jacobs2010-11-231-6/+2
* avidec: export creation_date as metadataAurelien Jacobs2010-11-211-0/+27
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* Cosmetics: Reindent after r25023.Carl Eugen Hoyos2010-09-021-6/+6
* Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason2010-09-021-1/+3
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-301-1/+1
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-291-2/+123
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-171-0/+2
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-171-0/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Disable dshow specific bug emulation for amv files as they arentMichael Niedermayer2010-07-021-1/+3
* Rename block_align variable in the avi demuxer to clearly seperate its purposeMichael Niedermayer2010-07-021-4/+4
* Duplicate rounding that MS does in one of their implementations of an avi dem...Michael Niedermayer2010-07-021-0/+4
* Factorize get_duration() out of 4 places of the avi demuxer.Michael Niedermayer2010-07-011-14/+11
* Prevent infinite recursion of odml indexes.Michael Niedermayer2010-07-011-0/+9
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-201-0/+10
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-041-1/+1
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-4/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-13/+13
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-141-1/+2
* Add AVI metadata conversion table.Anton Khirnov2010-02-061-24/+18
* Support strn tag in avidec.Michael Niedermayer2010-02-051-9/+19
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-051-1/+1
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-031-1/+2
* Set nb_frames.Michael Niedermayer2010-02-021-4/+4
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-121-0/+5
OpenPOWER on IntegriCloud