]> git.sesse.net Git - ffmpeg/history - libavcodec/qpeg.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / qpeg.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-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-04 Aneesh Dograqpeg: Use bytestream2 functions to prevent buffer overr...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-04-27 Stefano Sabatiniqpeg: use reget_buffer() in decode_frame()
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-07-05 Reimar DöffingerCheck that palctrl is available on init instead of...
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-24 Stefan Gehrermark read-only data as const
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-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayerforgotten const
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-14 Panagiotis IssarisRemove an unreferenced variable from qpeg_decode_inter().
2007-03-27 Kostya ShishkovRemove redundant assign
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-13 Kostya Shishkovsecurity fixes
2005-03-28 Mike Melansonfree that last frame
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-11-17 Mike Melansonnative QPEG video decoder, courtesy of Konstantin Shishkov