]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1.c
rename always_inline to av_always_inline and move to common.h
[ffmpeg] / libavcodec / ffv1.c
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
2004-08-03 Michael Niedermayer10l (segfault)
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-02 Michael Niedermayercleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2003-11-06 Michael Niedermayerfix context=1
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-01 Michael Niedermayerffv1 rgb support
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-09-09 Fabrice Bellardremoved warnings
2003-07-13 Michael Niedermayergolomb rice code cleanup / simplify (~0.5% compression...
2003-07-12 Michael Niedermayersimpler
2003-07-05 Michael Niedermayermerge U and V statistics, 33% reduction in memory requi...
2003-07-02 Michael Niedermayercleanup / cosmetics
2003-07-02 Michael Niedermayer20% less memory needed for 8bit AC state (worst compres...
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-13 Michael Niedermayergolomb rice codes
2003-06-09 Michael Niedermayerreducing memory consumption (reducing number of context...
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...