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
2014-07-18armv6: Accelerate butterflies_floatBen Avison
2014-07-18armv6: Accelerate vector_fmul_windowBen Avison
2014-07-17lavu/eval: add clip functionStefano Sabatini
2014-07-17avutil/opt: try to fix the case where src==dst in av_opt_copy()Michael Niedermayer
2014-07-16armv6: Accelerate butterflies_floatBen Avison
2014-07-16armv6: Accelerate vector_fmul_windowBen Avison
2014-07-15avutil & avdevice: remove av_bprint_fd_contents()Michael Niedermayer
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-07-10Merge commit 'a54f03bf07da964a1b04b03b85bc39deba76efa4'Michael Niedermayer
2014-07-09avutil/bprint:ædd io.h, try to fix msvc buildMichael Niedermayer
2014-07-09display: add matrix flip apiVittorio Giovara
2014-07-08avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>Michael Niedermayer
2014-07-08protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont...Michael Niedermayer
2014-07-07avutil/bprint: Add av_bprint_fd_contents()Andrey Utkin
2014-07-07Merge commit 'a7985cfd4c51b7fe2b870fc4ecd109707ee035d6'Michael Niedermayer
2014-07-06avutil: actually install hash.hTimothy Gu
2014-07-06audio_fifo: Split into a separate doxygen moduleTimothy Gu
2014-07-06samplefmt: Add doxygen categoriesTimothy Gu
2014-07-06avutil/audio_fifo: split into a separate doxy moduleTimothy Gu
2014-07-06avutil/samplefmt: improve doxygenTimothy Gu
2014-07-05downmix_info: clarify doxygenTimothy Gu
2014-07-05channel_layout: doxy: merge functions with macrosTimothy Gu
2014-07-04avutil: fix version macros doxygen moduleTimothy Gu
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-28Merge commit '7b0c7c9163fe3dd0081696befde28617119d2590'Michael Niedermayer
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-24Merge commit 'ab72eda15e98197cf148abc08574206cfde0d9b0'Michael Niedermayer
2014-06-24avutil/lzo: allow selecting the compression function in the test codeMichael Niedermayer
2014-06-24pixfmt: mark the reserved valuesVittorio Giovara
2014-06-23Merge commit 'ccda51b14c0fcae2fad73a24872dce75a7964996'Michael Niedermayer
2014-06-23avutil/lzo: add asserts to be double sure against overflowsMichael Niedermayer
2014-06-23avutil/lzo: Fix integer overflowMichael Niedermayer
2014-06-23lzo: Handle integer overflowLuca Barbato
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20Merge commit '440842c4eb1d7709654ec97cd687663d11ef499c'Michael Niedermayer
2014-06-20stereo3d: add missing include guardsVittorio Giovara
2014-06-18Merge commit '44671b57866aab8dd36715ff010e985e25baaf19'Michael Niedermayer
2014-06-18AVFrame: factor out freeing the side dataRoman Savchenko
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-06-09Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772'Michael Niedermayer
2014-06-09av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau
2014-06-08x86/float_dsp: add missing femmsJames Almer
2014-06-08x86/float_dsp: port vector_fmul_window to yasmJames Almer
2014-06-08x86/vp9: inital AVX2 intra_predJames Almer
2014-06-06avutil/libm: fix fminf() emulation build failure due to undefined FFMINMichael Niedermayer
2014-06-06avutil/libm: Replace macro based fminf() by functionMichael Niedermayer
2014-06-06avutil/libm: use FFMIN instead of fmin()Michael Niedermayer
2014-06-06avutil/libm: fix fminf typoMichael Niedermayer