summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-14
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* libschroedinger: Check memory allocationsVittorio Giovara2015-02-22
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* libschroedingerenc: do not assert on values from external librariesAlexandra Khirnova2013-11-23
* libschroedingerenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libschroedingerenc: switch to encode2().Anton Khirnov2012-02-23
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-30
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* schroenc: Set colorspace infoDavid Conrad2010-05-05
* schroenc: Use AV_RB32David Conrad2010-05-05
* schroenc: Set open-gopDavid Conrad2010-05-05
* schroenc: Set keyframe intervalDavid Conrad2010-05-05
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-05
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-05
* 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
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-15
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-15
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-15
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-15
* Simplify 'if' condition statements.Diego Biurrun2009-08-15
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju2008-07-12
* 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
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03