]> git.sesse.net Git - ffmpeg/history - libavcodec/motionpixels.c
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / motionpixels.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-20 Peter Meerwaldlibavcodec: Make use of av_clip functions
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2013-11-21 Anton Khirnovmotionpixels: clip VLC codes.
2013-11-16 Anton Khirnovmotionpixels: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-02 Alex Conversemotionpixels: Clip YUV values after applying a gradient.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-10-07 Laurent Aimarmotionpixels: Prevent calling init_vlc() with invalid...
2011-10-07 Laurent Aimarmotionpixels: Fix the size of workspace buffers
2011-10-07 Laurent Aimarmotionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes...
2011-10-06 Laurent AimarFixed deference of NULL pointer in motionpixels decoder.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-26 Reimar DöffingerAdd support for hardcoding the motionpixels rgb to...
2009-11-26 Reimar Döffinger10l, pix_fmt should be set by the motionpixels decoder...
2009-04-30 Diego BiurrunAdd missing return statement to out-of-memory condition...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2008-07-10 Gregory MontoirMotion Pixels Video Decoder.