summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
| * | flashsv: return more meaningful error valueDiego Biurrun2011-10-11
| * | flashsv: fix typo in av_log() messageDiego Biurrun2011-10-11
| * | smacker: validate channels and sample format.Justin Ruggles2011-10-11
| * | smacker: check buffer size before reading output sizeJustin Ruggles2011-10-11
| * | smacker: validate number of channelsJustin Ruggles2011-10-11
| * | h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-11
| * | sipr: fix get_bits(0) callsMans Rullgard2011-10-11
| * | motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* | | pcm: Print number of bits in the error message of unsupported DVD PCM formats.Daniel Kristjansson2011-10-12
* | | g723.1: use memmove() where overlapping src and dst can happen.Michael Niedermayer2011-10-11
* | | vc1: enable interlaced p fields again, they seem no longer to crash with out...Michael Niedermayer2011-10-11
* | | vc1: reset interlaced variables, prevent another bunch of crashes.Michael Niedermayer2011-10-11
* | | vc1: disable parts of the interlaced code due to security issues.Michael Niedermayer2011-10-11
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-11
|\| |
| * | h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-10
| * | error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar2011-10-10
| * | 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-10
| * | 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-10
| * | ptx: check for out of bound readsLaurent Aimar2011-10-10
| * | tiffdec: fix out of bound reads/writesLaurent Aimar2011-10-10
| * | eacmv: check for out of bound readsLaurent Aimar2011-10-10