| Commit message (Expand) | Author | Age | Files | Lines |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | dc_val should be signed | Måns Rullgård | 2006-09-27 | 1 | -4/+4 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -1/+3 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 1 | -78/+0 |
* | Rename VC9 to VC1 as there is no such thing as VC9 | Kostya Shishkov | 2006-06-27 | 1 | -3/+3 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -9/+9 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -86/+86 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -123/+123 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -8/+8 |
* | put most codecs under ifdefs | Michael Niedermayer | 2005-05-02 | 1 | -0/+2 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -1/+1 |
* | avoid unneeded clear_blocks() | Michael Niedermayer | 2005-04-25 | 1 | -0/+2 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -2/+2 |
* | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed | Michael Niedermayer | 2005-04-18 | 1 | -3/+3 |
* | In that patch: | anonymous | 2005-01-30 | 1 | -14/+23 |
* | use dc tables from msmpeg4 instead of duplicating them patch by anonymous | anonymous | 2005-01-26 | 1 | -12/+12 |
* | dont duplicate decode012() | Michael Niedermayer | 2005-01-25 | 1 | -10/+0 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -19/+19 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -1/+1 |
* | warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) | Michael Niedermayer | 2004-05-25 | 1 | -15/+0 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -5/+5 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | h263 modified quantization fix | Michael Niedermayer | 2003-12-03 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -22/+22 |
* | skip ext header missing message for msmpeg4v2 | Michael Niedermayer | 2003-08-10 | 1 | -1/+2 |
* | debug stuff | Michael Niedermayer | 2003-07-29 | 1 | -4/+8 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 1 | -12/+2 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -4/+4 |
* | fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu... | BERO | 2003-05-14 | 1 | -6/+4 |
* | decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ... | BERO | 2003-05-14 | 1 | -3/+5 |
* | 2pass stats fix (by ffdshow cvslog) | Michael Niedermayer | 2003-04-25 | 1 | -0/+2 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -25/+6 |
* | msmpeg4 2pass support & some related cleanup | Michael Niedermayer | 2003-04-02 | 1 | -4/+20 |
* | fixing msmpeg4v2 encoding | Michael Niedermayer | 2003-04-01 | 1 | -5/+3 |
* | error resilience cleanup (its faster too...) | Michael Niedermayer | 2003-03-20 | 1 | -4/+0 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -1/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware... | Wolfgang Hesseler | 2003-02-16 | 1 | -0/+22 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -16/+16 |
* | check for qscale==0 (fixes 1/0 on one corrupted stream) | Michael Niedermayer | 2003-02-10 | 1 | -0/+4 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -1/+1 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -2/+2 |
* | fixed wmv2 slices | Michael Niedermayer | 2003-01-09 | 1 | -2/+2 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -22/+33 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -2/+2 |