summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum2005-12-251-12/+22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-184/+184
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-78/+78
* lowres supportMichael Niedermayer2005-09-021-18/+23
* optimizationsMichael Niedermayer2005-08-301-85/+111
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-261-3/+1
* DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey2005-08-111-0/+4
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-101-0/+2
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-181-0/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+3
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-1/+1
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-221-2/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-211-1/+5
* cleanup & memleak fixMichael Niedermayer2004-04-301-8/+2
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-251-95/+67
* warning patrolFalk Hüffner2004-03-241-3/+3
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-181-0/+15
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-141-92/+103
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-141-114/+67
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-121-7/+1
* 10000lMichael Niedermayer2004-01-041-0/+5
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-051-1/+1
* * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik2003-11-271-218/+285
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-2/+2
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-241-59/+76
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-201-1/+1
* * 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
OpenPOWER on IntegriCloud