Mercurial > libavcodec.hg
graph
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec2009-11-20, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodec2009-11-20, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec2009-11-20, by kostya
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec2009-11-19, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec2009-11-19, by bcoudurier
-
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec2009-11-15, by alexc
-
Merge data tables from als_data.h with the decoder source to reduce libavcodec2009-11-14, by thilo.borgmann
-
ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec2009-11-14, by jbr
-
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec2009-11-11, by alexc
-
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec2009-11-11, by alexc
-
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec2009-11-11, by alexc
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec2009-11-11, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec2009-11-11, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec2009-11-10, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec2009-11-10, by cehoyos
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec2009-11-10, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec2009-11-10, by cehoyos
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec2009-11-10, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodec2009-11-09, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodec2009-11-09, by rbultje
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec2009-11-05, by reimar
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec2009-11-04, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodec2009-11-03, by alexc
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec2009-11-03, by jbr