]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wmv2.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavcodec / wmv2.c
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-12-10 lorenmclear_block mmx
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-11-25 aurelsplit wmv2 encoder and decoder in their own files
2007-11-09 michaelintrax8 decoder patch by "someone"
2007-11-07 aurelsplit wmv2 in its own file
2007-11-07 aurelrename some msmpeg4 symbols and make them non-static
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 diegolicense header consistency cosmetics
2007-06-27 iiveIdentify the loop_filter flag as such and remove the...
2007-06-21 benoitstatic (inline) X => ff_X
2007-06-12 diegomisc spelling fixes
2007-06-05 gpoirierrename code012() to ff_code012(), and remove static...
2007-05-09 diegoReplace general CONFIG_ENCODERS by more fine-grained...
2007-05-09 diegoAllow conditional compilation of H.263-related decoders.
2007-02-25 reimarAdd av_ prefix to clip functions
2007-01-03 michaelmaybe fixing a segfault
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-21 michael1000l copy and paste typo
2006-09-20 michaelset supported pixel formats for a few encoders (fixes...
2006-07-09 michaelremove STATS code (probably hasnt been used for years...
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-04 michaelsegfault fix
2005-07-27 diegoReduce verbosity.
2005-05-08 michaelfix block corruption caused by clear_blocks() optimization
2005-04-30 michaelswitch to native time bases
2005-04-25 michaelavoid unneeded clear_blocks()
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-30 michaelIn that patch:
2004-05-25 michaelwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-16 michaelseems wmv8 doesnt use intra-inter prediction
2004-04-16 michaelunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2003-12-09 michaelmove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-03 michaelh263 modified quantization fix
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-13 alex10l
2003-08-24 bellardavoid warning
2003-06-19 tmmmfix identifier to fix compilation
2003-06-18 michaelnimake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-19 michaelniASV1 codec
2003-04-12 michaelni10l
2003-04-12 michaelni10l (use before malloc)
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-04-01 michaelnifixing msmpeg4v2 encoding
2003-03-20 michaelnierror resilience cleanup (its faster too...)
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-03-06 michaelniper file doxy
2003-03-03 michaelniMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-16 michaelnimore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-29 michaelnibugfix
2003-01-21 michaelniGetBitContext.size is allways multiplied by 8 -> use...
2003-01-09 michaelnifixed wmv2 slices
2002-12-27 michaelniqpel encoding