| Commit message (Expand) | Author | Age | Files | Lines |
* | - repeat_pict meaning changed, now it signals the extra delay for the | Juanjo | 2002-05-14 | 2 | -12/+32 |
* | * first shot for the new avcodec API | Zdenek Kabelac | 2002-05-14 | 2 | -0/+227 |
* | * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. | Philip Gladstone | 2002-05-14 | 1 | -1/+1 |
* | build num ++ | Nick Kurshev | 2002-05-12 | 1 | -2/+2 |
* | build info for ABI | Nick Kurshev | 2002-05-12 | 2 | -0/+7 |
* | I was too lazy to be a hero ;) | Nick Kurshev | 2002-05-12 | 1 | -0/+46 |
* | - repeat_pict added to AVCodecContext to signal if the decoder must repeat | Juanjo | 2002-05-12 | 2 | -4/+5 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 4 | -15/+22 |
* | - Warning fix. | Juanjo | 2002-05-09 | 1 | -0/+2 |
* | * Don't allocate 0 bytes of memory. It upsets electricFence! | Philip Gladstone | 2002-05-09 | 1 | -4/+9 |
* | * Fix a problem with the first sample when down sampling. | Philip Gladstone | 2002-05-09 | 1 | -1/+1 |
* | * Every frame is a key_frame | Philip Gladstone | 2002-05-09 | 1 | -0/+3 |
* | * Start using enumerated types (makes debugging much easier) | Philip Gladstone | 2002-05-09 | 1 | -2/+3 |
* | 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 |