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-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-11av_opt_set_from_string: fix memleakMichael Niedermayer
2012-10-11sha: change loop condition to be tighter.Michael Niedermayer
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09eval: Fix eval test with ftrapvMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08Merge commit '78071a1420b425dfb787ac739048f523007b8139'Michael Niedermayer
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-08xtea: give constants the correct typeMichael Niedermayer
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06pca: get rid of VLAMichael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06parseutils-test: Drop random colors from parsing testDiego Biurrun
2012-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-05Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun
2012-10-04x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-10-03xtea: Test inplace decryptionMichael Niedermayer
2012-10-03xtea: Fix CBC decryption when src==dstMichael Niedermayer
2012-10-03xtea: Factorize testing into a separate functionMartin Storsjö
2012-10-03Allow use of strncpy()Mans Rullgard
2012-10-03blowfish: Add more testsMartin Storsjö
2012-10-03blowfish: Fix CBC decryption with dst==srcMartin Storsjö
2012-10-03blowfish: Factorize testing into a separate functionMartin Storsjö
2012-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-10-02Move xGA font data from lavc to lavu.Clément Bœsch
2012-10-01cpu: improve av_get_cpu_flags() doxyMichael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-30xtea: fix decryption with --enable-smallGiorgio Vazzana
2012-09-30xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer
2012-09-30xtea-test: test inplace decryptionMichael Niedermayer
2012-09-30xtea: fix CBC mode when src=dstGiorgio Vazzana