Mercurial > libavcodec.hg
graph
-
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodecSat, 04 Jul 2009 12:54:36 +0000, by reimar
-
H.264: Check the return value of decode_vui_parameters() libavcodecSat, 04 Jul 2009 07:46:58 +0000, by astrange
-
H.264: Don't set data_partitioning for invalid NAL_DPA. libavcodecFri, 03 Jul 2009 05:52:00 +0000, by astrange
-
Cleanup properly at the end of MPEG Audio parsing. libavcodecThu, 02 Jul 2009 13:13:20 +0000, by jai_menon
-
Revert r19317, "simplify slice_end, return size of output frame". libavcodecWed, 01 Jul 2009 20:35:28 +0000, by bcoudurier
-
Fix potentially unaligned accesses in ff_copy_bits() libavcodecWed, 01 Jul 2009 17:48:22 +0000, by mru
-
simplify slice_end, return size of output frame libavcodecWed, 01 Jul 2009 17:29:52 +0000, by bcoudurier
-
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change libavcodecWed, 01 Jul 2009 15:08:02 +0000, by kostya
-
Fix argument type mismatches for av_picture_crop and av_picture_fill libavcodecWed, 01 Jul 2009 10:36:18 +0000, by mru
-
ADPCM: remove unreachable break statement after return libavcodecWed, 01 Jul 2009 00:55:17 +0000, by mru
-
Fix libx264.c to not drop SEI userdata from x264 encoder. libavcodecTue, 30 Jun 2009 23:45:01 +0000, by darkshikari
-
Fix nalsize check to avoid an integer overflow that made the check libavcodecTue, 30 Jun 2009 12:11:29 +0000, by reimar
-
Drop code that attempts to decode frames that are prefixed by junk. libavcodecTue, 30 Jun 2009 03:57:27 +0000, by michael
-
Rewrite mp3 parser. New code is much simpler and does not drop libavcodecTue, 30 Jun 2009 03:12:50 +0000, by michael
-
Add doxy to av_log_missing_feature() etc. stating that the function is libavcodecMon, 29 Jun 2009 19:17:03 +0000, by rbultje
-
Move av_log_missing_feature() from the internal.h to the public avcodec.h libavcodecMon, 29 Jun 2009 19:11:53 +0000, by rbultje
-
Rename ff_log_missing_feature() to av_log_missing_feature(). libavcodecMon, 29 Jun 2009 19:07:04 +0000, by rbultje
-
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: libavcodecSat, 27 Jun 2009 08:39:56 +0000, by cehoyos