]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ffv1.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / ffv1.c
2009-04-24 michaelindent
2009-04-24 michaelSupport >8bit per component YUV in FFV1.
2009-04-24 michaelForce speed irrelevant calls to get/put_symbol() to...
2009-04-24 michaelOptimize sign handling in get_symbol().
2009-04-21 michaelFix a possibly exploitable buffer overflow.
2009-04-17 michaelRemove 2 unneeded variables from common_init() found...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-06-26 stefangmove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-24 cehoyosFix compilation for buggy icc.
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-28 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-07-05 benoitfix mem leak
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-20 michaelset supported pixel formats for a few encoders (fixes...
2006-04-28 lorenmmemory leak.
2006-04-14 michaelffv1 and ffvhuff havnt changed since a long time and...
2006-02-09 michaelfix segfault on broken streams
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-05-08 michael#defines for strict_std_compliance and split between...
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-02-24 michael-strict -1 comment fix
2005-02-17 michaelFixed decoding of 410p ffv1 files patch by (Milan Cutka...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-10-31 michaelswitch ffv1 to the put/get_symbol() from snow
2004-10-31 michaelswitch ffv1 from CABAC to the range coder
2004-09-10 michaelget/set_sr_golomb() cleanup
2004-09-10 alexput the warning to the right place to avoid crashes
2004-09-08 alexnew signed golomb routines
2004-08-03 michael10l (segfault)
2004-05-21 michaeldata_size = 0 cleanup
2004-05-02 michaelcleanup
2004-04-30 michaelcleanup & memleak fix
2004-03-26 michaelh264 - progressive I frame CABAC support patch by ...
2004-02-06 alexget_bit_count -> put_bits_count
2003-11-06 michaelfix context=1
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-01 michaelffv1 rgb support
2003-10-19 michaelgcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-09-09 bellardremoved warnings
2003-07-13 michaelnigolomb rice code cleanup / simplify (~0.5% compression...
2003-07-12 michaelnisimpler
2003-07-05 michaelnimerge U and V statistics, 33% reduction in memory requi...
2003-07-02 michaelnicleanup / cosmetics
2003-07-02 michaelni20% less memory needed for 8bit AC state (worst compres...
2003-06-22 michaelniCONFIG_ENCODERS cleanup
2003-06-13 michaelnigolomb rice codes
2003-06-09 michaelnireducing memory consumption (reducing number of context...
2003-06-09 michaelniFFV1 codec (our very simple lossless intra only codec...