Mercurial > libavcodec.hg
graph
-
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec2009-07-06, by reimar
-
Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec2009-07-05, by reimar
-
Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec2009-07-05, by reimar
-
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec2009-07-05, by reimar
-
Check that palctrl is available on init instead of crashing when trying to use libavcodec2009-07-05, by reimar
-
If the end of the input buffer is reached while decoding MJPEG and at least libavcodec2009-07-04, by reimar
-
Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec2009-07-04, by reimar
-
Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec2009-07-04, by reimar
-
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec2009-07-04, by reimar
-
Revert r19317, "simplify slice_end, return size of output frame". libavcodec2009-07-01, by bcoudurier
-
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change libavcodec2009-07-01, by kostya