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