| Commit message (Expand) | Author | Age | Files | Lines |
* | infinite loop fix | Michael Niedermayer | 2004-06-03 | 1 | -1/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | support decoding mpeg4 with buggy dc clipping | Michael Niedermayer | 2004-05-05 | 1 | -0/+6 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -15/+45 |
* | segfault fix | Michael Niedermayer | 2004-04-16 | 1 | -1/+2 |
* | interlaced chroma MC divx-bug workaround | Michael Niedermayer | 2004-04-02 | 1 | -0/+2 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -1/+1 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -0/+1 |
* | xvid "packed" stuff support | Michael Niedermayer | 2004-01-15 | 1 | -6/+12 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ... | Wolfgang Hesseler | 2003-12-30 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2003-12-13 | 1 | -2/+1 |
* | h263 slice structured mode | Michael Niedermayer | 2003-12-07 | 1 | -1/+0 |
* | cleanup | Michael Niedermayer | 2003-12-03 | 1 | -5/+2 |
* | h263 modified quantization fix | Michael Niedermayer | 2003-12-03 | 1 | -1/+1 |
* | split ff_h263_decode_mb() into h263 and mpeg4 versions | Michael Niedermayer | 2003-12-03 | 1 | -1/+2 |
* | h263 loop filter | Michael Niedermayer | 2003-12-01 | 1 | -0/+4 |
* | rv20 decoder | Michael Niedermayer | 2003-11-30 | 1 | -0/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -8/+8 |
* | pts fix and related fixes | Michael Niedermayer | 2003-10-30 | 1 | -11/+6 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -8/+1 |
* | emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_... | Michael Niedermayer | 2003-10-17 | 1 | -0/+1 |
* | fix "first frame is no keyframe" bug | Michael Niedermayer | 2003-10-15 | 1 | -0/+3 |
* | dont check if the ac esc 3 could have been stored as vlc as this detects only... | Michael Niedermayer | 2003-10-13 | 1 | -1/+0 |
* | 10l ? | Michael Niedermayer | 2003-10-04 | 1 | -1/+1 |
* | AVI stream header FCC / more reliable detection of old xvid files | Michael Niedermayer | 2003-09-10 | 1 | -2/+6 |
* | detect old xvid with fourcc=DIVX | Michael Niedermayer | 2003-09-10 | 1 | -0/+9 |
* | removed warnings | Fabrice Bellard | 2003-09-09 | 1 | -1/+1 |
* | spelling fix | Fabrice Bellard | 2003-08-28 | 1 | -1/+1 |
* | xvid edge bug (if i understand the mpeg4 spec correctly) autodetection | Michael Niedermayer | 2003-08-25 | 1 | -22/+18 |
* | make the h263 decoder more error tolerant | Michael Niedermayer | 2003-08-01 | 1 | -7/+9 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -0/+6 |
* | last frame decoding fix | Michael Niedermayer | 2003-07-23 | 1 | -2/+10 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 1 | -0/+2 |
* | fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are... | Michael Niedermayer | 2003-07-16 | 1 | -1/+5 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -0/+16 |
* | fix last_block_index<=0 bug | Michael Niedermayer | 2003-07-03 | 1 | -2/+4 |
* | motion vector vissualization for mpeg1/2 | Michael Niedermayer | 2003-05-27 | 1 | -102/+2 |
* | truncated h263 decoding support / H263-ES "demuxer" | Michael Niedermayer | 2003-05-22 | 1 | -1/+40 |
* | tired | Michael Niedermayer | 2003-04-27 | 1 | -1/+1 |
* | cleanup mpeg1/2 bitstream parser | Michael Niedermayer | 2003-04-22 | 1 | -2/+4 |
* | 10l (use before malloc) | Michael Niedermayer | 2003-04-12 | 1 | -3/+9 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -23/+6 |
* | fixing slice decoding, dunno why the regression tests didnt catch that ... | Michael Niedermayer | 2003-04-10 | 1 | -1/+1 |
* | better non conformant divx packed bitstream detection, so unpacked (no b fram... | Michael Niedermayer | 2003-03-20 | 1 | -2/+2 |
* | error resilience cleanup (its faster too...) | Michael Niedermayer | 2003-03-20 | 1 | -44/+12 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -3/+3 |
* | cleaner & more flexible edge bug workaround | Michael Niedermayer | 2003-03-15 | 1 | -0/+5 |
* | * 'externaly' visible option list begins avoptions_ prefix | Zdenek Kabelac | 2003-03-10 | 1 | -0/+12 |
* | merging fourcc with codec_tag | Michael Niedermayer | 2003-03-08 | 1 | -6/+6 |