| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 19 | -110/+546 |
* | better vol header parsing for mpeg4 | Fabrice Bellard | 2001-08-13 | 1 | -43/+88 |
* | arm optimizations | Fabrice Bellard | 2001-08-13 | 3 | -2/+24 |
* | arm specific code | Fabrice Bellard | 2001-08-13 | 2 | -0/+413 |
* | moved matrix init away from MPV_common_init() | Fabrice Bellard | 2001-08-12 | 3 | -8/+20 |
* | fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing | Fabrice Bellard | 2001-08-12 | 1 | -11/+33 |
* | fixed last zero mv for field - fixed mismatch handling for intra coefs | Fabrice Bellard | 2001-08-11 | 1 | -2/+4 |
* | fixed mpeg2 interlaced DCT | Fabrice Bellard | 2001-08-11 | 1 | -4/+4 |
* | removed incomplete seek patch | Fabrice Bellard | 2001-08-11 | 1 | -4/+0 |
* | picture utils | Fabrice Bellard | 2001-08-11 | 1 | -0/+97 |
* | fixed mpeg2 qscale decoding | Fabrice Bellard | 2001-08-11 | 1 | -11/+18 |
* | added interlaced MJPEG support | Fabrice Bellard | 2001-08-11 | 1 | -2/+36 |
* | added 422P, 444P support - added deinterlace support - added xxx to RGB24 con... | Fabrice Bellard | 2001-08-11 | 1 | -29/+361 |
* | fix msmpeg4 seek | Fabrice Bellard | 2001-08-11 | 1 | -0/+4 |
* | export for imgconvert usage | Fabrice Bellard | 2001-08-11 | 2 | -1/+2 |
* | new img_convert API - added deinterlacing filter | Fabrice Bellard | 2001-08-11 | 1 | -1/+11 |
* | fixed mb_intra_vlc decoding table size | Fabrice Bellard | 2001-08-11 | 1 | -1/+1 |
* | return dummy quality to avoid bug in -sameq case - forgot emms in error case | Fabrice Bellard | 2001-08-08 | 1 | -3/+9 |
* | fixed mpeg1 first block bug (pb with black picture optimisation for B frames) | Fabrice Bellard | 2001-08-08 | 1 | -0/+1 |
* | fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) | Fabrice Bellard | 2001-08-08 | 1 | -2/+2 |