summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Simplify some bits-left/overread checks.Reimar Döffinger2011-10-23
* lavc: add PIX_FMT_GBR24P to align_dimensions()Michael Niedermayer2011-10-23
* Reuse vp3_decode_flush instead of duplicating it.Reimar Döffinger2011-10-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\
| * VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
| * twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
| * twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
| * lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-22
| * add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-22
| * h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-22
* | Merge remote-tracking branch 'mans/dnxhd'Michael Niedermayer2011-10-22
|\ \
| * | dnxhddec: cache luma/chroma_weight*qscale tables for last qscaleMans Rullgard2011-07-24
| * | dnxhddec: merge ac_{index,run}_flagsMans Rullgard2011-07-24
| * | dnxhddec: store 2*level+1 in ac_level tablesMans Rullgard2011-07-24
| * | dnxhddec: rearrange decode_dct_block loopMans Rullgard2011-07-24
* | | vorbisenc: simplify floor_classes[] tableMans Rullgard2011-10-22
* | | dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-10-22
* | | ratecontrol: replace VLAs with malloc/freeMans Rullgard2011-10-22
* | | er: replace VLA with malloc/freeMans Rullgard2011-10-22
* | | avcodec: add ifdef from qatar that could not be merged previously due to comp...Michael Niedermayer2011-10-22
* | | codec_names: invoke preprocessor on avcodec.h.Nicolas George2011-10-22
* | | Merge remote-tracking branch 'mans/ac3'Michael Niedermayer2011-10-22
|\ \ \
| * | | ac3enc: slightly faster quantize_mantissas_blk_ch()Mans Rullgard2011-07-06
| * | | ac3enc: NEON optimised sum_square_butterfly_floatMans Rullgard2011-07-06
| * | | ac3enc: neon optimised sum_square_butterfly_int32Mans Rullgard2011-07-06
| * | | ac3enc: move inner loop of compute_rematrixing_strategy to ac3dspMans Rullgard2011-07-06
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\ \ \ \ | | |_|/ | |/| |
| * | | libspeexdec: include system headers before local headersJustin Ruggles2011-10-21
| * | | libspeexdec: return meaningful error codesJustin Ruggles2011-10-21
| * | | libspeexdec: cosmetics: reindentJustin Ruggles2011-10-21
| * | | libspeexdec: decode one frame at a time.Justin Ruggles2011-10-21
| * | | mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
| * | | mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
| * | | mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-21
| * | | mp3on4: set channel layoutJustin Ruggles2011-10-21
| * | | mp3on4: fix the output channel orderJustin Ruggles2011-10-21
| * | | mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-21
| * | | mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-21
| * | | fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21
| * | | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
| * | | fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-21
| * | | fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-21
| * | | fmtconvert: fix and extend documentation for float_interleave()Justin Ruggles2011-10-21
| * | | h264: fix ppc/altivec buildMans Rullgard2011-10-21
| * | | Enable multithreding when decoding with libopenjpegJean First2011-10-21
| * | | h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-21
| * | | H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-21
| * | | H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
| * | | Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21