summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-02
* vc1dec: remove useless #include simple_idct.hMans Rullgard2012-08-02
* dct-test: always link with aandcttab.oMans Rullgard2012-08-02
* vp8: pack struct VP8ThreadData more efficientlyMans Rullgard2012-08-02
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* eamad: Use dsputils instead of a custom bswap16_bufDerek Buitenhuis2012-08-01
* Canopus Lossless decoderDerek Buitenhuis2012-08-01
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-01
* ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard2012-08-01
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-31
* dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje2012-07-31
* x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-31
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-01
* x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-01
* x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun2012-07-31
* h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje2012-07-30
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje2012-07-29
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-29
* eamad: remove use of MpegEncContextMans Rullgard2012-07-29
* mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard2012-07-29
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-28
* fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-28
* vc1dec: Override invalid macroblock quantizerMichael Niedermayer2012-07-28
* vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-07-28
* vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer2012-07-28
* vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer2012-07-28
* vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-27
* h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* rv34: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje2012-07-27
* vp56: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-27
* alac: check for truncated packetsJustin Ruggles2012-07-27
* alac: reverse lpc coeff order, simplify filterJustin Ruggles2012-07-27
* tscc2: fix typo in array indexKostya Shishkov2012-07-27
* build: Rename aandct component to more descriptive aandcttablesDiego Biurrun2012-07-26
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-26
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-26
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-26
* vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-25
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-25
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-25
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-25