]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dv.c
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / dv.c
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-20 romanshFixing a value returning issue
2009-02-19 romanshtransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2009-02-04 romanshNo need to compute stype
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-31 bcoudurierremove some warnings due to avctx->execute
2009-01-31 bcoudurierassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 romanshCosmetics: fixing indentation
2009-01-31 romanshunrolling encoding loops
2009-01-31 romanshCosmetics: simplifying static initialization
2009-01-31 romanshsimplifying DIF encoding process
2009-01-31 romanshCosmetics: fixing the indentation
2009-01-31 romanshfactoring code into dv_init_enc_block
2009-01-31 romanshCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 romanshCosmetics: moving the function definition around
2009-01-31 romanshReplacing the constant with a macro
2009-01-19 diegocosmetics: Remove pointless period after copyright...
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
next