]> git.sesse.net Git - ffmpeg/history - libavcodec/libtheoraenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / libtheoraenc.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 Giovaralibtheoraenc: Keep coded_frame.key_frame a write-only...
2015-05-31 Vittorio Giovaralibtheora: Check memory allocation
2015-03-12 Vittorio Giovaralibtheora: Check frame allocation
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
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-01-14 Maximilian Seesslenlibtheoraenc: fix granularity of video quality
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-11-13 Luca Barbatolibtheoraenc: add missing pixdesc.h header
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovlibtheoraenc: switch to encode2().
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
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-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego Biurruncosmetics: Switch Doxygen comments to JavaDoc style.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-12 David ConradClarify comment: although still hacky, it is correct...
2009-12-12 David Conradlibtheoraenc.c: mark keyframes
2009-11-25 David ConradSupport compiling against libtheora older than 1.1
2009-11-22 David ConradSet colorspace for libtheora encoding
2009-11-22 David ConradSupport 4:2:2 and 4:4:4 subsampling in libtheora encoding
2009-11-22 David ConradAdd support for two pass encoding in libtheora
2009-11-22 David ConradUpdate libtheora wrapper to use the 1.0 API
2009-10-19 Diego BiurrunGet rid of some pointless '== NULL' / '!= 0' conditions...
2009-10-19 Diego Biurrunwhitespace cosmetics: prettyprinting, K&R style
2009-10-19 Diego BiurrunRemove pointless parentheses.
2009-10-10 Reimar DöffingerHack: set the coded frame PTS to the incoming PTS.
2009-09-30 David ConradSupport constant-quant encoding for libtheora
2009-07-13 David ConradFix "warning: assignment discards qualifiers from point...
2009-07-13 Art ClarkeFix memory leak in libtheora encoder
2009-05-22 David ConradFix libtheora encoding for non-mod16 sizes
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-11 Stefano SabatiniAdd missing inclusion of libavutil/intreadwrite.h,...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-02-07 Diego BiurrunAdd a comment about swapped numerator and denominator.
2007-01-25 Diego BiurrunTheora encoding via libtheora.