]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wmv2.c
Change license headers to say 'FFmpeg' instead of 'this program/this library'
[frescor/ffmpeg.git] / libavcodec / wmv2.c
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