log

age author description
Wed, 01 Jul 2009 00:55:17 +0000 mru ADPCM: remove unreachable break statement after return libavcodec
Tue, 30 Jun 2009 23:45:01 +0000 darkshikari Fix libx264.c to not drop SEI userdata from x264 encoder. libavcodec
Tue, 30 Jun 2009 12:11:29 +0000 reimar Fix nalsize check to avoid an integer overflow that made the check libavcodec
Tue, 30 Jun 2009 06:44:32 +0000 stefang fix slice header checking libavcodec
Tue, 30 Jun 2009 03:57:27 +0000 michael Drop code that attempts to decode frames that are prefixed by junk. libavcodec
Tue, 30 Jun 2009 03:37:20 +0000 kostya Support RGB48 PNG decoding libavcodec
Tue, 30 Jun 2009 03:12:50 +0000 michael Rewrite mp3 parser. New code is much simpler and does not drop libavcodec
Mon, 29 Jun 2009 19:17:03 +0000 rbultje Add doxy to av_log_missing_feature() etc. stating that the function is libavcodec
Mon, 29 Jun 2009 19:11:53 +0000 rbultje Move av_log_missing_feature() from the internal.h to the public avcodec.h libavcodec
Mon, 29 Jun 2009 19:07:04 +0000 rbultje Rename ff_log_missing_feature() to av_log_missing_feature(). libavcodec
Mon, 29 Jun 2009 09:02:07 +0000 conrad Revert r19149 "Disable native Vorbis encoder" libavcodec
Sat, 27 Jun 2009 08:39:56 +0000 cehoyos Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: libavcodec
Fri, 26 Jun 2009 17:43:05 +0000 voroshil Pitch delay decoding libavcodec
Fri, 26 Jun 2009 17:42:25 +0000 voroshil Replace pitch_delay_int array with single variable. libavcodec
Wed, 24 Jun 2009 22:35:11 +0000 stefano Rewrite doxy for av_strtod(). libavcodec