| Commit message (Expand) | Author | Age | Files | Lines |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Identify the loop_filter flag as such and remove the unused variables in the ... | Ivan Kalvachev | 2007-06-27 | 1 | -6/+4 |
* | static (inline) X => ff_X | Denis Fortin | 2007-06-21 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+3 |
* | Rename code012() to ff_code012(), and remove static qualifier: paves the way | Denis Fortin | 2007-06-05 | 1 | -5/+5 |
* | Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. | Diego Biurrun | 2007-05-09 | 1 | -3/+3 |
* | Allow conditional compilation of H.263-related decoders. | Diego Biurrun | 2007-05-09 | 1 | -0/+2 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -4/+4 |
* | maybe fixing a segfault | Michael Niedermayer | 2007-01-03 | 1 | -0/+6 |
* | 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 |
* | 1000l copy and paste typo | Michael Niedermayer | 2006-09-21 | 1 | -1/+1 |
* | set supported pixel formats for a few encoders (fixes crashes with grayscale) | Michael Niedermayer | 2006-09-20 | 1 | -0/+1 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 1 | -3/+0 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -1/+1 |
* | 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 | -29/+29 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -76/+76 |
* | segfault fix | Michael Niedermayer | 2005-08-04 | 1 | -2/+5 |
* | Reduce verbosity. | Diego Biurrun | 2005-07-27 | 1 | -1/+1 |
* | fix block corruption caused by clear_blocks() optimization | Michael Niedermayer | 2005-05-08 | 1 | -3/+3 |
* | 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 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+2 |
* | In that patch: | anonymous | 2005-01-30 | 1 | -2/+2 |
* | warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) | Michael Niedermayer | 2004-05-25 | 1 | -3/+0 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -1/+2 |
* | seems wmv8 doesnt use intra-inter prediction | Michael Niedermayer | 2004-04-16 | 1 | -2/+2 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -2/+2 |
* | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler | 2003-12-09 | 1 | -4/+4 |
* | 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 | -9/+9 |
* | 10l | Alex Beregszaszi | 2003-10-13 | 1 | -1/+1 |
* | avoid warning | Fabrice Bellard | 2003-08-24 | 1 | -2/+0 |
* | fix identifier to fix compilation | Mike Melanson | 2003-06-19 | 1 | -1/+1 |
* | make ff_emulated_edge_mc() independant of MpegEncContext | Michael Niedermayer | 2003-06-18 | 1 | -3/+3 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2003-04-12 | 1 | -0/+1 |
* | 10l (use before malloc) | Michael Niedermayer | 2003-04-12 | 1 | -1/+10 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -13/+8 |
* | fixing msmpeg4v2 encoding | Michael Niedermayer | 2003-04-01 | 1 | -2/+3 |
* | error resilience cleanup (its faster too...) | Michael Niedermayer | 2003-03-20 | 1 | -2/+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/+5 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -2/+2 |
* | more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware... | Wolfgang Hesseler | 2003-02-16 | 1 | -1/+4 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -8/+7 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -1/+1 |
* | bugfix | Michael Niedermayer | 2003-01-29 | 1 | -2/+1 |