aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegaudio: Correct license headerMichael Niedermayer2011-05-231-4/+4
* add 5.1 to stereo downmix to resample.cjan gerber2011-05-231-1/+39
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-233-60/+176
|\
| * dct32_sse: eliminate some spillsLoren Merritt2011-05-223-60/+176
| * Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-221-0/+2
* | Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos2011-05-231-0/+1
* | libx264: specify field for default union values in optionsStefano Sabatini2011-05-221-8/+8
* | Fix ticket127Michael Niedermayer2011-05-221-7/+3
* | dct32: Replacing libav by ffmpeg in the license header with the authors permi...Michael Niedermayer2011-05-221-4/+4
* | Fix compilation with --disable-yasm.Vitor Sessak2011-05-221-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2243-367/+477
|\|
| * dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-214-119/+224
| * dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-211-49/+49
| * dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-213-297/+291
| * multiple inclusion guard cleanupDiego Biurrun2011-05-2137-58/+68
| * svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-211-9/+10
| * mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje2011-05-201-0/+1
* | mpeg2dec: Fix lowres 3Michael Niedermayer2011-05-221-2/+4
* | wmadec: avoid infinit loop.Michael Niedermayer2011-05-221-1/+1
* | Fix channel_layout documentation.Carl Eugen Hoyos2011-05-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2113-86/+95
|\|
| * LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-201-0/+1
| * Add support for a.out object format to assembler macros.Dave Yeo2011-05-204-3/+14
| * mpegaudio: clean up #includesMans Rullgard2011-05-203-3/+1
| * mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-206-80/+79
* | Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-05-212-15/+44
* | Merge/split side data.Michael Niedermayer2011-05-213-3/+87
* | Encoding alac with more than two channels is not supported.Carl Eugen Hoyos2011-05-211-0/+5
* | indeo3: release buffer in indeo3_decode_end()Stefano Sabatini2011-05-201-0/+3
* | indeo3: remove unnecessary includesStefano Sabatini2011-05-201-4/+0
* | indeo3: add @file doxy and a link to multimedia wiki documentationStefano Sabatini2011-05-201-3/+9
* | libmp3lame: include "libavutil/intreadwrite.h" headerStefano Sabatini2011-05-201-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2024-399/+470
|\|
| * qdm2: Use floating point synthesis filter.Vitor Sessak2011-05-191-17/+12
| * h264: correct border check.Ronald S. Bultje2011-05-191-8/+8
| * h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-191-7/+10
| * Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard2011-05-201-1/+1
| * Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun2011-05-192-2/+2
| * Collapse tableprint.c into tableprint.h.Diego Biurrun2011-05-193-49/+23
| * Simplify trig table rulesMans Rullgard2011-05-192-8/+5
| * Remove potentially unstable filenames from comments in generated files.Diego Biurrun2011-05-192-2/+2
| * Simplify CLEANFILES make variable by using wildcards.Diego Biurrun2011-05-191-1/+1
| * mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-192-10/+2
| * mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2011-05-192-5/+0
| * mpegaudio: remove useless #undef at end of fileMans Rullgard2011-05-191-2/+0
| * mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard2011-05-191-6/+3
| * mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-193-55/+53
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-1916-249/+377
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-193-30/+12
|\|
| * g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-192-30/+6