Mercurial > libavcodec.hg
graph
-
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodecMon, 06 Jul 2009 09:22:39 +0000, by reimar
-
Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodecSun, 05 Jul 2009 18:27:39 +0000, by reimar
-
Extend init_loop_filter to work for filter limit values up to 127 instead libavcodecSun, 05 Jul 2009 18:25:58 +0000, by reimar
-
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodecSun, 05 Jul 2009 16:01:51 +0000, by reimar
-
vp56dec: ensure range coder won't read past the end of input buffer libavcodecSun, 05 Jul 2009 15:23:42 +0000, by aurel
-
Check that palctrl is available on init instead of crashing when trying to use libavcodecSun, 05 Jul 2009 12:14:05 +0000, by reimar
-
fix a buffer overrun on corrupt huffyuv streams libavcodecSat, 04 Jul 2009 23:59:10 +0000, by lorenm
-
If the end of the input buffer is reached while decoding MJPEG and at least libavcodecSat, 04 Jul 2009 18:24:43 +0000, by reimar
-
Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodecSat, 04 Jul 2009 18:22:33 +0000, by reimar
-
Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodecSat, 04 Jul 2009 18:20:35 +0000, by reimar
-
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
-
Replace pitch_delay_int array with single variable. libavcodecFri, 26 Jun 2009 17:42:25 +0000, by voroshil
-
LSF (Line Spectral Frequencies) decoding routine. libavcodecWed, 24 Jun 2009 04:38:48 +0000, by voroshil
-
Make documentation better match the code. Now AVCodecContext.sample_fmt libavcodecTue, 23 Jun 2009 18:17:15 +0000, by vitor
-
Edge emulation should be used in B-frame MC in mspel mode with libavcodecTue, 23 Jun 2009 07:41:38 +0000, by kostya
-
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name libavcodecSun, 21 Jun 2009 21:37:05 +0000, by stefano
-
Fetch timestamp for the first frame of field only if frame_offset and libavcodecSun, 21 Jun 2009 03:50:26 +0000, by bcoudurier
-
Revert r19239: It broke four conformance tests. libavcodecSat, 20 Jun 2009 14:47:38 +0000, by cehoyos
-
Convertion of LSF values to coefficients of linear prediction filter libavcodecSat, 20 Jun 2009 13:36:21 +0000, by voroshil