Age | Commit message (Expand) | Author |
2013-03-12 | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-02-09 | motionpixels: Check that the vlc table has been fully inited | Michael Niedermayer |
2013-02-09 | motionpixels: Propagate errors in vlc table init | Michael Niedermayer |
2012-12-05 | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
2012-12-01 | motionpixels: use meaningful error code | Paul B Mahol |
2012-10-19 | motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse... | Michael Niedermayer |
2012-10-08 | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-05-28 | motionpixels: check extradata size | Michael Niedermayer |
2012-05-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-05-02 | motionpixels: Clip YUV values after applying a gradient. | Alex Converse |
2012-04-07 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-02-16 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2011-11-05 | Try to set AVFrame.reference to correct values. | Reimar Döffinger |
2011-10-07 | motionpixels: Prevent calling init_vlc() with invalid parameters | Laurent Aimar |
2011-10-07 | motionpixels: Fix the size of workspace buffers | Laurent Aimar |
2011-10-07 | motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp... | Laurent Aimar |
2011-10-06 | Fixed deference of NULL pointer in motionpixels decoder. | Laurent Aimar |
2011-09-30 | Fix the size of workspace buffers in the motion pixels decoder. | Laurent Aimar |
2011-09-30 | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u... | Laurent Aimar |
2011-09-29 | Prevent calling init_vlc() with invalid parameters in motionpixels decoder. | Laurent Aimar |
2011-09-10 | Fixed deference of NULL pointer in motionpixels decoder. | Laurent Aimar |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-07 | lavc: set defaults in internal codec frames | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-11-26 | Add support for hardcoding the motionpixels rgb to yuv table. | Reimar Döffinger |
2009-11-26 | 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. | Reimar Döffinger |
2009-04-30 | Add missing return statement to out-of-memory condition. Fixes the warning: | Diego Biurrun |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-12 | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-02 | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun |
2008-07-10 | Motion Pixels Video Decoder. | Gregory Montoir |