Mercurial > libavcodec.hg
graph
-
Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodecSun, 22 Nov 2009 21:08:43 +0000, by conrad
-
Add support for two pass encoding in libtheora libavcodecSun, 22 Nov 2009 21:08:40 +0000, by conrad
-
Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodecSun, 22 Nov 2009 07:48:35 +0000, by kostya
-
10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodecSat, 21 Nov 2009 20:56:46 +0000, by alexc
-
Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodecSat, 21 Nov 2009 09:58:15 +0000, by cehoyos
-
Allocate pictures with enough padding for jpeg. libavcodecFri, 20 Nov 2009 22:14:37 +0000, by michael
-
In win32 thread implementation do not access jobnr if the thread is asked libavcodecFri, 20 Nov 2009 21:08:26 +0000, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodecFri, 20 Nov 2009 19:16:42 +0000, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodecFri, 20 Nov 2009 07:49:53 +0000, by kostya
-
cosmetics: break some long lines and insert few spaces libavcodecFri, 20 Nov 2009 07:26:17 +0000, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodecFri, 20 Nov 2009 07:22:41 +0000, by kostya
-
avoid integer overflow in dnxhd encoder, fixes #1557 libavcodecFri, 20 Nov 2009 00:13:34 +0000, by bcoudurier
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodecThu, 19 Nov 2009 11:49:03 +0000, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodecThu, 19 Nov 2009 00:05:30 +0000, by bcoudurier
-
faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodecWed, 18 Nov 2009 21:01:42 +0000, by bcoudurier
-
Add functions to return library license and library configuration. libavcodecWed, 18 Nov 2009 17:15:17 +0000, by diego
-
Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodecMon, 16 Nov 2009 17:42:43 +0000, by rbultje
-
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodecSun, 15 Nov 2009 19:40:44 +0000, by alexc
-
Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. libavcodecSun, 15 Nov 2009 10:41:46 +0000, by vitor
-
Merge data tables from als_data.h with the decoder source to reduce libavcodecSat, 14 Nov 2009 11:49:48 +0000, by thilo.borgmann
-
Add long-term prediction to the ALS decoder. libavcodecSat, 14 Nov 2009 06:29:19 +0000, by thilo.borgmann
-
ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodecSat, 14 Nov 2009 00:25:48 +0000, by jbr
-
Reset rbsp buffer size when freeing its data buffer. libavcodecFri, 13 Nov 2009 18:33:28 +0000, by benoit
-
Bump minor version after MPEG-4 Lossless commit libavcodecThu, 12 Nov 2009 20:21:38 +0000, by vitor
-
Bump minor version after applying ALS decoder. libavcodecThu, 12 Nov 2009 20:08:17 +0000, by cehoyos
-
Mark AOT_ALS as a supported MPEG-4 audio object type. libavcodecThu, 12 Nov 2009 05:22:51 +0000, by alexc
-
Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodecWed, 11 Nov 2009 22:36:17 +0000, by cehoyos
-
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodecWed, 11 Nov 2009 22:16:54 +0000, by alexc
-
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodecWed, 11 Nov 2009 20:36:42 +0000, by alexc
-
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodecWed, 11 Nov 2009 20:33:56 +0000, by alexc
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodecWed, 11 Nov 2009 11:00:50 +0000, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodecWed, 11 Nov 2009 01:04:08 +0000, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodecTue, 10 Nov 2009 21:53:22 +0000, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodecTue, 10 Nov 2009 20:55:00 +0000, by cehoyos
-
Try to fix has_b_frame calculation for open gop files. libavcodecTue, 10 Nov 2009 20:24:41 +0000, by michael
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodecTue, 10 Nov 2009 19:36:58 +0000, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodecTue, 10 Nov 2009 18:52:39 +0000, by cehoyos
-
Handle JPEG2000 frames stored in the Quicktime container. libavcodecTue, 10 Nov 2009 14:48:32 +0000, by jai_menon