| Commit message (Expand) | Author | Age | Files | Lines |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -25/+14 |
* | faster vlc table selection | Michael Niedermayer | 2002-08-09 | 1 | -10/+29 |
* | hopefully fixing unreprodceable segfault when overreading the end if error_re... | Michael Niedermayer | 2002-08-04 | 1 | -1/+2 |
* | supporting rare overflow mess even with error_resilience>=0 | Michael Niedermayer | 2002-08-04 | 1 | -1/+1 |
* | making some error checks optional | Michael Niedermayer | 2002-08-04 | 1 | -1/+1 |
* | fixing bitrate vs. kbitrate in header | Michael Niedermayer | 2002-07-22 | 1 | -12/+20 |
* | fixes fire.avi & subtitles.avi | Michael Niedermayer | 2002-07-17 | 1 | -3/+32 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -1/+1 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 1 | -67/+82 |
* | get_vlc() optimizations | Michael Niedermayer | 2002-07-10 | 1 | -35/+48 |
* | wmv1 slice_height != mb_height support | Michael Niedermayer | 2002-07-07 | 1 | -50/+158 |
* | fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred... | Michael Niedermayer | 2002-06-22 | 1 | -20/+46 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -106/+356 |
* | fixed multiple allocation bug | Fabrice Bellard | 2002-06-06 | 1 | -55/+60 |
* | Minor warning cleanup. | Falk Hüffner | 2002-06-03 | 1 | -2/+2 |
* | msmpeg4v1 decoding | Michael Niedermayer | 2002-06-02 | 1 | -66/+218 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -18/+18 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=... | Michael Niedermayer | 2002-05-21 | 1 | -10/+7 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -5/+2 |
* | fixing msmpeg4v3 dc-scale for quantizers 24-31 | Michael Niedermayer | 2002-04-30 | 1 | -2/+7 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -3/+33 |
* | msmpeg4v2 encoding | Michael Niedermayer | 2002-04-05 | 1 | -53/+146 |
* | fixing msmpeg4v2 bugs (is bugfree now afaik) | Michael Niedermayer | 2002-04-05 | 1 | -34/+3 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -83/+259 |
* | msmpeg4v2 header parser & some dump bits code behind #if 0 | Michael Niedermayer | 2002-03-29 | 1 | -1/+57 |
* | minor optimizations / simplifications | Michael Niedermayer | 2002-03-29 | 1 | -23/+14 |
* | fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext... | Michael Niedermayer | 2002-02-22 | 1 | -32/+14 |
* | * simplified indexing | Zdenek Kabelac | 2002-02-18 | 1 | -19/+22 |
* | workaround gcc 2.95.2 bug | Michael Niedermayer | 2002-02-09 | 1 | -2/+2 |
* | use multiply instead of divides for DC prediction on X86 | Michael Niedermayer | 2002-02-05 | 1 | -12/+10 |
* | * temporal solution for shared lib compilation | Zdenek Kabelac | 2002-01-28 | 1 | -7/+5 |
* | Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> | Nick Kurshev | 2002-01-20 | 1 | -1/+13 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 1 | -6/+67 |
* | (commit by michael) | Michael Niedermayer | 2002-01-14 | 1 | -1/+25 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 1 | -1/+2 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 1 | -3/+29 |
* | s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in de... | Michael Niedermayer | 2002-01-11 | 1 | -10/+29 |
* | fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu> | Michael Niedermayer | 2002-01-08 | 1 | -0/+10 |
* | * prevent crash in decoder | Zdenek Kabelac | 2001-10-23 | 1 | -1/+1 |
* | fixed mb_intra_vlc decoding table size | Fabrice Bellard | 2001-08-11 | 1 | -1/+1 |
* | types fix | Fabrice Bellard | 2001-08-06 | 1 | -4/+4 |
* | get_bits() specialization, gives 4\speedup | Arpi | 2001-08-04 | 1 | -16/+16 |
* | added skip macroblock optimization (big perf win on black regions for example) | Fabrice Bellard | 2001-07-24 | 1 | -0/+1 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+931 |