summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/libschroedingerenc: add missing AVClass to private contextHendrik Leppkes2015-12-231-0/+2
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-181-3/+28
|\ \ | |/
| * lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-3/+28
* | Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes2015-10-141-14/+16
|\ \ | |/
| * libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-141-14/+16
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-2/+6
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-2/+6
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-6/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* | Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a'Michael Niedermayer2015-02-231-0/+4
|\ \ | |/
| * libschroedinger: Check memory allocationsVittorio Giovara2015-02-221-0/+4
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud