| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -1/+1 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -111/+230 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 1 | -2/+4 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -8/+55 |
* | divx5-gmc bug workaround | Michael Niedermayer | 2002-03-29 | 1 | -8/+22 |
* | mpeg4 4MV encoding | Michael Niedermayer | 2002-03-28 | 1 | -18/+39 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -10/+4 |
* | optimizing mpeg4_encode_dc | Michael Niedermayer | 2002-03-25 | 1 | -1/+69 |
* | fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> | Michael Niedermayer | 2002-03-24 | 1 | -1/+1 |
* | b-frame decoding bugfix | Michael Niedermayer | 2002-03-24 | 1 | -5/+4 |
* | resync marker support, needed for some mp4 files | Michael Niedermayer | 2002-03-24 | 1 | -6/+164 |
* | fixing motion estimation with h263p hopefully | Michael Niedermayer | 2002-03-23 | 1 | -4/+9 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -0/+25 |
* | dont return -1 if mpeg4 scalability ... | Michael Niedermayer | 2002-03-23 | 1 | -2/+1 |
* | fixing MV range in h263 | Michael Niedermayer | 2002-03-23 | 1 | -2/+2 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -2/+5 |
* | oops | Michael Niedermayer | 2002-03-22 | 1 | -1/+1 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -23/+54 |
* | use the width & height from the mpeg4 header ... in the case that its complete | Michael Niedermayer | 2002-03-19 | 1 | -0/+4 |
* | fixing 4MV | Michael Niedermayer | 2002-03-18 | 1 | -1/+2 |
* | optimization | Michael Niedermayer | 2002-03-15 | 1 | -77/+21 |
* | use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) | Michael Niedermayer | 2002-03-15 | 1 | -21/+256 |
* | support decoding (with mplayer) of 3 .mp4 files from mphq | Michael Niedermayer | 2002-03-13 | 1 | -30/+32 |
* | generate even more complete mpeg4 headers | Michael Niedermayer | 2002-03-13 | 1 | -8/+67 |
* | mpeg4 b-frames :) | Michael Niedermayer | 2002-03-12 | 1 | -49/+189 |
* | divx5-gmc support | Michael Niedermayer | 2002-03-09 | 1 | -22/+124 |
* | gmc bitstream decoding support (the real motion compensation isnt implemnted ... | Michael Niedermayer | 2002-03-07 | 1 | -10/+164 |
* | parsing more of the mpeg4 header & print some "not supported" stuff | Michael Niedermayer | 2002-03-05 | 1 | -23/+114 |
* | - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. | Juanjo | 2002-02-22 | 1 | -1/+4 |
* | - Bug fixes in H.263+ Advanced INTRA Coding decoder. | Juanjo | 2002-02-19 | 1 | -76/+54 |
* | - H.263+ decoder support for Advanded INTRA Coding (buggy) | Juanjo | 2002-02-18 | 1 | -7/+141 |
* | * simplified indexing | Zdenek Kabelac | 2002-02-18 | 1 | -29/+31 |
* | avoid overflow of picturenumber*fps*10000 | Michael Niedermayer | 2002-02-18 | 1 | -1/+1 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 1 | -8/+9 |
* | - Fixes on RTP and GOB headers for H.263. | Juanjo | 2002-02-09 | 1 | -15/+39 |
* | new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT... | Arpi | 2001-12-09 | 1 | -5/+5 |
* | - Preliminary RTP friendly mode for H.263. | Juanjo | 2001-11-19 | 1 | -29/+58 |
* | - Added support to Inter4V+Q MBs to H.263 decoder. | Juanjo | 2001-11-17 | 1 | -37/+51 |
* | - 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 | 1 | -11/+19 |
* | - Bug fix on inter MCBPC table for inter+q. | Juanjo | 2001-11-03 | 1 | -3/+32 |
* | Added Juergen Keil fix on quant_tab[4] type. | Juanjo | 2001-10-17 | 1 | -1/+1 |
* | Moved some H.263+ variables to MpegEncContext to be thread-safe. | Juanjo | 2001-08-31 | 1 | -16/+12 |
* | Added support to Unrestricted Motion Vectors (UMV) | Juanjo | 2001-08-28 | 1 | -51/+182 |
* | log2 to av_log2 | Fabrice Bellard | 2001-08-15 | 1 | -1/+1 |
* | better vol header parsing for mpeg4 | Fabrice Bellard | 2001-08-13 | 1 | -43/+88 |
* | get_bits() specialization, gives 4\speedup | Arpi | 2001-08-04 | 1 | -79/+79 |
* | added skip macroblock optimization (big perf win on black regions for example) | Fabrice Bellard | 2001-07-24 | 1 | -0/+1 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+1291 |