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
2013-11-21motionpixels: clip VLC codes.Anton Khirnov
2013-11-16motionpixels: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-03motionpixels: Clip YUV values after applying a gradient.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
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-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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