]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1.c
mpegvideo: claim ownership of referenced pictures
[ffmpeg] / libavcodec / ffv1.c
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...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-20 Michael Niedermayerset supported pixel formats for a few encoders (fixes...
2006-04-28 Loren Merrittmemory leak.
2006-04-14 Michael Niedermayerffv1 and ffvhuff havnt changed since a long time and...
2006-02-09 Michael Niedermayerfix segfault on broken streams
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-02-24 Michael Niedermayer-strict -1 comment fix
2005-02-17 Milan CutkaFixed decoding of 410p ffv1 files patch by (Milan Cutka...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-10-31 Michael Niedermayerswitch ffv1 to the put/get_symbol() from snow
2004-10-31 Michael Niedermayerswitch ffv1 from CABAC to the range coder
2004-09-10 Michael Niedermayerget/set_sr_golomb() cleanup
2004-09-10 Alex Beregszasziput the warning to the right place to avoid crashes
2004-09-08 Alex Beregszaszinew signed golomb routines
next