| Commit message (Expand) | Author | Age | Files | Lines |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 4 | -2/+9 |
* | added support for various app headers, and writin FFmpeg comment | Alex Beregszaszi | 2002-05-07 | 1 | -28/+215 |
* | - Segfault fixed when liba52 dynamic library isn't found. | Juanjo | 2002-05-06 | 1 | -1/+1 |
* | - MPEG-4 B frames coding option for ffmpeg.c | Juanjo | 2002-05-06 | 2 | -2/+3 |
* | * replaced with liba52 | Zdenek Kabelac | 2002-05-06 | 9 | -2419/+0 |
* | there are divx5? encoded files without a userdata section but with b-frames :( | Michael Niedermayer | 2002-05-06 | 3 | -6/+11 |
* | segfault fix for b-frame encoding with height%16!=0 | Michael Niedermayer | 2002-05-05 | 1 | -4/+16 |
* | version info | Nick Kurshev | 2002-05-05 | 2 | -0/+6 |
* | MV visualisation support | Michael Niedermayer | 2002-05-05 | 1 | -1/+34 |
* | 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 | 2 | -13/+20 |
* | move put_string() to common.{c,h} | Michael Niedermayer | 2002-05-03 | 3 | -9/+10 |
* | correct quantizer bias | Michael Niedermayer | 2002-05-03 | 1 | -0/+1 |
* | ar -s has portability problems, anyway rc is enough without s -- suggested by... | Arpi | 2002-05-03 | 1 | -1/+1 |
* | - H263 PAR support by Alex Beregszaszi. | Juanjo | 2002-05-03 | 2 | -37/+100 |
* | patch by Alex Beregszaszi <alex@naxine.org> | Alex Beregszaszi | 2002-05-03 | 1 | -5/+64 |
* | freeze fix | Michael Niedermayer | 2002-05-02 | 1 | -4/+4 |
* | C4=16383 for the c version too and even for some outcommented code | Michael Niedermayer | 2002-05-02 | 2 | -3/+3 |
* | set C4 to 16383 | Michael Niedermayer | 2002-05-02 | 1 | -1/+14 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 8 | -110/+254 |
* | Support for external huffman table and various fixes by Alex Beregszaszi <ale... | Arpi | 2002-05-01 | 2 | -19/+147 |
* | * by Thomas Sailer: | Zdenek Kabelac | 2002-05-01 | 1 | -1/+2 |
* | fixing msmpeg4v3 dc-scale for quantizers 24-31 | Michael Niedermayer | 2002-04-30 | 4 | -9/+9 |
* | detecting xvid/divx4/opendivx and set low_delay flag | Michael Niedermayer | 2002-04-27 | 1 | -1/+11 |
* | export mbskip_table for direct rendering | Michael Niedermayer | 2002-04-27 | 5 | -2/+19 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 10 | -276/+316 |
* | * cleanup | Zdenek Kabelac | 2002-04-26 | 2 | -1/+3 |
* | * fixes problem with -funroll-loops and buggy gcc compiler | Zdenek Kabelac | 2002-04-24 | 1 | -8/+7 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 6 | -8/+29 |
* | * path to ffmpegs config.h | Zdenek Kabelac | 2002-04-23 | 1 | -1/+1 |
* | segfault fix | Michael Niedermayer | 2002-04-22 | 2 | -2/+8 |
* | * using liba52 | Zdenek Kabelac | 2002-04-22 | 2 | -12/+15 |
* | * using some small char buffer - needed for sprintf | Zdenek Kabelac | 2002-04-22 | 1 | -4/+4 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 6 | -9/+49 |
* | b-frame mpeg4 fix when seeking | Michael Niedermayer | 2002-04-22 | 1 | -0/+4 |
* | divx 5.01 support | Michael Niedermayer | 2002-04-22 | 4 | -6/+42 |
* | * add support for liba52 | Zdenek Kabelac | 2002-04-22 | 12 | -0/+3216 |
* | fix b-frame MB skip | Michael Niedermayer | 2002-04-21 | 1 | -9/+28 |
* | rounding bugfix | Michael Niedermayer | 2002-04-21 | 1 | -0/+6 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 5 | -168/+515 |
* | postprocess array increased to handle images up to 2048x1536 | Arpi | 2002-04-20 | 1 | -2/+2 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 5 | -94/+446 |
* | fixing hq mode with mpeg1 and 2-pass | Michael Niedermayer | 2002-04-17 | 1 | -40/+75 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 4 | -93/+277 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 10 | -630/+1081 |
* | * minor - slightly modified debug message | Zdenek Kabelac | 2002-04-15 | 1 | -12/+12 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 4 | -5/+26 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 2 | -7/+16 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 5 | -17/+37 |
* | - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for | Juanjo | 2002-04-09 | 2 | -15/+32 |