aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
AgeCommit message (Expand)Author
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-09-22 * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-05-21oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-03-25 * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik
2004-03-24warning patrolFalk Hüffner
2004-03-18 * removing casualties of battle of the wits and English languageRoman Shaposhnik
2004-03-14 * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik
2004-03-14 * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik
2004-03-12 * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik
2004-01-0410000lMichael Niedermayer
2003-12-05removing unused var & converting 64->32bitMichael Niedermayer
2003-11-27 * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-24 * introducing dct248 into the DSP context.Roman Shaposhnik
2003-10-20bottom_field_first -> top_field_firstMichael Niedermayer
2003-10-18 * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik
2003-10-16 * fix for a trivial 100l declaration typoRoman Shaposhnik
2003-10-15alignMichael Niedermayer
2003-10-12removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-10-11 * recommiting change from SF CVSRoman Shaposhnik
2003-10-01 * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik
2003-09-29 * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik
2003-08-24removed unused variableFabrice Bellard
2003-05-16seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor...Michael Niedermayer
2003-05-14some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)Michael Niedermayer
2003-05-06release buffer cleanupMichael Niedermayer
2003-05-01making it nicer to the client who doesn't expect errors messages in stdoutRoman Shaposhnik
2003-04-29* fixing NTSC frame rate for DV streamsRoman Shaposhnik
2003-04-25fixing mixed dr1 + internal buffersMichael Niedermayer
2003-04-04support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer
2003-03-28AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-27support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ...Roman Shaposhnik
2003-02-16more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-27DV audio decoder by Roman ShaposhnickFabrice Bellard
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-15fixing DCTELEM != shortMichael Niedermayer
2003-01-01warnings patch by (bubu <bubu at bubu dot net>)bubu
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-14* not checking for get_buffer_callback - it would be user's errorZdenek Kabelac
2002-11-12* fixing some minor const warningsZdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-1010l - set pixelfmt (colorspace) _before_ calling get_buffer() callbackArpi