summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-2/+7
* libschroedingerenc: do not assert on values from external librariesAlexandra Khirnova2013-11-231-5/+2
* libschroedingerenc: use the AVFrame API properly.Anton Khirnov2013-11-161-4/+5
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-53/+49
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* 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
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+5
* libschroedingerenc: switch to encode2().Anton Khirnov2012-02-231-12/+31
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-301-17/+16
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* schroenc: Set colorspace infoDavid Conrad2010-05-051-0/+18
* schroenc: Use AV_RB32David Conrad2010-05-051-4/+2
* schroenc: Set open-gopDavid Conrad2010-05-051-0/+3
* schroenc: Set keyframe intervalDavid Conrad2010-05-051-0/+2
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-051-7/+6
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-051-3/+0
* 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
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-151-9/+7
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-151-89/+80
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-151-1/+1
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-151-6/+3
* Simplify 'if' condition statements.Diego Biurrun2009-08-151-3/+3
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-101-5/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-091-0/+5
* Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju2008-07-121-13/+58
* 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-0/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-031-0/+387
OpenPOWER on IntegriCloud