aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '93af2734ee609133eaeca28329d7f13241dd411f'Michael Niedermayer2013-01-217-14/+14
|\
| * lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-207-14/+14
* | Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'Michael Niedermayer2013-01-218-99/+202
|\|
| * wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-208-99/+202
* | Merge commit '8a4f26206d7914eaf2903954ce97cb7686933382'Michael Niedermayer2013-01-214-83/+0
|\|
| * dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-204-81/+0
* | Merge commit 'f53490cc0c809975f8238d5a9edbd26f83bd2f84'Michael Niedermayer2013-01-211-0/+1
|\|
| * ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-201-1/+2
* | ac3dec: fix non-optimal dithering of zero bit mantissasMichael Niedermayer2013-01-211-1/+1
* | Merge commit 'd9bf716945046333c24580d538f450b516f15710'Michael Niedermayer2013-01-211-2/+0
|\|
| * ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun2013-01-201-2/+0
* | Merge commit 'a717f9904227d7979473bad40c50eb40af41d01d'Michael Niedermayer2013-01-211-0/+2
|\|
| * ppc: Include string.h for memsetMartin Storsjö2013-01-201-0/+2
* | Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca'Michael Niedermayer2013-01-218-147/+4
|\|
| * 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
* | EVRC decoderPaul B Mahol2013-01-216-1/+2423
* | h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variableMichael Niedermayer2013-01-201-2/+2
* | h264: print mismatching opcode details in check_opcodes()Michael Niedermayer2013-01-201-1/+4
* | h264: fix use of uninitialized variableMichael Niedermayer2013-01-201-2/+2
* | theora: support midstream reconfigurationMichael Niedermayer2013-01-201-0/+36
* | vc1dec: add assert to impossible *_valid combination.Michael Niedermayer2013-01-201-3/+4
* | h264: Only apply error concealment if theres a frameMichael Niedermayer2013-01-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-206-18/+7
|\|
| * Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-195-11/+6
* | Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer2013-01-2017-167/+358
|\|
| * Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-1917-167/+358
* | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer2013-01-208-21/+46
|\|
| * 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
* | mpeg1enc: Disable threads for resolutions too large for multi-threadingMichael Niedermayer2013-01-201-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-191-4/+0
|\|
| * x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* | h264: unmark frames at the endMichael Niedermayer2013-01-191-0/+1
* | golomb: check log validity before shiftingMichael Niedermayer2013-01-181-2/+6
* | h264/get_lowest_part_list_y: remove unneeded operationsMichael Niedermayer2013-01-181-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-183-5/+4
|\|
| * 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
* | Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer2013-01-182-1/+3
|\|
| * lavc: support ZenoXVID custom tagLuca Barbato2013-01-171-1/+1
| * theora: Skip zero-sized headersMartin Storsjö2013-01-171-0/+2
* | avcodec_decode_audio: do not trust the channel layout, use the channel count.Michael Niedermayer2013-01-181-1/+1
* | mlpdec: dont leave a invalid huff_lsb in the context.Michael Niedermayer2013-01-181-0/+1
* | mpegvideo: reset context state on failed thread update.Michael Niedermayer2013-01-171-1/+4
* | Make the latm decoder less verbose on initialisation.Carl Eugen Hoyos2013-01-171-1/+1
* | h264: add assert to check that block_offset is consistent.Michael Niedermayer2013-01-171-0/+2
* | h264: always copy linesizes in thread updateMichael Niedermayer2013-01-171-5/+5