Commit History

Author SHA1 Message Date
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago
  Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
  Aurelien Jacobs 4d4f59d750 split wmv2 encoder and decoder in their own files 17 years ago
  Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
  Aurelien Jacobs cc6de104f8 split wmv2 in its own file 17 years ago
  Aurelien Jacobs 85f601ee7b rename some msmpeg4 symbols and make them non-static 17 years ago
  Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Ivan Kalvachev a8ff69ce2b Identify the loop_filter flag as such and remove the unused variables in the context. 17 years ago
  Denis Fortin c68a173ef3 static (inline) X => ff_X 17 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 17 years ago
  Denis Fortin f0edfda578 Rename code012() to ff_code012(), and remove static qualifier: paves the way 17 years ago
  Diego Biurrun 686dcc1167 Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. 17 years ago
  Diego Biurrun 4a815a7f64 Allow conditional compilation of H.263-related decoders. 17 years ago
  Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 17 years ago
  Michael Niedermayer bc9a459780 maybe fixing a segfault 18 years ago
  Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Michael Niedermayer 98bf484309 1000l copy and paste typo 18 years ago
  Michael Niedermayer c3e462a8ca set supported pixel formats for a few encoders (fixes crashes with grayscale) 18 years ago
  Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
  Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Michael Niedermayer 804b0dac58 segfault fix 19 years ago
  Diego Biurrun 51fd379af2 Reduce verbosity. 19 years ago
  Michael Niedermayer 1c02a9732a fix block corruption caused by clear_blocks() optimization 19 years ago
  Michael Niedermayer c0df9d75bd switch to native time bases 19 years ago
  Michael Niedermayer dee6dde669 avoid unneeded clear_blocks() 19 years ago
  Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 19 years ago
  Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 19 years ago
  anonymous 0d33db8a4d In that patch: 20 years ago
  Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 20 years ago
  Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 20 years ago
  Michael Niedermayer da63aac585 seems wmv8 doesnt use intra-inter prediction 20 years ago
  Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 20 years ago
  Wolfgang Hesseler 8d7ec294c4 move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
  Michael Niedermayer 6beeb962a2 h263 modified quantization fix 21 years ago
  Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Alex Beregszaszi c58222c56c 10l 21 years ago
  Fabrice Bellard acaa20d7bd avoid warning 21 years ago
  Mike Melanson ccdaf63dc3 fix identifier to fix compilation 21 years ago
  Michael Niedermayer c009df3f86 make ff_emulated_edge_mc() independant of MpegEncContext 21 years ago
  Michael Niedermayer 3d2e8cce3a ASV1 codec 21 years ago
  Michael Niedermayer 7d6e42792d 10l 21 years ago
  Michael Niedermayer 487bce53eb 10l (use before malloc) 21 years ago
  Michael Niedermayer 7bc9090a41 simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 21 years ago