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
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10mpegvideo_enc: fix a signed overflowMans Rullgard
2011-09-25amvenc: another quant table fixMichael Niedermayer
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer
2011-09-25amvenc: fix quant tablesMichael Niedermayer
2011-09-25AMV video encoder.Michael Niedermayer
2011-09-22mpeg4videoenc: remove forgotten return -1Michael Niedermayer
2011-09-22mpeg4videoenc: guess a good aspect when we cant store the exact one.Michael Niedermayer
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-09-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-31h263/p encoder: add 'structured_slices' private option.Anton Khirnov
2011-08-31h263/p encoder: add 'obmc' private option.Anton Khirnov
2011-08-31h263p encoder: add 'aiv' private option.Anton Khirnov
2011-08-31h263p encoder: add 'umv' private option.Anton Khirnov
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
2011-08-31mpeg4enc: add 'data_partitioning' private option.Anton Khirnov
2011-08-31mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messagesami_stuff
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer