summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/dvdec: dont try to decode ac when theres no inputMichael Niedermayer2013-10-281-1/+1
* | 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
* | dvdec: fix lowres=3 with yuv 4:1:1Michael Niedermayer2013-03-311-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-5/+3
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-9/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+3
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-1/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | dvdec: Set top_field_first from FS flagTomas Härdin2012-10-151-1/+2
* | dvdec: Move the VSC pack parsing to before avctx->execute()Tomas Härdin2012-10-151-8/+8
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | dvdec: switch to av_assertMichael Niedermayer2012-08-041-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-061-1/+1
|\ \ | |/
| * dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-061-1/+1
* | lowres2 support.Michael Niedermayer2012-04-221-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-2/+1
|\ \ | |/
| * Remove lowres video decodingMans Rullgard2012-04-211-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-171-2/+3
|\ \ | |/
| * dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-161-2/+1
| * dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-161-0/+2
* | 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 Niedermayer2012-03-291-1/+0
|\ \ | |/
| * dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-281-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-281-6/+7
|/
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-0/+386
OpenPOWER on IntegriCloud