| Commit message (Expand) | Author | Age | Files | Lines |
* | exporting field_select/ref_index values | Michael Niedermayer | 2004-04-19 | 1 | -6/+10 |
* | flv dropable p frame support | Michael Niedermayer | 2004-04-17 | 1 | -1/+3 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -101/+38 |
* | assert(time_incr >= 0) so its clear that this MUST be the case | Michael Niedermayer | 2004-04-13 | 1 | -0/+1 |
* | gmc segfault fix | Michael Niedermayer | 2004-04-02 | 1 | -10/+10 |
* | fixing alignment, 2nd try | Michael Niedermayer | 2004-03-29 | 1 | -2/+2 |
* | ensure that the bitstream buffers for encoding partitioned frames are aligned | Michael Niedermayer | 2004-03-26 | 1 | -4/+3 |
* | h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot l... | Michael Niedermayer | 2004-03-18 | 1 | -3/+9 |
* | 1000000l (using uninitalized variable for initalizing bits per MV table) | Michael Niedermayer | 2004-03-16 | 1 | -1/+1 |
* | mb stuffing in partitioned frames fix | Michael Niedermayer | 2004-03-10 | 1 | -7/+12 |
* | h263+ custom pcf support | Michael Niedermayer | 2004-03-10 | 1 | -12/+64 |
* | h263 framerate & aspect ratio fixes | Michael Niedermayer | 2004-03-06 | 1 | -4/+15 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -9/+8 |
* | set AVFrame.pts based upon framerate if its 0 | Michael Niedermayer | 2004-02-25 | 1 | -4/+3 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -11/+18 |
* | rv10/obmc fixes | Michael Niedermayer | 2004-02-09 | 1 | -7/+21 |
* | 2 byte shorter userdata for mpeg4 | Michael Niedermayer | 2004-02-08 | 1 | -2/+1 |
* | h263 4mv encoding fix | Michael Niedermayer | 2004-02-06 | 1 | -1/+1 |
* | get_bit_count -> put_bits_count | Alex Beregszaszi | 2004-02-06 | 1 | -6/+6 |
* | segfault fix | Michael Niedermayer | 2004-01-31 | 1 | -1/+1 |
* | first coded vs. first displayed pts (segfault & pts fix if b frames are used) | Michael Niedermayer | 2004-01-27 | 1 | -2/+9 |
* | mpeg4 pts fix | Michael Niedermayer | 2004-01-26 | 1 | -1/+3 |
* | optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 an... | Michael Niedermayer | 2004-01-24 | 1 | -4/+5 |
* | more tolerance for dc=0 | Michael Niedermayer | 2004-01-21 | 1 | -1/+2 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -61/+109 |
* | rv20 / h263 b frame fix | Michael Niedermayer | 2003-12-21 | 1 | -13/+15 |
* | fixing h263p encoding without UMV | Michael Niedermayer | 2003-12-11 | 1 | -2/+0 |
* | 100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l1... | Michael Niedermayer | 2003-12-09 | 1 | -3/+1 |
* | slice structured fixes | Michael Niedermayer | 2003-12-09 | 1 | -3/+29 |
* | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler | 2003-12-09 | 1 | -37/+37 |
* | AIC/MQ encoding fix | Michael Niedermayer | 2003-12-08 | 1 | -20/+38 |
* | alternative inter vlc encoding fix | Michael Niedermayer | 2003-12-08 | 1 | -2/+4 |
* | h263 slice structured mode | Michael Niedermayer | 2003-12-07 | 1 | -43/+88 |
* | AVFrame.interlaced_frame fixes | Michael Niedermayer | 2003-12-05 | 1 | -2/+3 |
* | cleanup | Michael Niedermayer | 2003-12-04 | 1 | -27/+22 |
* | rv20 (h263) b frame decoding support | Michael Niedermayer | 2003-12-04 | 1 | -29/+188 |
* | cleanup | Michael Niedermayer | 2003-12-03 | 1 | -25/+18 |
* | split ff_h263_decode_mb() into h263 and mpeg4 versions | Michael Niedermayer | 2003-12-03 | 1 | -107/+224 |
* | h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes ... | Michael Niedermayer | 2003-12-01 | 1 | -2/+2 |
* | h263 loop filter | Michael Niedermayer | 2003-12-01 | 1 | -21/+116 |
* | cleanup | Michael Niedermayer | 2003-11-30 | 1 | -2/+2 |
* | rv20 decoder | Michael Niedermayer | 2003-11-30 | 1 | -17/+34 |
* | h263 alternative inter vlc support | Michael Niedermayer | 2003-11-29 | 1 | -10/+59 |
* | h263 OBMC & 4MV support | Michael Niedermayer | 2003-11-28 | 1 | -53/+175 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -118/+118 |
* | pts fix and related fixes | Michael Niedermayer | 2003-10-30 | 1 | -4/+4 |
* | dumping funny numbers from first zygo i frame header | Michael Niedermayer | 2003-10-29 | 1 | -1/+16 |
* | initial support for zygovideo | Alex Beregszaszi | 2003-10-29 | 1 | -0/+2 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -27/+17 |