Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-20avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentationJustin Ruggles
2011-10-20avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()Justin Ruggles
2011-10-20avcodec: clarify documentation of CODEC_CAP_DELAYJustin Ruggles
2011-10-20avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.Diego Biurrun
This is done conditional to the libavcodec version to avoid ABI breaks.
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2
2011-10-19Ut Video decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-18lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-18lavc: replace API-bump-triggered AVCodecContext field change with shorter, ↵Dustin Brody
non-conflicting name Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-16avcodec: remove stray @deprecated commentMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-10-14lavc: add a flag-based error_recognition field to AVCodecContext and ↵Dustin Brody
deprecate non-flag-based ER field Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-14lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-06libx264: support 9- and 10-bit output.Anton Khirnov
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-09-21lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov
They are still being used and shouldn't be removed.
2011-09-07libx264: add 'direct-pred' private optionAnton Khirnov
Deprecate AVCodecContext.directpred
2011-09-07libx264: add 'partitions' private optionAnton Khirnov
Deprecate AVCodecContext.partitions.
2011-09-06libx264: add 'cplxblur' private optionAnton Khirnov
Deprecate AVCodecContext.complexityblur
2011-09-06libx264: add 'deblock' private optionAnton Khirnov
Deprecate AVCodecContext.deblockalpha/deblockbeta
2011-09-06libx264: add 'b-bias' private optionAnton Khirnov
Deprecate AVCodecContext.bframebias.
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-08-31lavc: cosmetics, group deprecated codec flagsAnton Khirnov
2011-08-31mpeg12: add 'scan_offset' private option.Anton Khirnov
Deprecate CODEC_FLAG_SVCD_SCAN_OFFSET
2011-08-31h263/p encoder: add 'structured_slices' private option.Anton Khirnov
Deprecate CODEC_FLAG_H263P_SLICE_STRUCT
2011-08-31h263/p encoder: add 'obmc' private option.Anton Khirnov
Deprecate CODEC_FLAG_OBMC
2011-08-31h263p encoder: add 'aiv' private option.Anton Khirnov
Deprecate CODEC_FLAG_H263P_AIV
2011-08-31h263p encoder: add 'umv' private option.Anton Khirnov
Deprecate CODEC_FLAG_H263P_UMV
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
Deprecate CODEC_FLAG_ALT_SCAN
2011-08-31mjpegdec: add 'extern_huff' private option.Anton Khirnov
Deprecate CODEC_FLAG_EXTERN_HUFF
2011-08-31mpeg4enc: add 'data_partitioning' private option.Anton Khirnov
Deprecate CODEC_FLAG_PART
2011-08-31snow: add 'memc_only' private option.Anton Khirnov
Deprecate CODEC_FLAG2_MEMC_ONLY
2011-08-31libx264: add 'mbtree' private option.Anton Khirnov
Deprecate CODEC_FLAG2_MBTREE
2011-08-31libx264: add 'psy' private option.Anton Khirnov
Deprecate CODEC_FLAG2_PSY
2011-08-31libmp3lame: add 'reservoir' private option.Anton Khirnov
Deprecate CODEC_FLAG2_BIT_RESERVOIR
2011-08-31mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov
Deprecate CODEC_FLAG2_NON_LINEAR_QUANT
2011-08-31mpeg12enc: add drop_frame_timecode private option.Anton Khirnov
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
Deprecate CODEC_FLAG2_INTRA_VLC.
2011-08-31lavc: deprecate CODEC_FLAG2_BRDOAnton Khirnov
It's been unused for the last 3 years.
2011-08-31libx264: add 'aud' private option.Anton Khirnov
Deprecate CODEC_FLAG2_AUD.
2011-08-31libx264: add 'fast-pskip' private option.Anton Khirnov
Deprecate CODEC_FLAG2_FASTPSKIP.
2011-08-31libx264: add '8x8dct' private option.Anton Khirnov
Deprecate CODEC_FLAG2_8X8DCT.
2011-08-31libx264: add 'mixed-refs' private option.Anton Khirnov
Deprecate CODEC_FLAG2_MIXED_REFS.
2011-08-31libx264: add 'weightb' private option.Anton Khirnov
Deprecate CODEC_FLAG2_BPYRAMID.
2011-08-31libx264: add 'b-pyramid' private option.Anton Khirnov
Deprecate CODEC_FLAG2_BPYRAMID.
2011-08-31libx264: add 'intra-refresh' private option.Anton Khirnov
Deprecate CODEC_FLAG2_INTRA_REFRESH.
2011-08-31libx264: add 'ssim' private option.Anton Khirnov
Deprecate CODEC_FLAG2_SSIM.
2011-08-31avcodec: remove misleading commentLuca Barbato
coded_width is the width before lowres scaling, coded_height is the height before lowres scaling.
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-24libx264: add 'crf_max' private option.Anton Khirnov
Deprecate corresponding global option.
2011-08-24libx264: add 'weightp' private option.Anton Khirnov
Deprecate corresponding global option.