| Commit message (Expand) | Author | Age | Files | Lines |
* | different edge positions fixed with edge emu / dr1 | Michael Niedermayer | 2002-07-25 | 1 | -2/+12 |
* | minor optimizations | Michael Niedermayer | 2002-07-21 | 1 | -19/+71 |
* | low_delay / has_b_frames fix | Michael Niedermayer | 2002-07-17 | 1 | -1/+3 |
* | fixes fire.avi & subtitles.avi | Michael Niedermayer | 2002-07-17 | 1 | -2/+2 |
* | rl decoding optimization | Michael Niedermayer | 2002-07-13 | 1 | -53/+83 |
* | optimization (get_vlc -> get_vlc2) | Michael Niedermayer | 2002-07-13 | 1 | -25/+34 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 1 | -0/+40 |
* | warning fix patch by atmos | Felix Bünemann | 2002-07-09 | 1 | -4/+4 |
* | dc scale simplification/optimization | Michael Niedermayer | 2002-06-18 | 1 | -43/+34 |
* | fixed case where abs_level > MAX_LEVEL | Fabrice Bellard | 2002-06-06 | 1 | -1/+2 |
* | run1 can be <0 bugfix (found by fabrice) | Michael Niedermayer | 2002-06-04 | 1 | -2/+2 |
* | Revert previous bogus warning fix. | Falk Hüffner | 2002-06-03 | 1 | -0/+1 |
* | Minor warning cleanup. | Falk Hüffner | 2002-06-03 | 1 | -2/+1 |
* | error concealment / error resilience | Michael Niedermayer | 2002-06-02 | 1 | -172/+811 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -12/+12 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -3/+3 |
* | there are divx5? encoded files without a userdata section but with b-frames :( | Michael Niedermayer | 2002-05-06 | 1 | -5/+7 |
* | segfault fix for b-frame encoding with height%16!=0 | Michael Niedermayer | 2002-05-05 | 1 | -4/+16 |
* | shorter user data with formating by juanjo | Michael Niedermayer | 2002-05-05 | 1 | -1/+1 |
* | move ABS() to common.h | Michael Niedermayer | 2002-05-04 | 1 | -13/+19 |
* | move put_string() to common.{c,h} | Michael Niedermayer | 2002-05-03 | 1 | -9/+0 |
* | - H263 PAR support by Alex Beregszaszi. | Juanjo | 2002-05-03 | 1 | -36/+99 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 1 | -55/+159 |
* | detecting xvid/divx4/opendivx and set low_delay flag | Michael Niedermayer | 2002-04-27 | 1 | -1/+11 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -8/+26 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -2/+2 |
* | segfault fix | Michael Niedermayer | 2002-04-22 | 1 | -2/+7 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -6/+27 |
* | b-frame mpeg4 fix when seeking | Michael Niedermayer | 2002-04-22 | 1 | -0/+4 |
* | divx 5.01 support | Michael Niedermayer | 2002-04-22 | 1 | -3/+13 |
* | fix b-frame MB skip | Michael Niedermayer | 2002-04-21 | 1 | -9/+28 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -19/+37 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -1/+1 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -111/+230 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 1 | -2/+4 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -8/+55 |
* | divx5-gmc bug workaround | Michael Niedermayer | 2002-03-29 | 1 | -8/+22 |
* | mpeg4 4MV encoding | Michael Niedermayer | 2002-03-28 | 1 | -18/+39 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -10/+4 |
* | optimizing mpeg4_encode_dc | Michael Niedermayer | 2002-03-25 | 1 | -1/+69 |
* | fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> | Michael Niedermayer | 2002-03-24 | 1 | -1/+1 |
* | b-frame decoding bugfix | Michael Niedermayer | 2002-03-24 | 1 | -5/+4 |
* | resync marker support, needed for some mp4 files | Michael Niedermayer | 2002-03-24 | 1 | -6/+164 |
* | fixing motion estimation with h263p hopefully | Michael Niedermayer | 2002-03-23 | 1 | -4/+9 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -0/+25 |
* | dont return -1 if mpeg4 scalability ... | Michael Niedermayer | 2002-03-23 | 1 | -2/+1 |
* | fixing MV range in h263 | Michael Niedermayer | 2002-03-23 | 1 | -2/+2 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -2/+5 |
* | oops | Michael Niedermayer | 2002-03-22 | 1 | -1/+1 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -23/+54 |