]> git.sesse.net Git - ffmpeg/history - libavcodec/mmvideo.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavcodec / mmvideo.c
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-07 Diego Biurrunmmvideo.c: Remove unused variable in mm_decode_pal().
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-07 Ronald S. Bultjealgmm: convert to bytestream2 API.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-14 Peter Rossmm decoder: move buffer allocation from decode_init...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-10 Daniel Kangperform height sanity check in mmvideo decoder
2011-01-10 Peter Rossmmvideo: remove some conditional statements by limiting...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-24 Peter Rossit is not necessary to display the decoder name, as...
2010-01-09 Peter Rossupdate my email address
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego BiurrunFix filenames in doxygen comments.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-26 Diego BiurrunFix FSF postal address.
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...