]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
Store original width/height so that rv20 does not get stuck with some
[ffmpeg] / libavcodec / dv.c
2009-11-09 Ronald S. BultjeMake get_bits_left() available for use in libavcodec...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-09-29 Reimar DöffingerUse context instead of NULL for logging.
2009-09-29 Reimar DöffingerMake sure that dv encoder initializes all encoded packe...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-26 Måns RullgårdRemove some unnecessary alignment specifiers
2009-06-14 Baptiste Coudurierprint error when dv frame profile cannot be found
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-05-31 Baptiste Coudurierremove cast and use put_sbits, fix assertion in put_bits
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-20 Roman ShaposhnikFixing a value returning issue
2009-02-19 Roman Shaposhniktransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
2009-02-04 Roman ShaposhnikNo need to compute stype
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-31 Baptiste Coudurierremove some warnings due to avctx->execute
2009-01-31 Ben Hutchingsassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 Roman ShaposhnikCosmetics: fixing indentation
2009-01-31 Roman Shaposhnikunrolling encoding loops
2009-01-31 Roman ShaposhnikCosmetics: simplifying static initialization
2009-01-31 Roman Shaposhniksimplifying DIF encoding process
2009-01-31 Roman ShaposhnikCosmetics: fixing the indentation
2009-01-31 Roman Shaposhnikfactoring code into dv_init_enc_block
2009-01-31 Roman ShaposhnikCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 Roman ShaposhnikCosmetics: moving the function definition around
2009-01-31 Roman ShaposhnikReplacing the constant with a macro
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-20 Roman ShaposhnikMaking idct factor tables dynamically allocated
2008-11-19 Roman ShaposhnikChange of indentation
2008-11-18 Roman ShaposhnikGetting rid of huge static DV tables
2008-11-18 Roman ShaposhnikGetting rid of unneeded extra wrapper functions
2008-11-12 Roman ShaposhnikTaking advantage of the new ->execute API
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-08 Roman Shaposhnikimplementing more efficient (and direct) allocation...
2008-10-30 Roman Shaposhnikrenaming macro in order to conform with the rest of...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhnikunrolling the loops as per Michael's suggestion
2008-10-07 Roman Shaposhnikfixing a bug that prevented proper unweighting table...
2008-10-07 Roman ShaposhnikDoxygenizing the comments
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
2008-10-02 Diego Biurrunspelling cosmetics
2008-09-02 Diego BiurrunReplace generic CONFIG_DECODERS preprocessor conditiona...
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
next