]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/asv1.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / asv1.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-29 diegoAdd ASUS V1/V2 decoder codec long names.
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-08 superdumpIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-02-01 michaelconst
2007-08-21 aurelasv1.c directly uses Put/GetBitContext, so it should...
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-03-10 michaeladd assert to clarify that we know what we are doing
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-05-07 michaelff_reverse to utils.c patch by (Roine Gustafsson )roine...
2005-04-25 michaelPIX_FMT_NONE and related fixes
2005-03-26 michaelmake reverse[] non static
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-05-21 michaeldata_size = 0 cleanup
2004-04-30 michaelcleanup & memleak fix
2004-02-06 alexget_bit_count -> put_bits_count
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-09-01 michaelniasv2 encoding
2003-09-01 michaelniASV2 decoder
2003-06-22 michaelniCONFIG_ENCODERS cleanup
2003-06-20 al3xsome warning fixes
2003-05-20 michaelniCONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at...
2003-05-19 michaelniASV1 codec