]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / dv.c
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-27 Roman ShaposhnikCosmetic change aimed at making it easier to see how...
2008-08-27 Roman ShaposhnikFactoring out chan_slice / 27 into seq variable
2008-08-27 Roman ShaposhnikSimplification of how dct_mode affects decoding.
2008-08-19 Roman ShaposhnikMaking block size in bits variable and dependent on...
2008-08-19 Roman ShaposhnikMaking the number of blocks per macroblock dependent...
2008-08-19 Roman ShaposhnikIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-11 Roman ShaposhnikFixing the units in DV50 tables (both coordinates are
2008-08-11 Roman ShaposhnikCoalescing the un-weighting and de-quantization steps...
2008-07-11 Diego BiurrunMove #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
2008-07-11 Diego BiurrunMake preprocessor condition more specific and useful...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-10 Baptiste Coudurierremove useless wrapper func
2008-05-28 Baptiste Coudurierset avctx time_base in dv decoder
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayersome const
2008-02-01 Michael Niedermayerconsts
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-03-15 John Dalglieshforce 16-bytes alignement of block array, as needed...
2007-03-14 Michael Niedermayerkill av_mallocz_static()
2007-03-13 Michael Niedermayerkill a av_mallocz_static()
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-15 Roman Shaposhnik * Fixing a bug with incorrect bits set in AAUX sourc...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Alexander StrangeFix compilation with --disable-encoders.
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-08-28 Aurelien Jacobsforce usage of ALT_BITSTREAM_READER where needed
2006-03-06 Roman ShaposhnikI still don't think this should be here. Note: without...
2006-03-06 Daniel MaasDVCPRO50 support.
2006-02-28 Dan MaasAssign class 2 to most macroblocks by default, instead...
2006-02-27 Roman ShaposhnikNot that we're that far from being an *initial* impleme...
2006-02-27 Dan MaasAC coefficient weighing (per SMPTE 314M) for the DV...
2006-02-26 Michael Niedermayerremove wrong assert()
2006-02-26 Michael Niedermayerreplace for loop with 2 asserts()
2006-02-25 Dan Maassize[0-3] are not initialized (and can get random negat...
2006-02-24 Michael Niedermayer10l (forgot EOBs)
2006-02-23 Michael Niedermayerdont lowwer qnos of more blocks then needed
2006-02-23 Michael Niedermayerfixing dv_guess_qnos()
2006-02-23 Michael Niedermayerprint a big warning if we mess up and run out of space ...
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-06 Roman Shaposhnik Moving dv_anchor back to the global scope. This...
2005-12-25 Burkhard PlaumFix DV memory leak and allow multiple instances patch...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-02 Michael Niedermayerlowres support
2005-08-30 Michael Niedermayeroptimizations
2005-08-26 Burkhard PlaumFix for memleak in dv.c patch by (Burkhard Plaum; plaum...
2005-08-11 Edward HerveyDV video encoder/decoder doesn't set keyframe and pictu...
2005-05-10 Roine Gustafssona few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-04-18 Michael Niedermayervarious fixes related to the non alt_bitstream_reader
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-09-22 Jeff Muizelaar * simplification patch by Jeffrey Ryan Muizelaar
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-21 Michael Niedermayeroops, forgot to commit that change from the warning...
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-25 Roman Shaposhnik * some significant clean-up of the dv_decode_ac...
2004-03-24 Falk Hüffnerwarning patrol
2004-03-18 Roman Shaposhnik * removing casualties of battle of the wits and...
2004-03-14 Roman Shaposhnik * DV decoding/encoding now supports MultiThreading...
2004-03-14 Roman Shaposhnik * DV decoder simplifications. Now it looks to...
2004-03-12 Roman Shaposhnik * moving some of the commonly used bit reading...
2004-01-04 Michael Niedermayer10000l
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
next