summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
...
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-181-0/+3
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-161-1/+2
* alignMichael Niedermayer2003-10-151-1/+2
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-5/+5
* * recommiting change from SF CVSRoman Shaposhnik2003-10-111-0/+2
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-011-8/+370
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-281/+50
* removed unused variableFabrice Bellard2003-08-241-2/+0
* seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor...Michael Niedermayer2003-05-161-6/+6
* some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)Michael Niedermayer2003-05-141-6/+9
* release buffer cleanupMichael Niedermayer2003-05-061-2/+3
* making it nicer to the client who doesn't expect errors messages in stdoutRoman Shaposhnik2003-05-011-1/+1
* * fixing NTSC frame rate for DV streamsRoman Shaposhnik2003-04-291-3/+4
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-251-9/+2
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer2003-04-041-8/+20
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-281-0/+1
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-2/+3
* per file doxyMichael Niedermayer2003-03-061-0/+5
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-3/+3
* support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ...Roman Shaposhnik2003-02-271-4/+6
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-161-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-37/+37
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-271-3/+115
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-211-5/+5
* fixing DCTELEM != shortMichael Niedermayer2003-01-151-1/+1
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-011-1/+0
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-3/+3
* cleanupMichael Niedermayer2002-12-041-47/+26
* * not checking for get_buffer_callback - it would be user's errorZdenek Kabelac2002-11-141-2/+3
* * fixing some minor const warningsZdenek Kabelac2002-11-121-1/+2
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-0/+1
* 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callbackArpi2002-11-101-13/+10
* * DR1 supportZdenek Kabelac2002-11-041-10/+32
* support buffers containing more than one frameFabrice Bellard2002-10-091-8/+8
* fixed NTSC end of line bugFabrice Bellard2002-10-081-4/+25
* 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle...Arpi2002-10-071-0/+3
* DV ntsc support, 411P colorspace addedArpi2002-10-071-10/+10
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi2002-10-041-8/+2
* simplified parsing - added MMX idct supportFabrice Bellard2002-10-041-82/+105
* first working version of DV video decoderFabrice Bellard2002-10-031-0/+632
OpenPOWER on IntegriCloud