]> git.sesse.net Git - ffmpeg/history - libavcodec/dv.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / dv.c
2016-06-07 Diego BiurrunRemove unnecessary get_bits.h #includes
2014-09-09 Gabriel Dumedv: K&R formatting cosmetics
2014-07-09 Anton Khirnovlavc: export DV profile API used by muxer/demuxer as...
2014-06-27 Diego Biurrundv: Properly split decoder and encoder initialization
2014-06-25 Diego Biurrundv: Replace a magic number by sizeof()
2014-06-20 Anton Khirnovdv: cosmetics, reindent
2014-06-20 Anton Khirnovdv: get rid of global non-const tables
2014-04-04 Diego Biurrundsputil: Move DV-specific ff_zigzag248_direct table...
2013-12-09 Anton Khirnovdv: use AVFrame API properly
2013-12-02 Diego Biurrundv: Split off DV video encoder into its own file
2013-12-02 Diego Biurrundv: Move DV VLC data tables out of header file
2013-11-15 Diego Biurrundv: Split DV data table declarations into their own...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-06-28 Luca Barbatolavc: move put_bits_left in put_bits.h
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-30 Mans Rullgarddvenc: do not call dsputil functions with stride not...
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...
next