summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard2011-05-281-1/+1
* ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles2011-05-281-2/+2
* ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles2011-05-281-1/+1
* ARM: unbreak buildMans Rullgard2011-05-281-1/+0
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-287-114/+150
* ac3enc: split mantissa bit counting into a separate function.Justin Ruggles2011-05-281-18/+31
* ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles2011-05-281-27/+25
* get_bits: add av_unused tag to cache variableMans Rullgard2011-05-281-1/+1
* ARM: aacdec: fix constraints on inline asmMans Rullgard2011-05-281-75/+78
* ARM: remove unnecessary volatile from inline asmMans Rullgard2011-05-282-34/+34
* ARM: add "cc" clobbers to inline asm where neededMans Rullgard2011-05-283-4/+7
* ac3enc: use LOCAL_ALIGNED macroMans Rullgard2011-05-281-2/+5
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-283-4/+14
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-281-0/+1
* cosmetics: indentation and alignment after previous commitJustin Ruggles2011-05-271-87/+87
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-276-24/+305
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-272-52/+84
* ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-271-1/+2
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-272-0/+11
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+1
* ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-251-6/+6
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-254-16/+4
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-241-19/+1
* tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-241-10/+13
* pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
* dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
* msmpeg4: reindent.Anton Khirnov2011-05-241-8/+8
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-245-34/+2
* 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
OpenPOWER on IntegriCloud