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
2012-10-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-09-29vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-06-09motionpixels: check extradata sizeMichael Niedermayer
2012-05-06Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-05-05motionpixels: Clip YUV values after applying a gradient.Alex Converse
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-10-07motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar
2011-10-07motionpixels: Fix the size of workspace buffersLaurent Aimar
2011-10-07motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar
2011-10-07Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-09-30Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar
2011-09-30Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar
2011-09-29Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar
2011-09-10Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-11-27Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger
2009-11-2710l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger
2009-04-30Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2008-07-10Motion Pixels Video Decoder.Gregory Montoir