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
2012-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-08-01timecode: show frame rate when invalid.Clément Bœsch
2012-07-31lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special valuesStefano Sabatini
2012-07-30audioconvert: add av_get_standard_channel_layout().Nicolas George
2012-07-30audioconvert: add av_get_channel_description().Nicolas George
2012-07-30audioconvert: include the description of channels in the library.Nicolas George
2012-07-30samplefmt: Fix warning about discarded qualifierjamal
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-28lavu/bprint: extend/clarify documentation for av_bprint_init() size_max valueStefano Sabatini
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28imgutils: Fix warnings about incompatible pointer type and discarded qualifiersjamal
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
2012-07-27eval: fix printing of NaN in eval fate test.Ronald S. Bultje
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-16lavu: disable av_uninit for clangPaul B Mahol
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-13av_samples_copy: support overlapping copiesMichael Niedermayer
2012-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-11configure: Check for the math function rintRonald S. Bultje
2012-07-11replace all __volatile__ by volatileMichael Niedermayer
2012-07-11parseutils: ignore digits below the microsecond.Nicolas George
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-07x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer
2012-07-07log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-07-06cosmetics: various spelling fixesLou Logan
2012-07-06Blowfish: restructure/simplify code a bit.Michael Niedermayer