log

age author description
Fri, 20 Nov 2009 07:26:17 +0000 kostya cosmetics: break some long lines and insert few spaces libavcodec
Fri, 20 Nov 2009 07:22:41 +0000 kostya 10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec
Fri, 20 Nov 2009 00:13:34 +0000 bcoudurier avoid integer overflow in dnxhd encoder, fixes #1557 libavcodec
Thu, 19 Nov 2009 23:28:21 +0000 bcoudurier clarify why the encoder is failing libavcodec
Thu, 19 Nov 2009 22:56:57 +0000 stefano Fix name for PIX_FMT_NV21 PixFmtInfo entry. libavcodec
Thu, 19 Nov 2009 11:49:03 +0000 reimar Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec
Thu, 19 Nov 2009 00:05:30 +0000 bcoudurier Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec
Wed, 18 Nov 2009 21:01:42 +0000 bcoudurier faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodec
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Mon, 16 Nov 2009 01:56:47 +0000 cehoyos Cosmetics: Fix indentation. libavcodec
Sun, 15 Nov 2009 19:40:44 +0000 alexc Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec
Sun, 15 Nov 2009 10:41:46 +0000 vitor Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. libavcodec
Sat, 14 Nov 2009 11:49:48 +0000 thilo.borgmann Merge data tables from als_data.h with the decoder source to reduce libavcodec
Sat, 14 Nov 2009 06:29:19 +0000 thilo.borgmann Add long-term prediction to the ALS decoder. libavcodec
Sat, 14 Nov 2009 00:25:48 +0000 jbr ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec
Fri, 13 Nov 2009 18:33:28 +0000 benoit Reset rbsp buffer size when freeing its data buffer. libavcodec
Thu, 12 Nov 2009 20:21:38 +0000 vitor Bump minor version after MPEG-4 Lossless commit libavcodec
Thu, 12 Nov 2009 20:08:17 +0000 cehoyos Bump minor version after applying ALS decoder. libavcodec
Thu, 12 Nov 2009 05:22:51 +0000 alexc Mark AOT_ALS as a supported MPEG-4 audio object type. libavcodec
Thu, 12 Nov 2009 01:45:04 +0000 alexc Cosmetics: Re-indent libavcodec
Thu, 12 Nov 2009 01:44:38 +0000 alexc Fix a __warn_memset_zero_len gcc-4.4 warning. libavcodec
Wed, 11 Nov 2009 22:36:17 +0000 cehoyos Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodec
Wed, 11 Nov 2009 22:16:54 +0000 alexc Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec
Wed, 11 Nov 2009 20:36:42 +0000 alexc Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec
Wed, 11 Nov 2009 20:33:56 +0000 alexc AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec
Wed, 11 Nov 2009 20:24:23 +0000 alexc Add a channels field to MPEG4AudioConfig. libavcodec
Wed, 11 Nov 2009 11:00:50 +0000 vitor Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec
Wed, 11 Nov 2009 01:04:08 +0000 alexc Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec
Tue, 10 Nov 2009 21:53:22 +0000 jbr Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec