summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-25
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
* CDXL demuxer and decoderPaul B Mahol2012-02-14
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-08
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-06
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-01
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-01
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-31
* lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-28
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-24
* XWD encoder and decoderPaul B Mahol2012-01-23
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-15
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-15
* avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles2012-01-07
* avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles2012-01-07
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* lavc: add format field to AVFrameStefano Sabatini2011-12-25
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-21
* libavcodec: Define a side data type for parameter changesMartin Storsjö2011-12-21