Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-21h264: prevent an out of array read in decode_nal_units()Michael Niedermayer
2011-09-21h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer
2011-09-21libspeex encoder wraperArt Clarke
2011-09-21dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate
2011-09-21Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar
2011-09-21cljr: init_get_bits size in bits instead of bytesAlex Converse
2011-09-21indeo2: fail if input buffer too smallAlex Converse
2011-09-21indeo2: init_get_bits size in bits instead of bytesAlex Converse
2011-09-21cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer
2011-09-21cabac test: match encode and decode sideMichael Niedermayer
2011-09-21cabac: fix cabac encoderMichael Niedermayer
2011-09-21Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-09-21avisynth: Fix upside down bugchinshou
2011-09-21avisynth: Remove wrong pts calculation.chinshou
2011-09-21Fixed size given to init_get_bits().Laurent Aimar
2011-09-21Fixed size given to init_get_bits() in ffv1 decoder.Laurent Aimar
2011-09-21wavpack: Check error codes rather than working around error conditions.Alex Converse
2011-09-21rc: finetune convergence failure fixMichael Niedermayer
2011-09-21rc: fix convergence failureMichael Niedermayer
2011-09-21Fix documentation for "-debug" commandline argumentPanagiotis H.M. Issaris
2011-09-21Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun
2011-09-21Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar
2011-09-21qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin
2011-09-21jpeglsdec: fix infinite loopMichael Niedermayer
2011-09-21flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 streamAsad Mehmood
2011-09-21wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov
2011-09-21Check extradata size on resolution change.Reimar Döffinger
2011-09-21http: Fix decetion of range support in HTTP serversStefan Fritsch
2011-09-21Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger
2011-09-21jpegdec: set color_rangeGavin Kinsey
2011-09-21mpeg4: fix typo in mpeg4_encode_gop_header()Michael Niedermayer
2011-09-21h264: clean all non null elements of delayed_pic[]Michael Niedermayer
2011-09-21h264: change MAX_DELAYED_PIC_COUNT check to av_assert0Michael Niedermayer
2011-09-21rv34: Check for invalid slice offsetsLaurent Aimar
2011-09-21rv34: Fix potential overreadsLaurent Aimar
2011-09-21rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-09-21rv10: Reject slices that does not have the same type as the first oneLaurent Aimar
2011-09-21lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich
2011-09-21oggdec: fix out of bound write in the ogg demuxerLaurent Aimar
2011-09-21Fixed size given to init_get_bits().Laurent Aimar
2011-09-21smacker: fix a few off by 1 errorsMichael Niedermayer
2011-09-21Check for invalid VLC value in smacker decoder.Laurent Aimar
2011-09-21Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
2011-09-13Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar
2011-09-13Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-09-13ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-09-13xan: Add some buffer checksAlex Converse
2011-09-13Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-09-13smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-09-11Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar