| Commit message (Expand) | Author | Age | Files | Lines |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -1/+1 |
* | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer | 2008-05-30 | 1 | -1/+6 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -14/+14 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | Add a couple of missing consts. | Sigbjørn Skjæret | 2008-01-14 | 1 | -1/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-11-07 | 1 | -1/+1 |
* | split wmv2 in its own file | Aurelien Jacobs | 2007-11-07 | 1 | -15/+2 |
* | rename some msmpeg4 symbols and make them non-static | Aurelien Jacobs | 2007-11-07 | 1 | -26/+26 |
* | Move msmpeg4 tables from a header file to msmpegdata.c. | Diego Biurrun | 2007-08-13 | 1 | -1/+0 |
* | make wmv1 and wmv2 playable with M$ DMO decoder | Michael Niedermayer | 2007-08-05 | 1 | -2/+5 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | modify msmpeg4 functions to generate VC1 compatible block layer bitstream | Fortin Denis | 2007-06-22 | 1 | -5/+21 |
* | static (inline) X => ff_X | Denis Fortin | 2007-06-21 | 1 | -6/+6 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -4/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | Rename code012() to ff_code012(), and remove static qualifier: paves the way | Denis Fortin | 2007-06-05 | 1 | -4/+4 |
* | split msmpeg4 data to easily share some of it with vc1.c | Aurelien Jacobs | 2007-05-10 | 1 | -3/+1 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -2/+4 |
* | 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 |