summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-171-1/+1
* theora: Skip zero-sized headersMartin Storsjö2013-01-171-0/+2
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-1614-225/+45
* h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-151-3/+4
* dvdsubdec: Support palette in mkvJoakim Plate2013-01-151-5/+55
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-5/+2
* rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun2013-01-151-2/+2
* libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato2013-01-151-1/+2
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-151-0/+3
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-142-5/+0
* vdpau: Remove av_unused attribute from function declarationRémi Denis-Courmont2013-01-141-2/+1
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-143-6/+12
OpenPOWER on IntegriCloud