| Commit message (Expand) | Author | Age | Files | Lines |
* | single coefficient elimination | Michael Niedermayer | 2002-06-02 | 1 | -275/+486 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -36/+26 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 1 | -1/+3 |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 1 | -2/+3 |
* | there are divx5? encoded files without a userdata section but with b-frames :( | Michael Niedermayer | 2002-05-06 | 1 | -1/+3 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 1 | -11/+21 |
* | fixing msmpeg4v3 dc-scale for quantizers 24-31 | Michael Niedermayer | 2002-04-30 | 1 | -3/+1 |
* | export mbskip_table for direct rendering | Michael Niedermayer | 2002-04-27 | 1 | -0/+3 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -109/+107 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -0/+2 |
* | segfault fix | Michael Niedermayer | 2002-04-22 | 1 | -0/+1 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -0/+10 |
* | divx 5.01 support | Michael Niedermayer | 2002-04-22 | 1 | -0/+6 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 1 | -156/+57 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -46/+148 |
* | 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 | 1 | -3/+69 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -383/+410 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 1 | -6/+12 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -4/+6 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -0/+2 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -4/+8 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -1/+1 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -3/+38 |
* | fixing 1/0 | Michael Niedermayer | 2002-03-30 | 1 | -3/+3 |
* | using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ... | Arpi | 2002-03-28 | 1 | -1/+2 |
* | force frame type for 2-pass encoding | Michael Niedermayer | 2002-03-28 | 1 | -3/+4 |
* | mpeg4 4MV encoding | Michael Niedermayer | 2002-03-28 | 1 | -37/+161 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -169/+241 |
* | fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> | Michael Niedermayer | 2002-03-24 | 1 | -2/+2 |
* | 10l (motion_val was uninitilized) | Michael Niedermayer | 2002-03-24 | 1 | -2/+15 |
* | fixing motion estimation with h263p hopefully | Michael Niedermayer | 2002-03-23 | 1 | -2/+9 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -5/+28 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -2/+5 |
* | fixing epzs & mpeg1 (hopefully now really ...) | Michael Niedermayer | 2002-03-22 | 1 | -4/+3 |
* | mpeg1 & epzs fix | Michael Niedermayer | 2002-03-22 | 1 | -3/+4 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -6/+77 |
* | scene change detection | Michael Niedermayer | 2002-03-17 | 1 | -1/+13 |
* | 10l | Michael Niedermayer | 2002-03-17 | 1 | -0/+1 |
* | hopefully better bitrate controll | Michael Niedermayer | 2002-03-17 | 1 | -35/+162 |
* | optimization | Michael Niedermayer | 2002-03-15 | 1 | -0/+18 |
* | use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) | Michael Niedermayer | 2002-03-15 | 1 | -1/+3 |
* | mpeg4 b-frames :) | Michael Niedermayer | 2002-03-12 | 1 | -2/+5 |
* | divx5 draw_edges bugfix | Michael Niedermayer | 2002-03-10 | 1 | -2/+2 |
* | divx5-gmc support | Michael Niedermayer | 2002-03-09 | 1 | -10/+150 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -0/+6 |
* | fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext... | Michael Niedermayer | 2002-02-22 | 1 | -1/+1 |
* | - Bug fixes in H.263+ Advanced INTRA Coding decoder. | Juanjo | 2002-02-19 | 1 | -8/+10 |
* | - H.263+ decoder support for Advanded INTRA Coding (buggy) | Juanjo | 2002-02-18 | 1 | -8/+22 |