summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-2/+7
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-231-1/+2
|\ \ | |/
| * libschroedingerenc: do not assert on values from external librariesAlexandra Khirnova2013-11-231-5/+2
* | Merge commit 'ffe04c330335add4c6d70ab0bb98e6b3f4f7abfa'Michael Niedermayer2013-11-171-4/+5
|\ \ | |/
| * libschroedingerenc: use the AVFrame API properly.Anton Khirnov2013-11-161-4/+5
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'Michael Niedermayer2013-02-261-53/+49
|\ \ | |/
| * libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-53/+49
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | libschroedingerenc: remove assert related to the old API.Michael Niedermayer2012-07-231-1/+0
* | libschroedingerenc: switch to av_assertMichael Niedermayer2012-07-231-5/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-15/+14
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-3/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | libschroedingerenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-12/+31
|\ \ | |/
| * libschroedingerenc: switch to encode2().Anton Khirnov2012-02-231-12/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-1/+1
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-311-17/+16
|\ \ | |/
| * libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-301-17/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud