log

age author description
2010-04-26 cehoyos Make two functions out of #define hackery. libavcodec
2010-04-25 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
2010-04-23 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
2010-04-23 mru Workaround for missing llrintf() libavcodec
2010-04-22 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
2010-04-22 mru ARM: fix build for darwin/iphone libavcodec
2010-04-22 michael Set .supported_samplerates for mpeg audio encoders. libavcodec
2010-04-21 rbultje WMAVoice postfilter. libavcodec
2010-04-21 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
2010-04-21 jai_menon Fix typo. libavcodec
2010-04-21 rbultje Implement QCELP postfilter. libavcodec
2010-04-21 rbultje Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec
2010-04-21 rbultje Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec
2010-04-21 rbultje Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec
2010-04-21 conrad theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec
2010-04-21 vitor 10l: do not try to unpack DTX frames in AMR-NB decoder libavcodec
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavcodec
2010-04-20 diego cosmetics: Switch Doxygen comments to JavaDoc style. libavcodec
2010-04-19 darkshikari vertical align in libx264.c libavcodec
2010-04-17 cehoyos Add const to some pointer parameters. libavcodec
2010-04-17 conrad vp3: Use avctx pointer directly libavcodec
2010-04-17 conrad vp3: Read fps and aspect ratio in the decoder libavcodec
2010-04-17 conrad vp3: Don't crop if there's a left/top offset, it's wrong libavcodec
2010-04-17 conrad vp3: DC-only IDCT libavcodec
2010-04-16 conrad vp3: More buffer length checks libavcodec
2010-04-16 conrad vp3: Remove internal debug statement libavcodec
2010-04-15 gb H.264: cosmetics (vertical align). libavcodec
2010-04-15 gb H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec
2010-04-15 gb H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodec
2010-04-14 andoma pngdec: Add support for PIX_FMT_Y400A libavcodec
2010-04-14 andoma Add PIX_FMT_Y400A, 8bit gray, 8bit alpha libavcodec
2010-04-13 stefano Factorize code in get_bit_rate(). libavcodec