]> git.sesse.net Git - ffmpeg/history - libavcodec/dnxhdenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / dnxhdenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-02 Vittorio Giovaralavc: Deprecate avctx.{inter,intra}_quant_bias
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-11-17 Vittorio Giovaralavc: fix bitshifts amount bigger than the type
2014-11-13 Vittorio Giovaradnxhdenc: check negative index
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-27 Diego Biurrunmpeg: Change ff_convert_matrix() to take an MpegEncCont...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-04-11 Timothy GuDNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
2014-04-11 Vittorio GiovaraDNxHD: K&R formatting cosmetics
2014-03-30 Timothy Gudnxhdenc: return meaningful return codes
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-11-16 Anton Khirnovdnxhdenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-05 Diego Biurrunavcodec: Add av_cold attributes to end functions missin...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-26 Anton Khirnovdnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-24 Diego Biurrundnxhdenc: x86: more sensible names for optimization...
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2012-02-12 Anton Khirnovdnxhdenc: switch to encode2.
2012-01-04 Diego BiurrunMerge some declarations and initializations.
2011-11-26 Mans Rullgarddnxhdenc: fix signed overflows
2011-10-14 Mans Rullgarddnxhdenc: fixed signed multiplication overflow
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-27 Mans Rullgarddnxhdenc: fix declarations in for loops
2011-07-21 Joseph Artsimovichdnxhd: 10-bit support
2011-07-21 Mans Rullgarddnxhdenc: remove inline from function only called throu...
2011-07-21 Mans Rullgarddnxhdenc: whitespace cosmetics
2011-07-12 Diego Biurrundnxhdenc: Replace a forward declaration by the proper...
2011-05-12 Baptiste Coudurierdnxhdenc: add AVClass in private context.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-01 Baptiste Coudurierdnxhd: allow encoding with Avid Nitris compatibility.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-16 Baptiste CoudurierMake DNxHD encoder produce files that are strictly...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
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
2009-11-20 Baptiste Coudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 Baptiste Coudurierclarify why the encoder is failing
2009-10-12 Reimar DöffingerReindent after removing the outer for loops in the...
2009-10-12 Reimar DöffingerMove dnxhdenc to execute2 multithreading API.
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-21 Reimar DöffingerUse a custom radix sort implementation instead of qsort...
2009-09-18 Baptiste Coudurierfix uninitialized memory in dnxhd encoder
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-05-08 Daniel Verkampdata parameter of dnxhd_encode_picture() should not...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 Baptiste CoudurierMove get_pixels_8x4 before init func to avoid useless...
2008-12-12 Baptiste Coudurierrename 4x8 to 8x4 to match widthxheight consistently
2008-12-11 Baptiste Couduriermove structure definitions in their own header
2008-12-11 Baptiste Couduriercosmetics
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-02 Baptiste Couduriercosmetics, remove table_ prefix
2008-06-02 Baptiste Coudurieroptimize, merge offset bits in vlc code
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-12 Carl Eugen HoyosReplace one more occurrence of -1 with PIX_FMT_NONE.
2008-05-06 Baptiste Coudurierexport dnxhd encoded picture quality
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconsts
2007-12-18 Baptiste Coudurieradd bitrate helper to choose all dnxhd variants
2007-12-02 Baptiste Coudurierindentation
2007-12-02 Baptiste Coudurierdnxhd 720p encoding and decoding support
2007-12-02 Baptiste Couduriercosmetics, encode_variance -> encode_fast
2007-12-02 Baptiste Coudurierfix corner case when qscale 1 bits < frame bits but...
2007-10-09 Baptiste Coudurierbetter lambda search method
2007-10-08 Baptiste Coudurierdnxhd 36mbit support
2007-10-08 Baptiste Couduriertypo weigth->weight
2007-10-08 Baptiste CoudurierDNxHD (SMPTE VC-3) encoder