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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer
2015-07-09Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer
2015-07-08lavc: Deprecate avctx.rc_strategyVittorio Giovara
2015-07-03lavc: Move deprecation warning disabling to files including the tableVittorio Giovara
2015-07-03lavc: Disable deprectation warnings coming from options tableVittorio Giovara
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-07-01Merge commit '3f872c9bfa8ee1032058cfa48068b5a73ef27b5e'Michael Niedermayer
2015-07-01lavc: Add missing API guard to dtg_active_format optionVittorio Giovara
2015-07-01avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU
2015-03-09avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer
2015-01-27Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9'Michael Niedermayer
2015-01-27lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov
2015-01-11avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer
2014-12-02options_table: fix colorspace minimum option valueJon Morley
2014-11-16lavc/options: set timecode_frame_start to -1 as option defaultLukasz Marek
2014-11-16lavc/options_table: add pixel_format and video_size optionsLukasz Marek
2014-11-16lavc/options_table: set min to -1 for timecode_frame_startLukasz Marek
2014-11-10options_table.h: min value for colorspace is 0 (AVCOL_SPC_RGB)Jon Morley
2014-11-03avcodec/options_table fix min of audio channels and sample rateMichael Niedermayer
2014-10-24avcodec/options_table: Fix codec_whitelist flagsMichael Niedermayer
2014-10-19avcodec: add codec_whitelistMichael Niedermayer
2014-10-18Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'Michael Niedermayer
2014-10-18Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40'Michael Niedermayer
2014-10-18Merge commit 'c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866'Michael Niedermayer
2014-10-18Merge commit '59b55c494e01de09dfd7cbf9cbbe7223265ac283'Michael Niedermayer
2014-10-18Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6'Michael Niedermayer
2014-10-18Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer
2014-10-18Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486'Michael Niedermayer
2014-10-18Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf'Michael Niedermayer
2014-10-18lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: deprecate unused mb_threshold fieldAnton Khirnov
2014-10-18lavc: deprecate unused me_threshold fieldAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-10-09Merge commit '586ea0379c207a942c1f2d61e0b3a63c458cc598'Michael Niedermayer
2014-10-09Merge commit '91eef402037ae5a51d89ade6cb71cdd70b291c8b'Michael Niedermayer
2014-10-09Merge commit '9d5fed6dc4cccb0689f694112f5026988bebc472'Michael Niedermayer
2014-10-09avcodec: Allow choosing the dump format field separator.Michael Niedermayer
2014-10-08avcodec: fix colorspace option descriptionVittorio Giovara
2014-10-08avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud
2014-10-08avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud
2014-10-02avcodec, avutil: allow more control about how samples are skippedwm4
2014-08-24avfilter: add codecview filterClément Bœsch