summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* clear_block mmxLoren Merritt2008-12-10
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-25
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* split wmv2 in its own fileAurelien Jacobs2007-11-07
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev2007-06-27
* static (inline) X => ff_XDenis Fortin2007-06-21
* misc spelling fixesDiego Biurrun2007-06-12
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-09
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
* 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