]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1.c
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / ffv1.c
2015-11-16 Vittorio Giovaraffv1: Explicitly name the coder type
2015-04-20 Diego Biurrunffv1: Pass correct pointers to av_free()
2015-04-13 Vittorio Giovaraffv1: Check memory allocations
2014-03-13 Diego Biurrunffv1: Drop bogus dependency on dsputil
2013-11-16 Anton Khirnovffv1: use the AVFrame API properly.
2013-09-17 Martin Storsjöffv1: Make sure at least one slice context is initialized
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-10-20 Luca Barbatoffv1: update to ffv1 version 3
2012-10-20 Luca Barbatoffv1: split decoder and encoder
2012-10-16 Luca Barbatoffv1: K&R formatting cosmetics
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-13 Alex Converseffv1: Fix size mismatch in encode_line.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-02-23 Anton Khirnovffv1enc: switch to encode2().
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-09-09 Laurent Aimarffv1: Fixed size given to init_get_bits() in decoder.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-03 Mans Rullgardffv1: remove unused tables
2011-06-13 Michael Niedermayerffv1: fix undefined behavior with insane widths.
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-20 Mans Rullgardffv1: allocate correct size for sample buffer
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-12-12 Michael NiedermayerFix indention of one forgotten line in ffv1.c
2010-11-04 Stefano SabatiniFix FFv1 decoder buffer releasing.
2010-10-28 Michael NiedermayerFix 10l leak in ffv1.
2010-10-28 Michael NiedermayerTry to find a bit better initial states in ffv1 2pass.
2010-10-28 Michael NiedermayerKeep track of how many slices*gops where encoded in...
2010-10-28 Michael Niedermayerfactorize variable declaration in ffv1.
2010-10-26 Michael NiedermayerFFV1 initial state 2pass code.
2010-10-26 Michael NiedermayerRead & write initial_states for ffv1
2010-10-26 Michael NiedermayerAdd initial_states array to ffv1.
2010-10-26 Michael NiedermayerAdd rc_stat2 to ffv1 this will be needed for finding...
2010-10-26 Michael NiedermayerOptimize state initialization in ffv1 clear_state().
2010-10-26 Michael NiedermayerOnly allocate stats_out when needed in ffv1
2010-10-26 Michael NiedermayerFactorize litteral constents in ffv1 into STATS_OUT_SIZE.
2010-10-26 Michael NiedermayerMake 1pass statistic collection in ffv1 put_symbol_inli...
2010-10-26 Michael NiedermayerIncrease ffv1 encoding speed from 65 to 80 fps by forci...
2010-10-26 Michael NiedermayerAdd quant_table_index to ffv1 PlaneContext and use...
2010-10-24 Michael NiedermayerMove ffv1 state transition table sorting to its own...
2010-10-24 Michael NiedermayerFix the case with swaping states 127 and 129 in ffv1
2010-10-24 Michael NiedermayerOptimize state transition table sorting in ffv1
2010-10-24 Michael Niedermayer2 pass mode for ffv1 to optimally order the range coder...
2010-10-24 Michael NiedermayerFactorize state_transition init out.
2010-10-19 Michael NiedermayerReplace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
2010-10-16 Michael NiedermayerMove shared functions out of CONFIG_FFV1_ENCODER ifdef
2010-10-15 Michael NiedermayerStore slice position and size per keyframe in ffv1.2
2010-10-14 Michael NiedermayerFix indention of ffv1.c after previous commits.
2010-10-14 Michael NiedermayerStore quant table index per plane and slice.
2010-10-14 Michael NiedermayerAssert that the context doesnt overflow in ffv1.
2010-10-14 Michael NiedermayerRectangular slice support for ffv1.2
2010-10-10 Michael NiedermayerAllow storing multiple quant tables in extradata that...
2010-10-10 Michael NiedermayerStore global things in extradata for ffv1 ver=2.
2010-10-10 Michael NiedermayerMake sure version is not decreased for 16bit per sample...
2010-10-10 Michael NiedermayerFactorize quant table read and write code in ffv1.c
2010-06-26 Måns Rullgårdffv1: remove VLAs
2010-06-24 Thad WardSet an opaque alpha value when decoding rgba ffv1.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-01 Michael NiedermayerStore range coder state transition table.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-22 Michael NiedermayerDisallow VLC coding with more than 8 bits as there...
2010-03-22 Michael NiedermayerThrow out last experimental warning that was printed...
2010-03-22 Michael NiedermayerRemove the word "experimental"
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-30 Lars TäuberUse "FFmpeg video codec #1" instead of "FFmpeg codec...
2009-08-26 Lars TäuberFix comments after switching from CABAC to range coder...
2009-08-14 Carl Eugen HoyosFix typo.
2009-04-24 Michael Niedermayerindent
2009-04-24 Michael NiedermayerSupport >8bit per component YUV in FFV1.
2009-04-24 Michael NiedermayerForce speed irrelevant calls to get/put_symbol() to...
2009-04-24 Michael NiedermayerOptimize sign handling in get_symbol().
2009-04-21 Michael NiedermayerFix a possibly exploitable buffer overflow.
2009-04-17 Michael NiedermayerRemove 2 unneeded variables from common_init() found...
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-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-24 Carl Eugen HoyosFix compilation for buggy icc.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-05 Oliver Pfisterfix mem leak
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
next