]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dv.c
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
[frescor/ffmpeg.git] / libavcodec / dv.c
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-20 romanshMaking idct factor tables dynamically allocated
2008-11-19 romanshChange of indentation
2008-11-18 romanshGetting rid of huge static DV tables
2008-11-18 romanshGetting rid of unneeded extra wrapper functions
2008-11-12 romanshTaking advantage of the new ->execute API
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-08 romanshimplementing more efficient (and direct) allocation...
2008-10-30 romanshrenaming macro in order to conform with the rest of...
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 romanshunrolling the loops as per Michael's suggestion
2008-10-07 romanshfixing a bug that prevented proper unweighting table...
2008-10-07 romanshDoxygenizing the comments
2008-10-07 romanshsimplifying the code as per Michael's suggestion
2008-10-02 diegospelling cosmetics
2008-09-02 diegoReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-27 romanshCosmetic change aimed at making it easier to see how...
2008-08-27 romanshFactoring out chan_slice / 27 into seq variable
2008-08-27 romanshSimplification of how dct_mode affects decoding.
2008-08-19 romanshMaking block size in bits variable and dependent on...
2008-08-19 romanshMaking the number of blocks per macroblock dependent...
2008-08-19 romanshIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-11 romanshFixing the units in DV50 tables (both coordinates are
2008-08-11 romanshCoalescing the un-weighting and de-quantization steps...
2008-07-11 diegoMove #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
2008-07-11 diegoMake preprocessor condition more specific and useful...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-10 bcoudurierremove useless wrapper func
2008-05-28 bcoudurierset avctx time_base in dv decoder
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-04-08 superdumpIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-02-01 michaelsome const
2008-02-01 michaelconsts
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-03-15 gpoirierforce 16-bytes alignement of block array, as needed...
2007-03-14 michaelkill av_mallocz_static()
2007-03-13 michaelkill a av_mallocz_static()
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX sourc...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 diegoFix compilation with --disable-encoders.
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-04 romansh * Restructuring the division of labor between DV...
2006-08-28 aurelforce usage of ALT_BITSTREAM_READER where needed
2006-03-06 romanshI still don't think this should be here. Note: without...
2006-03-06 romanshDVCPRO50 support.
2006-02-28 romanshAssign class 2 to most macroblocks by default, instead...
2006-02-27 romanshNot that we're that far from being an *initial* impleme...
2006-02-27 romanshAC coefficient weighing (per SMPTE 314M) for the DV...
2006-02-26 michaelremove wrong assert()
2006-02-26 michaelreplace for loop with 2 asserts()
2006-02-25 michaelsize[0-3] are not initialized (and can get random negat...
2006-02-24 michael10l (forgot EOBs)
2006-02-23 michaeldont lowwer qnos of more blocks then needed
2006-02-23 michaelfixing dv_guess_qnos()
2006-02-23 michaelprint a big warning if we mess up and run out of space ...
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-06 romansh Moving dv_anchor back to the global scope. This...
2005-12-25 michaelFix DV memory leak and allow multiple instances patch...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-02 michaellowres support
2005-08-30 michaeloptimizations
2005-08-26 michaelFix for memleak in dv.c patch by (Burkhard Plaum; plaum...
2005-08-11 michaelDV video encoder/decoder doesn't set keyframe and pictu...
2005-05-10 michaela few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-04-18 michaelvarious fixes related to the non alt_bitstream_reader
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-09-22 romansh * simplification patch by Jeffrey Ryan Muizelaar
2004-05-21 michaeldata_size = 0 cleanup
2004-05-21 michaeloops, forgot to commit that change from the warning...
2004-04-30 michaelcleanup & memleak fix
2004-03-25 romansh * some significant clean-up of the dv_decode_ac...
2004-03-24 mellumwarning patrol
2004-03-18 romansh * removing casualties of battle of the wits and...
2004-03-14 romansh * DV decoding/encoding now supports MultiThreading...
2004-03-14 romansh * DV decoder simplifications. Now it looks to...
2004-03-12 romansh * moving some of the commonly used bit reading...
2004-01-04 michael10000l
2003-12-05 michaelremoving unused var & converting 64->32bit
2003-11-27 romansh * 3x encoding speedup. Finally we seem to be on...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-24 romansh * introducing dct248 into the DSP context.
2003-10-20 michaelbottom_field_first -> top_field_first
2003-10-18 romansh * providing MPEG codecs with a generic fields in...
2003-10-16 romansh * fix for a trivial 100l declaration typo
2003-10-15 michaelalign
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
next