aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-02-261-0/+5
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-02-261-1/+11
* lavc: add avcodec_is_open().Anton Khirnov2012-02-261-0/+6
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-151-2/+70
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-151-0/+20
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-151-0/+5
* avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles2012-01-071-3/+15
* avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles2012-01-071-5/+8
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-011-0/+4
* lavc: add format field to AVFrameStefano Sabatini2011-12-251-0/+9
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-251-0/+7
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+7
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-0/+15
* libavcodec: Define a side data type for parameter changesMartin Storsjö2011-12-211-0/+26
* libavcodec: Define a side data type for new extradataMartin Storsjö2011-12-211-0/+1
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-5/+4
* v410 encoder and decoderDerek Buitenhuis2011-12-131-0/+1
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-5/+5
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+135
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-9/+14
* lavc: update doxy to use nondeprecated API.Anton Khirnov2011-11-261-9/+9
* Make channel layout masks unsignedMans Rullgard2011-11-251-3/+3
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-221-0/+31
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-3/+21
* VBLE DecoderDerek Buitenhuis2011-11-111-0/+1
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-091-0/+1
* BMV demuxer and decoderKostya Shishkov2011-11-081-0/+2
* cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov2011-11-061-11/+11
* move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov2011-11-061-0/+4
* deprecate codec IDs that won't ever be usedKostya Shishkov2011-11-061-0/+4
* avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-031-1/+1
* isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-281-0/+2
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-271-7/+11
* lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-201-0/+3
* avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentationJustin Ruggles2011-10-201-0/+4
* avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()Justin Ruggles2011-10-201-2/+3
* avcodec: clarify documentation of CODEC_CAP_DELAYJustin Ruggles2011-10-201-2/+4
* avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.Diego Biurrun2011-10-201-0/+6
* lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-191-2/+14
* Ut Video decoderKostya Shishkov2011-10-191-0/+1
* lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody2011-10-181-4/+4
* lavc: replace API-bump-triggered AVCodecContext field change with shorter, no...Dustin Brody2011-10-181-5/+1
* avcodec: remove stray @deprecated commentMans Rullgard2011-10-161-2/+0
* lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-141-4/+17
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-141-2/+2
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-061-0/+5
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-041-0/+2
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-261-0/+1