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-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
2014-06-06build: add fminf() emulationMichael Niedermayer
2014-06-05Merge commit 'd816e125fe1fa5c909b706d47904a4d6c1799996'Michael Niedermayer
2014-06-05dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun
2014-06-05avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64leMichael Niedermayer
2014-06-04Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'Michael Niedermayer
2014-06-03fix various typosLou Logan
2014-06-03Merge commit '68a06b3a639ee21c78532ee4c50c3366bf890ff7'Michael Niedermayer
2014-06-03Merge commit '6a0fa4d86f2b3e9060a1153b39fa3bfe36f1b617'Michael Niedermayer
2014-06-03Merge commit 'fd2981ea92d9a776fcb1a13377dce1c8a7db7b5e'Michael Niedermayer
2014-06-03Loose mplayer in MPlayer/incoming/Michael Niedermayer
2014-06-03Add direct link to ML in missing_feature_sample()Michael Niedermayer
2014-06-03build: check if AS supports the '.func' directiveJanne Grunau
2014-06-03aarch64: use '#' for whole line asm commentsJanne Grunau
2014-06-03aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau
2014-06-03aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau
2014-06-02Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer
2014-06-02avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer
2014-06-02av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer
2014-06-02avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer
2014-06-02avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-06-01avutil/opt: add av_opt_copy()Michael Niedermayer
2014-06-01avutil/opt: add opt_size()Michael Niedermayer
2014-06-01Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'Michael Niedermayer
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-31avutil/frame: frame_copy_video: support copying from a smaller to a larger frameMichael Niedermayer
2014-05-29x86: hpeldsp: better factorizationChristophe Gisquet