]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
split intra / inter dequantization
[ffmpeg] / libavcodec / dv.c
2003-12-05 Michael Niedermayerremoving unused var & converting 64->32bit
2003-11-27 Roman Shaposhnik * 3x encoding speedup. Finally we seem to be on...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-10-20 Michael Niedermayerbottom_field_first -> top_field_first
2003-10-18 Roman Shaposhnik * providing MPEG codecs with a generic fields in...
2003-10-16 Roman Shaposhnik * fix for a trivial 100l declaration typo
2003-10-15 Michael Niedermayeralign
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-11 Roman Shaposhnik * recommiting change from SF CVS
2003-10-01 Roman Shaposhnik * preAlpha DV encoding support -- there's still...
2003-09-29 Roman Shaposhnik * DV handling was streamlined for both muxing/demuxi...
2003-08-24 Fabrice Bellardremoved unused variable
2003-05-16 Michael Niedermayerseems i guessed correctly (last 411 chroma block isnt...
2003-05-14 Michael Niedermayersome libmpeg2 style bitstream reader fixes (no dv doesn...
2003-05-06 Michael Niedermayerrelease buffer cleanup
2003-05-01 Roman Shaposhnikmaking it nicer to the client who doesn't expect errors...
2003-04-29 Roman Shaposhnik* fixing NTSC frame rate for DV streams
2003-04-25 Michael Niedermayerfixing mixed dr1 + internal buffers
2003-04-04 Michael Niedermayersupport for DV aspect ratio and erroneous audio patch...
2003-03-28 Roman ShaposhnikAVI type 1 support patch by (Roman Shaposhnick <rvs...
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