summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtea-test: factorize test codeMichael Niedermayer2012-09-301-10/+9
* lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George2012-09-302-7/+10
* opt: implement av_opt_set_from_string().Nicolas George2012-09-302-0/+146
* MinGW: Use our snprintf/vsnprintf when MinGW's is brokenDerek Buitenhuis2012-09-251-2/+3
* ppc/cpu: make linux 32bit specific altivec detection depend on __linux__Michael Niedermayer2012-09-241-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-211-1/+2
|\
| * ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-211-1/+1
| * ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-211-0/+1
| * ARM: swap source operands in some add instructionsMans Rullgard2012-09-201-1/+1
* | av_des_init: suppress warning about unused parameterMichael Niedermayer2012-09-191-1/+1
* | avutil: Cast AV_NOPTS_VALUE to int64_t explicitlyAndrey Utkin2012-09-191-1/+1
* | fate: add av_small_strptime() test to fate-parseutilsStefano Sabatini2012-09-171-0/+29
* | lavu/parseutils: fix av_small_strptime() whitespace directive parsingStefano Sabatini2012-09-172-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-161-0/+6
|\ \ | |/
| * flacdsp: arm optimised lpc filterMans Rullgard2012-09-151-0/+6
* | lavu/error: make error_entries static const.Clément Bœsch2012-09-161-3/+3
* | bprint: Remove custom vsnprintfDerek Buitenhuis2012-09-151-19/+0
* | x86_cpu.h: newline at the end to shutup some warnings in openccMichael Niedermayer2012-09-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-133-1/+3
|\ \ | |/
| * lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-123-1/+3
| * mem: fix typo in check for __ICCMans Rullgard2012-09-101-1/+1
* | FATE/bprint: Convert a VLA to a normal arrayDerek Buitenhuis2012-09-121-1/+5
* | xtea: optimize core, about 4-5% faster.Michael Niedermayer2012-09-111-1/+83
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-091-4/+3
|\ \ | |/
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+3
* | lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays()Stefano Sabatini2012-09-091-5/+5
* | lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxyStefano Sabatini2012-09-091-0/+4
* | random_seed: Replace a VLA with a normal arrayDerek Buitenhuis2012-09-081-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-081-3/+3
|\ \ | |/
| * x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-071-3/+3
* | random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje2012-09-071-0/+8
* | lavu/opt: reindent after last commitStefano Sabatini2012-09-071-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-062-4/+7
|\ \ | |/
| * avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
| * lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-051-0/+3
* | Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS run...Michael Niedermayer2012-09-061-3/+0
* | lavu/parseutils: add av_small_strptime()Stefano Sabatini2012-09-063-16/+31
* | lavu/parseutils: make small_strptime() return a (non const) char *Stefano Sabatini2012-09-061-2/+2
* | avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* | lavu/opt: support NULL and special "none" values for size and pixel format op...Stefano Sabatini2012-09-052-3/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-052-2/+2
|\ \ | |/
| * avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-042-2/+2
* | Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-041-1/+1