| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | reversing header game | Michael Niedermayer | 2002-11-10 | 1 | -1/+1 |
* | mergeing inter & intra rl_length tables (50% smaller & no meassureable differ... | Michael Niedermayer | 2002-10-27 | 1 | -8/+7 |
* | 75% smaller rl_length table | Michael Niedermayer | 2002-10-27 | 1 | -1/+1 |
* | fixing decoding of streams with no keyframe at the start | Michael Niedermayer | 2002-10-25 | 1 | -0/+2 |
* | fixing msmpeg4v3 encoding at bitrates <128k | Michael Niedermayer | 2002-10-20 | 1 | -1/+2 |
* | fixing wmv1 slice decoding | Michael Niedermayer | 2002-10-13 | 1 | -1/+1 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -30/+27 |
* | removed unused variables | Fabrice Bellard | 2002-10-11 | 1 | -2/+0 |
* | 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 |