]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
Remove lowres video decoding
[ffmpeg] / libavcodec / dv.c
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-19 Diego Biurrundv: Initialize encoder tables during encoder init.
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-04-16 Diego Biurrundv: Move static tables only used in one place to where...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Anton Khirnovdvenc: print allowed profiles if the video doesn't...
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.
2012-02-17 Anton Khirnovdvenc: switch to encode2().
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-10 Alex Conversedv: Move functions used only by the encoder out of...
2012-02-10 Alex Conversedv: Split dvdata.h into dvdata.h and dvquant.h
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-16 Mans Rullgardget_bits: remove A32 variant
2011-11-26 Mans Rullgarddv: simplify bitstream splicing in dv_decode_ac()
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some dv symbols used in...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-05 Clément Bœschdv: fix comment wording mistake
2011-07-05 Reimar Döffingerdv: fix valgrind use of uninitialised value warnings.
2011-07-05 Clément Bœschdv: fix comment spelling
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-27 Baptiste CoudurierIn dv decoder, set sample aspect aspect ratio, fix...
2010-08-20 Måns Rullgårddv: fix alignment of scratch buffer
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-29 Reimar DöffingerFix indentation.
2010-03-21 Reimar DöffingerAdd support for hard-coding the 256kB large dv_vlc_map...
2010-03-21 Reimar DöffingerSplit VLC-related tables out of dvdata.h to make it...
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-12 Michael NiedermayerAlign mb_bit_buffer and vs_bit_buffer as their alignmen...
2009-12-11 Tomas HärdinFail earlier for unsupported resolutions or pixel forma...
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...
next