summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-14
* dvbsubdec: dirty handklingJULIAN GARDNER2011-10-14
* dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-14
* prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\
| * shorten: remove the flush function.Justin Ruggles2011-10-13
| * truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-13
| * truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-13
| * truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-13
| * truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-13
| * truespeech: check to make sure channels == 1Justin Ruggles2011-10-13
| * truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-13
| * truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-13
| * mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
| * mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
| * mlpdec: only calculate output size onceJustin Ruggles2011-10-13
| * mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
| * pcm: reduce pointer type castingMans Rullgard2011-10-13
| * mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-13
| * vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-13
* | proresdec: set CODEC_CAP_DR1, it appears this was forgotten.Michael Niedermayer2011-10-14
* | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2011-10-13
|\ \
| * | libstagefright: reindent after previous commitMohamed Naufal2011-10-09
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\ \ \ | | |/ | |/|
| * | tiffenc: initialize forgotten avctx.Jean First2011-10-12
| * | vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
| * | vc1: prettyprint some tablesKostya Shishkov2011-10-12
| * | vc1: K&R formatting cosmeticsKostya Shishkov2011-10-12
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * | AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
| * | rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
| * | h264: change unsupported bit depth message to error levelMans Rullgard2011-10-12
| * | qdm2: fix signed multiplication overflowMans Rullgard2011-10-12
| * | libx264: support yuv422/444 output.Anton Khirnov2011-10-12
* | | proresdsp: fix roundingMichael Niedermayer2011-10-12
* | | proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer2011-10-12
* | | dct-test: Test ff_prores_idct_put_10_sse2()Michael Niedermayer2011-10-12
* | | dct-test: add transpose permutation supportMichael Niedermayer2011-10-12
* | | proresdsp: Optimize series of padds outMichael Niedermayer2011-10-12
* | | proresdsp.asm: Remove useless instructions.Michael Niedermayer2011-10-12
* | | prores: change license to LGPL, merge some parts.Elvis Presley2011-10-12
* | | proresdsp.asm: drop useless shiftsElvis Presley2011-10-12
* | | x86/proresdsp-init: add forgotten HAVE_YASMElvis Presley2011-10-12
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\| |
| * | fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-11
| * | h264: fix HRD parameters parsingMans Rullgard2011-10-11
| * | prores: implement multithreading.Ronald S. Bultje2011-10-11
| * | prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
| * | prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
| * | h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-11