summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-012-2/+2
* x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-011-2/+0
* x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun2012-07-311-3/+1
* h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje2012-07-302-155/+175
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-3020-24/+24
* h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje2012-07-291-1/+2
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-297-51/+57
* eamad: remove use of MpegEncContextMans Rullgard2012-07-291-46/+46
* mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard2012-07-292-2/+0
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-281-127/+127
* fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-281-9/+9
* vc1dec: Override invalid macroblock quantizerMichael Niedermayer2012-07-281-0/+5
* vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-07-281-2/+6
* vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer2012-07-281-0/+6
* vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer2012-07-281-4/+10
* vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-272-0/+5
* h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-273-121/+120
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-272-28/+28
* vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-47/+47
* rv34: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-5/+6
* vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje2012-07-272-0/+4
* vp56: port x86 simd to cpuflags.Ronald S. Bultje2012-07-271-19/+15
* proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-271-21/+18
* alac: check for truncated packetsJustin Ruggles2012-07-271-4/+11
* alac: reverse lpc coeff order, simplify filterJustin Ruggles2012-07-271-13/+12
* tscc2: fix typo in array indexKostya Shishkov2012-07-271-2/+2
* build: Rename aandct component to more descriptive aandcttablesDiego Biurrun2012-07-261-1/+1
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-261-0/+5
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-262-20/+0
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
* vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-251-6/+7
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-258-19/+74
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-251-9/+9
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-252-2/+15
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-241-1/+1
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-231-2/+6
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-231-17/+17
* wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes2012-07-231-0/+1
* h264: refactor NAL decode loopRonald S. Bultje2012-07-231-17/+25
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-221-62/+64
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-1/+1
* Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-221-1/+1
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-224-0/+2372
* Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-223-4/+5
* libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-222-85/+96
* ac3: don't use different names for option tables in the template file.Ronald S. Bultje2012-07-213-8/+2
* adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-211-2/+4
* libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-201-0/+28