summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-28
* cosmetics: indentation and alignment after previous commitJustin Ruggles2011-05-27
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-27
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-27
* ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-27
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-27
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-26
* ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-25
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-24
* tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-24
* pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-24
* dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-24
* msmpeg4: reindent.Anton Khirnov2011-05-24
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-24
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-23
* h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-23
* x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-23
* dct32_sse: eliminate some spillsLoren Merritt2011-05-22
* Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-22
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21
* dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-21
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-21
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-21
* mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje2011-05-20
* LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-20
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-20
* mpegaudio: clean up #includesMans Rullgard2011-05-20
* mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-20
* qdm2: Use floating point synthesis filter.Vitor Sessak2011-05-19
* h264: correct border check.Ronald S. Bultje2011-05-19
* h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-19
* Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard2011-05-20
* Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun2011-05-19
* Collapse tableprint.c into tableprint.h.Diego Biurrun2011-05-19
* Simplify trig table rulesMans Rullgard2011-05-19
* Remove potentially unstable filenames from comments in generated files.Diego Biurrun2011-05-19
* Simplify CLEANFILES make variable by using wildcards.Diego Biurrun2011-05-19
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-19
* mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2011-05-19
* mpegaudio: remove useless #undef at end of fileMans Rullgard2011-05-19
* mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard2011-05-19
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-19
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-18
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-18