| Commit message (Expand) | Author | Age | Files | Lines |
* | - Preliminary RTP friendly mode for H.263. | Juanjo | 2001-11-19 | 5 | -34/+129 |
* | - Added support to Inter4V+Q MBs to H.263 decoder. | Juanjo | 2001-11-17 | 3 | -41/+61 |
* | - Bug fixed on H.263 decoder initialization. | Juanjo | 2001-11-17 | 1 | -5/+10 |
* | - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. | Juanjo | 2001-11-13 | 1 | -21/+23 |
* | - Fixed a bug on H.263 MV prediction for MB on GOBs limits. | Juanjo | 2001-11-12 | 3 | -11/+25 |
* | Let loops will be aligned | Nick Kurshev | 2001-11-11 | 1 | -39/+2 |
* | fixed gcc-3.0.x compilation (by Michael Niedermayer) | Nick Kurshev | 2001-11-10 | 4 | -99/+94 |
* | postprocessing array increased to handle HDTV resolutions (1920x1152) | Arpi | 2001-11-05 | 1 | -2/+2 |
* | dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> | Arpi | 2001-11-03 | 1 | -11/+147 |
* | - Bug fix on inter MCBPC table for inter+q. | Juanjo | 2001-11-03 | 5 | -7/+125 |
* | * fixed decoding busy loop | Zdenek Kabelac | 2001-10-31 | 1 | -1/+2 |
* | missing header | Nick Kurshev | 2001-10-27 | 1 | -0/+1 |
* | headers installation | Nick Kurshev | 2001-10-27 | 1 | -1/+3 |
* | Shared objects support | Nick Kurshev | 2001-10-27 | 1 | -2/+16 |
* | * and finaly avoid deadlock at the end of audio stream | Zdenek Kabelac | 2001-10-23 | 1 | -10/+9 |
* | * fixes to avoid crash when broken mp3 header is found | Zdenek Kabelac | 2001-10-23 | 1 | -2/+10 |
* | * simple fix to avoid memcpy with len < 0 | Zdenek Kabelac | 2001-10-23 | 1 | -2/+4 |
* | * prevent crash in decoder | Zdenek Kabelac | 2001-10-23 | 1 | -1/+1 |
* | Added Juergen Keil fix on quant_tab[4] type. | Juanjo | 2001-10-17 | 1 | -1/+1 |
* | exporting qscale data for postprocessing (for MPlayer) | Arpi | 2001-10-16 | 2 | -0/+13 |
* | fixed pcm bitrate | Fabrice Bellard | 2001-09-24 | 1 | -2/+2 |
* | suppressed mpglib | Fabrice Bellard | 2001-09-23 | 1 | -1/+0 |
* | added pcm codecs | Fabrice Bellard | 2001-09-23 | 4 | -22/+446 |
* | CONFIG_MPGLIB no more needed | Arpi | 2001-09-21 | 1 | -2/+2 |
* | copyright change | Fabrice Bellard | 2001-09-17 | 1 | -1/+1 |
* | corrected mpeg audio encoding overflows - now it should give correct quality ... | Fabrice Bellard | 2001-09-17 | 1 | -30/+24 |
* | mlib merge | Fabrice Bellard | 2001-09-16 | 4 | -12/+181 |
* | fixed symetric quantization (better quality!) | Fabrice Bellard | 2001-09-16 | 1 | -2/+4 |
* | version change | Fabrice Bellard | 2001-09-16 | 1 | -2/+2 |
* | added get_bits_count() | Fabrice Bellard | 2001-09-15 | 1 | -1/+5 |
* | merged code and tables between encoder and decoder | Fabrice Bellard | 2001-09-15 | 3 | -278/+69 |
* | added mpeg audio decoder tables | Fabrice Bellard | 2001-09-15 | 1 | -0/+770 |
* | added completely new mpeg audio decoder (integer only, free format support, l... | Fabrice Bellard | 2001-09-15 | 1 | -120/+2208 |
* | suppressed mpglib | Fabrice Bellard | 2001-09-15 | 1 | -8/+1 |
* | memalign autodetection | Nick Kurshev | 2001-09-13 | 1 | -19/+5 |
* | Moved some H.263+ variables to MpegEncContext to be thread-safe. | Juanjo | 2001-08-31 | 3 | -17/+21 |
* | Added support to Unrestricted Motion Vectors (UMV) | Juanjo | 2001-08-28 | 2 | -52/+183 |
* | Aligned malloc. Another 10% of speedup. | Nick Kurshev | 2001-08-20 | 1 | -0/+31 |
* | win32 fixes | Fabrice Bellard | 2001-08-15 | 4 | -35/+34 |
* | motion test | Fabrice Bellard | 2001-08-15 | 1 | -0/+133 |
* | suppressed nasm stuff | Fabrice Bellard | 2001-08-15 | 1 | -8/+7 |
* | removed | Fabrice Bellard | 2001-08-15 | 1 | -143/+0 |
* | suppressed nasm dependancy - rewrote forward DCT and motion estimation code | Fabrice Bellard | 2001-08-15 | 4 | -1305/+535 |
* | changed opendivx to mpeg4 | Fabrice Bellard | 2001-08-15 | 4 | -11/+12 |
* | log2 to av_log2 | Fabrice Bellard | 2001-08-15 | 2 | -3/+3 |
* | copy avctx | Fabrice Bellard | 2001-08-15 | 1 | -0/+1 |
* | fix got_picture output | Fabrice Bellard | 2001-08-15 | 1 | -3/+3 |
* | added draw_horiz_band test | Fabrice Bellard | 2001-08-15 | 2 | -7/+42 |
* | log2 to av_log2 - added integer version define | Fabrice Bellard | 2001-08-15 | 1 | -2/+3 |
* | renamed log2 to av_log2 | Fabrice Bellard | 2001-08-15 | 1 | -2/+2 |