summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove libschroedinger encoding and decoding wrappersRostislav Pehlivanov2017-05-291-395/+0
* Merge commit 'fc85646ad495f3418042468da415af73a7a07334'James Almer2017-04-131-2/+2
|\
| * libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun2016-12-081-7/+10
| * libschroedingerdec: don't produce empty framesAndreas Cadhalpun2016-12-081-1/+1
* | libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun2016-11-161-7/+9
* | libschroedingerdec: don't produce empty framesAndreas Cadhalpun2016-11-161-1/+1
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-1/+6
|\ \ | |/
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-1/+6
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-4/+0
* | Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes2015-10-141-1/+1
|\ \ | |/
| * libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-141-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a'Michael Niedermayer2015-02-231-0/+2
|\ \ | |/
| * libschroedinger: Check memory allocationsVittorio Giovara2015-02-221-0/+2
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-2/+2
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-2/+2
* | 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
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-4/+4
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-21/+10
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-21/+10
* | Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'Michael Niedermayer2013-02-261-30/+30
|\ \ | |/
| * libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-4/+4
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-4/+4
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-171-0/+4
|\ \ | |/
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | libschroedingerdec: remove unused headerPaul B Mahol2012-06-231-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-30/+67
|\ \ | |/
| * libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-081-30/+67
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-23/+19
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-281-0/+5
|\ \ | |/
| * libschroedingerdec: check mallocJordi Ortiz2012-04-281-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-311-23/+23
|\ \ | |/
| * libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-301-23/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-2/+0
|\ \ | |/