summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud