summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerdec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-21/+10
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-4/+4
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-081-30/+67
* libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-071-5/+5
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-071-11/+10
* libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-071-7/+4
* libschroedingerdec: check mallocJordi Ortiz2012-04-281-0/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-301-23/+23
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* libschroedingerdec: Remove write-only variable.Diego Biurrun2011-07-071-2/+0
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-071-0/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-151-5/+2
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-151-102/+96
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-151-8/+3
* Simplify 'if' condition statements.Diego Biurrun2009-08-151-3/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-221-0/+3
* Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju2008-07-101-11/+71
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-171-1/+2
* remove useless commentAurelien Jacobs2008-05-081-2/+0
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-031-0/+310
OpenPOWER on IntegriCloud