summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-2/+2
|\
| * parseutils-test: do not print numerical error codesMans Rullgard2012-10-101-2/+2
* | av_opt_set_from_string: fix memleakMichael Niedermayer2012-10-111-0/+1
* | sha: change loop condition to be tighter.Michael Niedermayer2012-10-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-091-0/+2
|\ \ | |/
| * avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-081-0/+2
| * lavu: fix typo in MakefileAnton Khirnov2012-10-081-1/+1
* | eval: Fix eval test with ftrapvMichael Niedermayer2012-10-091-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-087-165/+168
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-084-122/+122
* | lavu: fix typo in MakefileAnton Khirnov2012-10-081-1/+1
* | Merge commit '78071a1420b425dfb787ac739048f523007b8139'Michael Niedermayer2012-10-084-164/+391
|\ \ | |/
| * pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-084-131/+303
* | xtea: give constants the correct typeMichael Niedermayer2012-10-081-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-2/+2
|\ \ | |/
| * parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-061-2/+2
* | pca: get rid of VLAMichael Niedermayer2012-10-061-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-062-2/+2
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-062-2/+2
| * parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-054-38/+118
|\ \ | |/
| * x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-041-0/+5
| * x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-041-36/+0
| * x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-044-2/+113
* | Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer2012-10-051-15/+22
|\ \ | |/
| * x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-041-11/+21
| * x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-041-4/+1
* | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer2012-10-043-2/+6
|\ \ | |/
| * samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-043-2/+6
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-043-34/+73
|\ \ | |/
| * xtea: Test inplace decryptionMichael Niedermayer2012-10-031-1/+15
| * xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-031-10/+9
| * xtea: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
| * Allow use of strncpy()Mans Rullgard2012-10-031-2/+0
| * blowfish: Add more testsMartin Storsjö2012-10-031-1/+20
| * blowfish: Fix CBC decryption with dst==srcMartin Storsjö2012-10-031-5/+5
| * blowfish: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-033-17/+1
|\ \ | |/
| * ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard2012-10-031-1/+1
| * ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard2012-10-021-7/+0
| * ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-022-10/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-021-1/+3
|\ \ | |/
| * ARM: fix Thumb PIC on AppleMans Rullgard2012-10-021-1/+3
| * avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-3/+1
* | Move xGA font data from lavc to lavu.Clément Bœsch2012-10-013-0/+452
* | cpu: improve av_get_cpu_flags() doxyMichael Niedermayer2012-10-011-0/+3
* | xtea: fix decryption with --enable-smallGiorgio Vazzana2012-09-301-2/+2
* | xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer2012-09-301-17/+9
* | xtea-test: test inplace decryptionMichael Niedermayer2012-09-301-1/+15
* | xtea: fix CBC mode when src=dstGiorgio Vazzana2012-09-301-1/+8
OpenPOWER on IntegriCloud