]> git.sesse.net Git - ffmpeg/history - libavcodec/motionpixels.c
lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
[ffmpeg] / libavcodec / motionpixels.c
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.