log

age author description
2007-03-26 michael set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodec
2007-03-26 iive get rid of unused entries in the middle of xvmc_render struct, libavcodec
2007-03-26 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
2007-03-26 michael factorize & libavcodec
2007-03-26 michael simplify libavcodec
2007-03-26 aurel properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodec
2007-03-25 michael check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 bcoudurier increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodec
2007-03-25 bcoudurier remove TODO, its done now libavcodec
2007-03-25 bcoudurier pass correct buffer size to lzw decode init libavcodec
2007-03-25 michael move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 michael factorize libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 kostya 1000l to myself - get correct quantization for blocks 1 and 2 libavcodec
2007-03-25 aurel use generic xiph header spliting func to split theora headers libavcodec
2007-03-25 aurel extract vorbis header spliting code into a reusable function libavcodec
2007-03-25 bcoudurier actually return bytes read libavcodec
2007-03-25 bcoudurier return error if loop has ended before decoding image libavcodec
2007-03-25 bcoudurier actually return bytes read libavcodec
2007-03-24 bcoudurier add some length checks libavcodec
2007-03-24 bcoudurier simplify libavcodec
2007-03-24 bcoudurier fix indentation libavcodec