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-08-18Move ff_dlog from lavc to lavu.Ronald S. Bultje
2015-08-04avcodec/internal: improve min_size documentation for ff_alloc_packet2()Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2()Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-17lavc: Allow 64 channels internally.Carl Eugen Hoyos
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-04-24Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9'Michael Niedermayer
2015-04-24internal: Make dlog/tlog a no-op when disabledVittorio Giovara
2015-04-20avcodec/internal: Fix ff_dlog() define like av_dlog()Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-05Merge commit '5637ff01218a44fcc1fff9b4382a15a6470abcc9'Michael Niedermayer
2015-04-05libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö
2015-03-31avcodec/internal: Fix doxy for ff_alloc_packet2() return valueMichael Niedermayer
2015-03-15avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer
2015-03-14Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer
2015-03-13lavc: Introduce AVCodec internal capabilitiesVittorio Giovara
2014-11-18avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order ...Michael Niedermayer
2014-11-18Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'Michael Niedermayer
2014-11-18lavc: fix bitshifts amount bigger than the typeVittorio Giovara
2014-07-23Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd'Michael Niedermayer
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-20avcodec: remove no longer needed ff_codec_close_recursive()Michael Niedermayer
2014-05-20lavc: define STRIDE_ALIGN as 32 when compiling with AVX supportJames Almer
2014-05-12Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8'Michael Niedermayer
2014-05-12Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f'Michael Niedermayer
2014-05-11Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425'Michael Niedermayer
2014-05-11lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-03-24Merge commit '4a0f6651434c6f213d830140f575b4ec7858519f'Michael Niedermayer
2014-03-24libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov
2014-03-15avcodec: Move STRIDE_ALIGN to internal.hMichael Niedermayer
2014-03-10Define ff_log2_run[] in libavcodec/internal.h.Carl Eugen Hoyos
2014-01-06Merge commit '5b4797a21db900b7d509660b7a4d49829089b004'Michael Niedermayer
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2013-12-09Merge commit '37a749012aaacc801fe860428417a6d7b81c103f'Michael Niedermayer
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-11-04Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer
2013-11-04Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-11-01Merge commit '7644f5a80787c9b608b82873604805d7e38a6a18'Michael Niedermayer