summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-9/+5
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-9/+5
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-052-5/+6
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-042-4/+5
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-052-53/+54
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-042-29/+30
* | intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer2012-09-041-6/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-042-6/+69
|\ \ | |/
| * pixdesc: cosmeticsLuca Barbato2012-09-041-12/+18
| * x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-041-0/+57
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-312-5/+5
|\ \ | |/
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-5/+5
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-2/+2
|\ \ | |/
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-2/+2
* | lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-08-281-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-261-0/+1
|\ \ | |/
| * vf_hqdn3d: x86 asmLoren Merritt2012-08-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-5/+6
|\ \ | |/
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-5/+6
* | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer2012-08-241-0/+12
|\ \ | |/
| * lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-231-0/+12
| * x86: remove FASTDIV inline asmMans Rullgard2012-08-222-39/+0