summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
Commit message (Expand)AuthorAge
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* maybe fixing a segfaultMichael Niedermayer2007-01-03
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 1000l copy and paste typoMichael Niedermayer2006-09-21
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* segfault fixMichael Niedermayer2005-08-04
* Reduce verbosity.Diego Biurrun2005-07-27
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-08
* switch to native time basesMichael Niedermayer2005-04-30
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* In that patch:anonymous2005-01-30
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-16
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-09
* h263 modified quantization fixMichael Niedermayer2003-12-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* 10lAlex Beregszaszi2003-10-13
* avoid warningFabrice Bellard2003-08-24
* fix identifier to fix compilationMike Melanson2003-06-19
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
* ASV1 codecMichael Niedermayer2003-05-19
* 10lMichael Niedermayer2003-04-12
* 10l (use before malloc)Michael Niedermayer2003-04-12
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-01
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-16
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* bugfixMichael Niedermayer2003-01-29
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* fixed wmv2 slicesMichael Niedermayer2003-01-09
* qpel encodingMichael Niedermayer2002-12-27