]> git.sesse.net Git - ffmpeg/history - libavcodec/proresenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / proresenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraproresenc: Do not entangle coded_frame
2015-04-22 Luca Barbatoprores: Set the bits_per_coded_sample for alpha pix_fmt
2014-12-15 Luca Barbatoprores: Evaluate all the quantizers
2014-08-18 Christophe Gisquetproresenc: Properly account for alpha plane
2014-08-18 Christophe Gisquetproresenc: Realloc if buffer is too small
2014-08-18 Christophe Gisquetproresenc: Report buffer overflow
2014-08-18 Christophe Gisquetproresenc: Remove unneeded parameters from encode_alpha...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-02-28 Diego Biurrunproresenc: Reuse proper dsputil infrastructure for...
2014-02-28 Diego Biurrunprores: Drop DSP infrastructure for prores encoder...
2014-02-28 Diego Biurrunproresenc: Drop unnecessary DCT permutation bits
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-30 Kostya Shishkovproresenc: alpha coding support
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-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Martin Storsjöproresenc: Don't free a buffer not owned by the codec
2012-09-04 Martin Storsjöproresenc: Write the full value in one put_bits call
2012-08-14 Maksalov Borisprores: interlaced ProRes encoding
2012-08-13 Boris Maksalovproresenc: use the edge emulation buffer
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-01 Mans Rullgardproresenc: make a variable local to the loop where...
2012-04-17 Kostya Shishkovproresenc: multithreaded quantiser search
2012-03-18 Kostya Shishkovprores: allow user to set fixed quantiser
2012-03-04 Kostya Shishkovproresenc: give user a possibility to alter some encodi...
2012-02-29 Kostya Shishkovprores: store and retrieve extended colourspace information
2012-02-29 Phil Barrettproresenc: correct edge emulation
2012-02-29 Kostya Shishkovprores: handle 444 chroma in right order
2012-02-22 Christophe GISQUETprores: use natural integer type for the codebook index
2012-02-18 Kostya Shishkovproresenc: force bitrate not to exceed given limit
2012-02-16 Kostya Shishkovproresenc: initialise 'sign' variable
2012-02-15 Kostya Shishkovprores encoder