summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerdec.c
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-14
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* libschroedinger: Check memory allocationsVittorio Giovara2015-02-22
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-08
* libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-07
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-07
* libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-07
* libschroedingerdec: check mallocJordi Ortiz2012-04-28
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-30
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* libschroedingerdec: Remove write-only variable.Diego Biurrun2011-07-07
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-15
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-15
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-15
* Simplify 'if' condition statements.Diego Biurrun2009-08-15
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-22
* Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju2008-07-10
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
* remove useless commentAurelien Jacobs2008-05-08
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-08
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03