aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-4/+4
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-291-4/+4
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-2/+4
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+2
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-271-799/+800
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-271-90/+91
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-251-2/+14
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-201-0/+7
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+1
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-1/+1
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-081-0/+39
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-061-2/+2
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-011-0/+9
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-011-26/+0
* 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