summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-29
* avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-04
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody2012-01-20
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-10
* 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