summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ...Roman Shaposhnik2003-02-27
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-16
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-27
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-01
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanupMichael Niedermayer2002-12-04
* * not checking for get_buffer_callback - it would be user's errorZdenek Kabelac2002-11-14
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callbackArpi2002-11-10
* * DR1 supportZdenek Kabelac2002-11-04
* support buffers containing more than one frameFabrice Bellard2002-10-09
* fixed NTSC end of line bugFabrice Bellard2002-10-08
* 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle...Arpi2002-10-07
* DV ntsc support, 411P colorspace addedArpi2002-10-07
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi2002-10-04
* simplified parsing - added MMX idct supportFabrice Bellard2002-10-04
* first working version of DV video decoderFabrice Bellard2002-10-03