aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-241-0/+2
* x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-241-0/+1
* arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-241-3/+3
* dsputil: Separate h264 qpelMans Rullgard2013-01-2427-2459/+2387
* wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö2013-01-241-0/+1
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-228-30/+30
* dsputil: remove 9/10 bits hpel functions.Ronald S. Bultje2013-01-222-47/+54
* dsputil: remove some never-assigned function pointers from the struct.Ronald S. Bultje2013-01-221-3/+2
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-229-491/+13
* Drop DCTELEM typedefDiego Biurrun2013-01-22161-810/+833
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-225-74/+92
* vp3dsp: don't do aligned reads on input.Ronald S. Bultje2013-01-221-4/+4
* mlp_parser: cosmetics: re-indent.Tim Walker2013-01-221-10/+10
* mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker2013-01-222-10/+37
* mlp_parser: account for AVCodecContext.request_channels when setting the chan...Tim Walker2013-01-221-3/+15
* mlpdec: set the channel layout.Tim Walker2013-01-221-2/+4
* mlpdec: TrueHD: use Libav channel order.Tim Walker2013-01-221-0/+36
* mlp: store the channel layout for each substream.Tim Walker2013-01-223-13/+43
* arm: Add some missing header #includesDiego Biurrun2013-01-225-0/+7
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-2217-141/+64
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-2211-47/+14
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-2221-310/+23
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-229-108/+9
* proresdec: support mixed interlaced/non-interlaced contentMichael Smith2013-01-221-0/+2
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-217-11/+39
* x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun2013-01-211-1/+1
* Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato2013-01-211-4/+0
* get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun2013-01-212-177/+192
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-212-181/+172
* libgsm: detect libgsm header pathBrad Smith2013-01-211-0/+5
* fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje2013-01-211-0/+4
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-206-7/+13
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-207-14/+14
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-208-99/+202
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-204-81/+0
* ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-201-1/+2
* ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun2013-01-201-2/+0
* ppc: Include string.h for memsetMartin Storsjö2013-01-201-0/+2
* videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNALJanne Grunau2013-01-201-2/+0
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-206-144/+3
* get_bits: change the failure condition in init_get_bitsLuca Barbato2013-01-201-1/+1
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-195-11/+6
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-1917-167/+358
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-197-20/+45
* mpegvideo: fix loop condition in draw_line()Xi Wang2013-01-191-1/+1
* dvdsubdec: parse the size from the extradataClément Bœsch2013-01-191-0/+6
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-182-3/+2
* rv30: fix masking in rv30_loop_filter()Xi Wang2013-01-171-2/+2