summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ac3enc: add channel coupling supportJustin Ruggles2011-05-249-179/+744
* aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-231-1/+1
* h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-231-0/+3
* x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-231-1/+1
* dct32_sse: eliminate some spillsLoren Merritt2011-05-223-60/+176
* Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-221-0/+2
* 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
* 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
* 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
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-192-30/+6
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-181-0/+6
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-186-32/+104
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-183-1/+14
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-184-0/+200
* mpegaudiodec: remove decode_end() functionMans Rullgard2011-05-181-11/+4
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-181-6/+3
* mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje2011-05-181-3/+3
* h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-181-0/+1
* mdec: enable frame-level multithreading.Alexander Strange2011-05-181-3/+17
* mdec.c: fix overread.Ronald S. Bultje2011-05-181-1/+2
* Fix compilation of iirfilter-test.Justin Ruggles2011-05-171-1/+1
* libx264: handle closed GOP codec flagJindrich Makovicka2011-05-171-0/+2
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-176-17/+17
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-174-110/+160
* dct: build dct32 as separate object filesMans Rullgard2011-05-177-14/+81
* qdm2: include correct header for rdftMans Rullgard2011-05-171-1/+1
* mathops: remove ancient confusing commentMans Rullgard2011-05-161-3/+0
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-162-2/+2
OpenPOWER on IntegriCloud