]> git.sesse.net Git - ffmpeg/history - libavcodec/libschroedingerdec.c
lavc: export the timestamps when decoding in AVFrame.pts
[ffmpeg] / libavcodec / libschroedingerdec.c
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2015-10-14 Vittorio Giovaralibschroedinger: Properly use AVFrame API
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-22 Vittorio Giovaralibschroedinger: Check memory allocations
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Justin Ruggleslibschroedinger: cosmetics: rename variable avccontext...
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-08 Jordi Ortizlibschroedingerdec: Change AVPicture to AVFrame and...
2012-05-07 Diego Biurrunlibschroedinger: Switch to function names more in line...
2012-05-07 Diego BiurrunMove code shared between libdirac and libschroedinger...
2012-05-07 Diego Biurrunlibschroedinger: Move a function to avoid a forward...
2012-04-28 Jordi Ortizlibschroedingerdec: check malloc
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-10-30 Diego Biurrunlibdirac/libschroedinger: Drop unnecessary symbol prefixes.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-07 Diego Biurrunlibschroedingerdec: Remove write-only variable.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-07 Stefano SabatiniFix the compilation of some libavcodec/lib* files which...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
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-08-15 Anuradha SuraparajuFix bug caused by difference in stride and picture...
2009-08-15 Diego Biurruncosmetics: indentation, prettyprinting, K&R coding...
2009-08-15 Diego BiurrunRemove useless braces around if/for/while expressions.
2009-08-15 Diego BiurrunSimplify 'if' condition statements.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-22 Anuradha SuraparajuFix incorrectly constructed Dirac parse units that...
2008-07-10 Anuradha SuraparajuParse frames to feed the decoder with individual parse...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-17 Diego Biurrunmissing codec long names by Stefano Sabatini, stefano...
2008-05-08 Aurelien Jacobsremove useless comment
2008-05-08 Carl Eugen HoyosDo not return -1 from void functions.
2008-05-03 Anuradha SuraparajuAdd Dirac support through libschroedinger.