]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
user setable quantizer bias
[ffmpeg] / libavcodec / dv.c
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-27 Roman Shaposhniksupport for PAL 4:1:1 SMPTE 314M DV streams patch by...
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-27 Fabrice BellardDV audio decoder by Roman Shaposhnick
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-01 bubuwarnings patch by (bubu <bubu at bubu dot net>)
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayercleanup
2002-11-14 Zdenek Kabelac* not checking for get_buffer_callback - it would be...
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Arpi10l - set pixelfmt (colorspace) _before_ calling get_bu...
2002-11-04 Zdenek Kabelac* DR1 support
2002-10-09 Fabrice Bellardsupport buffers containing more than one frame
2002-10-08 Fabrice Bellardfixed NTSC end of line bug
2002-10-07 Arpi10l - MMX/FPU state was not restored, causing nonsense...
2002-10-07 ArpiDV ntsc support, 411P colorspace added
2002-10-04 Alex Beregszaszimoved dct init out from mpv_common_init to dct_common_i...
2002-10-04 Fabrice Bellardsimplified parsing - added MMX idct support
2002-10-03 Fabrice Bellardfirst working version of DV video decoder