aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dvbsubdec: bottom_field_len fixJULIAN GARDNER2011-10-141-4/+4
* dvbsubdec: fix x/y_pos checksJULIAN GARDNER2011-10-141-2/+2
* dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-141-0/+2
* dvbsubdec: dirty handklingJULIAN GARDNER2011-10-141-0/+7
* dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-141-6/+6
* prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-145-7/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-147-233/+199
|\
| * shorten: remove the flush function.Justin Ruggles2011-10-131-8/+0
| * truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-131-3/+3
| * truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-131-4/+3
| * truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-131-87/+52
| * truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-131-10/+6
| * truespeech: check to make sure channels == 1Justin Ruggles2011-10-131-0/+5
| * truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-131-4/+12
| * truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-131-3/+0
| * mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-132-57/+61
| * mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-131-12/+3
| * mlpdec: only calculate output size onceJustin Ruggles2011-10-131-3/+7
| * mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-131-1/+6
| * pcm: reduce pointer type castingMans Rullgard2011-10-131-40/+37
| * mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-131-1/+3
| * vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-131-2/+3
* | proresdec: set CODEC_CAP_DR1, it appears this was forgotten.Michael Niedermayer2011-10-141-1/+1
* | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2011-10-131-34/+34
|\ \
| * | libstagefright: reindent after previous commitMohamed Naufal2011-10-091-34/+34
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1328-2535/+2842
|\ \ \ | | |/ | |/|
| * | tiffenc: initialize forgotten avctx.Jean First2011-10-121-0/+1
| * | vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-121-1276/+1389
| * | vc1: prettyprint some tablesKostya Shishkov2011-10-121-529/+676
| * | vc1: K&R formatting cosmeticsKostya Shishkov2011-10-121-56/+58
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1218-538/+538
| * | AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-13/+19
| * | rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-126-81/+121
| * | h264: change unsupported bit depth message to error levelMans Rullgard2011-10-121-1/+1
| * | qdm2: fix signed multiplication overflowMans Rullgard2011-10-121-1/+1
| * | libx264: support yuv422/444 output.Anton Khirnov2011-10-121-1/+23
* | | proresdsp: fix roundingMichael Niedermayer2011-10-121-3/+3
* | | proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer2011-10-121-5/+6
* | | dct-test: Test ff_prores_idct_put_10_sse2()Michael Niedermayer2011-10-121-0/+17
* | | dct-test: add transpose permutation supportMichael Niedermayer2011-10-121-1/+4
* | | proresdsp: Optimize series of padds outMichael Niedermayer2011-10-121-11/+2
* | | proresdsp.asm: Remove useless instructions.Michael Niedermayer2011-10-121-80/+0
* | | prores: change license to LGPL, merge some parts.Elvis Presley2011-10-125-87/+94
* | | proresdsp.asm: drop useless shiftsElvis Presley2011-10-121-34/+2
* | | x86/proresdsp-init: add forgotten HAVE_YASMElvis Presley2011-10-121-1/+1
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1222-156/+788
|\| |
| * | fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-111-2/+2
| * | h264: fix HRD parameters parsingMans Rullgard2011-10-112-2/+16
| * | prores: implement multithreading.Ronald S. Bultje2011-10-111-27/+44
| * | prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-117-2/+496