| Commit message (Expand) | Author | Age | Files | Lines |
* | * fill codec_id in codec_open | Zdenek Kabelac | 2002-12-09 | 1 | -0/+1 |
* | 100l | Michael Niedermayer | 2002-12-09 | 1 | -1/+5 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 16 | -81/+103 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 7 | -134/+251 |
* | correct mpeg4 vo type | Michael Niedermayer | 2002-12-09 | 2 | -3/+12 |
* | remove fake wmv2 codec | Michael Niedermayer | 2002-12-08 | 1 | -2/+2 |
* | ump4 decoding fixed | Michael Niedermayer | 2002-12-07 | 2 | -3/+3 |
* | practically disabling altivec resampling code (some ppl said its broken) patc... | Dieter | 2002-12-06 | 1 | -1/+1 |
* | fixing api-example | Michael Niedermayer | 2002-12-06 | 1 | -16/+20 |
* | aspect ratio encoding for mpeg1 | Michael Niedermayer | 2002-12-06 | 1 | -2/+17 |
* | mpeg1&2 aspect decoding | Michael Niedermayer | 2002-12-06 | 2 | -10/+50 |
* | fixing aspect (hopefully, i couldnt reproduce the bug) | Michael Niedermayer | 2002-12-06 | 1 | -1/+4 |
* | fixing 2pass assert failure | Michael Niedermayer | 2002-12-06 | 3 | -68/+95 |
* | missing "\" (found by nick) | Michael Niedermayer | 2002-12-06 | 1 | -1/+1 |
* | better? scene change detection | Michael Niedermayer | 2002-12-05 | 1 | -1/+1 |
* | fixing hq + adaptive quant | Michael Niedermayer | 2002-12-05 | 1 | -0/+2 |
* | drop b frames if there are no reference frames | Michael Niedermayer | 2002-12-05 | 1 | -1/+9 |
* | fixing files where the first frame isn a keyframe | Michael Niedermayer | 2002-12-04 | 1 | -5/+11 |
* | new PSNR code (now works with chroma, b frames, ...) | Michael Niedermayer | 2002-12-04 | 5 | -94/+122 |
* | print a warning if something allocates 0 bytes | Michael Niedermayer | 2002-12-04 | 1 | -0/+3 |
* | workaround old xvid bug | Michael Niedermayer | 2002-12-04 | 1 | -0/+3 |
* | specific debug output support | Michael Niedermayer | 2002-12-04 | 2 | -10/+26 |
* | fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unesca... | Michael Niedermayer | 2002-12-04 | 2 | -9/+15 |
* | use spatial error concealment if we dont have a previous frame | Michael Niedermayer | 2002-12-04 | 1 | -0/+2 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 16 | -852/+938 |
* | * two functions to handle allocation of static data more simple | Zdenek Kabelac | 2002-12-03 | 3 | -10/+48 |
* | 10l fix | Alex Beregszaszi | 2002-12-03 | 1 | -3/+9 |
* | 100l (sad8x8_x2 had params in wrong order) | Michael Niedermayer | 2002-12-03 | 1 | -1/+2 |
* | 100l (mixing chroma & luma linesize) | Michael Niedermayer | 2002-12-03 | 1 | -2/+2 |
* | Simplify an expression and eliminate a compile warning | Philip Gladstone | 2002-11-30 | 1 | -1/+1 |
* | Kludge around compilation failure on Alpha. | Falk Hüffner | 2002-11-27 | 2 | -12/+24 |
* | via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too... | Francisco Javier Cabello Torres | 2002-11-26 | 1 | -1/+2 |
* | apiexample doesnt send complete frames to the codec | Michael Niedermayer | 2002-11-26 | 1 | -0/+3 |
* | altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n... | Brian Foley | 2002-11-26 | 3 | -1/+143 |
* | Avoid "unused variable 'c'" warning. | François Revol | 2002-11-26 | 1 | -1/+0 |
* | fixing h263+ slices if the padding at the end of the frame is >7 && <16 && th... | Michael Niedermayer | 2002-11-26 | 1 | -7/+7 |
* | Add some rudimentary support for sparc64 | Philip Gladstone | 2002-11-26 | 1 | -0/+12 |
* | dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) | Agent Smith | 2002-11-26 | 1 | -1/+1 |
* | via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu... | Francisco Javier Cabello Torres | 2002-11-25 | 1 | -0/+15 |
* | 10l | Michael Niedermayer | 2002-11-25 | 1 | -0/+2 |
* | fixing aspect | Michael Niedermayer | 2002-11-25 | 2 | -19/+26 |
* | moving init of some variables (hurry_up,...) to MPV_frame_start() | Michael Niedermayer | 2002-11-23 | 3 | -6/+6 |
* | * altivec and pix_norm patch by Brian Foley | Brian Foley | 2002-11-22 | 6 | -51/+79 |
* | * Ogg/Vorbis patch by Mark Hills | Mark Hills | 2002-11-22 | 3 | -20/+113 |
* | * remaining part of John Ryland's patch | Zdenek Kabelac | 2002-11-22 | 2 | -2/+3 |
* | mjpegb support (need more samples) | Alex Beregszaszi | 2002-11-20 | 3 | -9/+144 |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 6 | -33/+76 |
* | * cut&paste fix | Zdenek Kabelac | 2002-11-20 | 1 | -1/+1 |
* | altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway ... | Brian Foley | 2002-11-19 | 3 | -1/+262 |
* | 10l | Michael Niedermayer | 2002-11-19 | 1 | -1/+1 |