summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-0/+5
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-311-1/+11
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-0/+6
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-311-16/+23
* lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-281-0/+3
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-271-7/+0
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-271-4/+0
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-271-29/+0
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-271-14/+0
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-271-13/+0
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-11/+0
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-271-9/+0
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-271-15/+0
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-271-11/+0
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-271-34/+0
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-271-35/+0
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-271-8/+0
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-67/+0
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-271-23/+0
* lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-271-8/+0
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-271-13/+0
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-271-48/+0
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-271-20/+0
* lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-271-32/+0
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-12/+0
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-147/+0
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-241-0/+1
* XWD encoder and decoderPaul B Mahol2012-01-231-0/+1
* 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
OpenPOWER on IntegriCloud