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-10-07mpc8: Fix return value on EOFLaurent Aimar
2011-10-07shorten: Prevent block size from increasingLaurent Aimar
2011-10-07xan: Prevent out of bound accessesLaurent Aimar
2011-10-07H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer
2011-10-07vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar
2011-10-07vp56: Release old pictures after a resolution changesLaurent Aimar
2011-10-07vp6: Check for huffman tree build errorsLaurent Aimar
2011-10-07vp56: Check for missing reference frame dataLaurent Aimar
2011-10-07cinepak: Fix invalid read access on extra dataLaurent Aimar
2011-10-07vmd: fix segfaults on corruped streamsLaurent Aimar
2011-10-07cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar
2011-10-07segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-10-07segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar
2011-10-07Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar
2011-10-07Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-10-06libx264: support 9- and 10-bit output.Anton Khirnov
2011-10-05h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje
2011-10-05mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje
2011-10-05mpegvideo: fix position of bottom edge.Ronald S. Bultje
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-10-05lavc: use designated initializers for av_codec_context_classAnton Khirnov
2011-10-05qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles
2011-10-05qcelp: check output buffer size before decodingJustin Ruggles
2011-10-05qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin
2011-10-05sipr: fix the output data size check and only calculate it once.Justin Ruggles
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-10-04qdm2: check output buffer size before decodingJustin Ruggles
2011-10-04Fix out of bound reads in the QDM2 decoder.Laurent Aimar
2011-10-04Check for out of bound writes in the QDM2 decoder.Laurent Aimar
2011-10-04ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles
2011-10-03id3v2: remove pointless castsAnton Khirnov
2011-10-03id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov
2011-10-03id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov
2011-10-03libvpx: fix build with older libvpx versions.Anton Khirnov
2011-10-03ARM: check for inline asm 'y' operand modifier supportMans Rullgard
2011-10-02mpc8: check output buffer size before decodingJustin Ruggles
2011-10-02mpc7: return error if packet is too small.Justin Ruggles
2011-10-02mpc7: check output buffer size before decodingJustin Ruggles
2011-10-02nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles
2011-10-02nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles
2011-10-02nellymoser: check output buffer size before decodingJustin Ruggles
2011-10-02win32: improve threading algorithm warningLuca Barbato
2011-10-01lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov
2011-10-01libvpxenc: use libvpx's own defaults for some parametersLuca Barbato
2011-10-01vpxenc: add private optionsLuca Barbato
2011-10-01dpcm: return error if packet is too smallJustin Ruggles
2011-10-01dpcm: use smaller data types for static tablesJustin Ruggles