summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
* lowres supportMichael Niedermayer2005-09-02
* optimizationsMichael Niedermayer2005-08-30
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-26
* DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey2005-08-11
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-22
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25
* warning patrolFalk Hüffner2004-03-24
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-18
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-14
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-14
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
* 10000lMichael Niedermayer2004-01-04
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
* * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik2003-11-27
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-16
* alignMichael Niedermayer2003-10-15
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* * recommiting change from SF CVSRoman Shaposhnik2003-10-11
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-01
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
* removed unused variableFabrice Bellard2003-08-24
* seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor...Michael Niedermayer2003-05-16
* some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)Michael Niedermayer2003-05-14
* release buffer cleanupMichael Niedermayer2003-05-06
* making it nicer to the client who doesn't expect errors messages in stdoutRoman Shaposhnik2003-05-01
* * fixing NTSC frame rate for DV streamsRoman Shaposhnik2003-04-29
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-25
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer2003-04-04
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-28
* 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