| Commit message (Expand) | Author | Age | Files | Lines |
* | hmm ABS(dc-diff) > 512 fix | Michael Niedermayer | 2002-07-17 | 1 | -14/+36 |
* | dr1 | Michael Niedermayer | 2002-07-16 | 1 | -1/+2 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -5/+5 |
* | rl vlc table optimization (not yet used) | Michael Niedermayer | 2002-07-14 | 1 | -16/+52 |
* | optimization (get_vlc() -> get_vlc2()) | Michael Niedermayer | 2002-07-13 | 1 | -19/+27 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -2/+2 |
* | new bitstream reader API (old get_bits() based one is emulated and will still... | Michael Niedermayer | 2002-07-09 | 1 | -18/+16 |
* | dc scale simplification/optimization | Michael Niedermayer | 2002-06-18 | 1 | -35/+42 |
* | fixed one mpeg decoder memory leak | Fabrice Bellard | 2002-06-11 | 1 | -0/+1 |
* | passing avctx->flags so that grayscale only decoding works with mpeg1/2 too | Michael Niedermayer | 2002-06-09 | 1 | -2/+1 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams | Fabrice Bellard | 2002-05-20 | 1 | -2/+9 |
* | improved mpeg1/2 decoding speed | Fabrice Bellard | 2002-05-18 | 1 | -0/+6 |
* | - repeat_pict meaning changed, now it signals the extra delay for the | Juanjo | 2002-05-14 | 1 | -8/+27 |
* | - repeat_pict added to AVCodecContext to signal if the decoder must repeat | Juanjo | 2002-05-12 | 1 | -1/+1 |
* | - MPEG-4 B frames coding option for ffmpeg.c | Juanjo | 2002-05-06 | 1 | -1/+1 |
* | export mbskip_table for direct rendering | Michael Niedermayer | 2002-04-27 | 1 | -0/+1 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -14/+17 |
* | - Added force_pts to av_write_packet() to be able to force PTS, this helps | Juanjo | 2002-04-07 | 1 | -0/+1 |
* | emms was missing, found by juanjo but he didnt commit it?! | Michael Niedermayer | 2002-04-04 | 1 | -1/+2 |
* | sizeof(s->block) isnt 64*6*2 anymore bugfix | Michael Niedermayer | 2002-03-28 | 1 | -1/+1 |
* | fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> | Michael Niedermayer | 2002-03-24 | 1 | -1/+1 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -0/+50 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -1/+1 |
* | - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek | Juanjo | 2002-03-20 | 1 | -1/+1 |
* | - Added video coding statistics for ffmpeg. Needs more work. | Juanjo | 2002-03-19 | 1 | -1/+1 |
* | - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) | Juanjo | 2002-03-16 | 1 | -4/+26 |
* | avoid overflow of picturenumber*fps*10000 | Michael Niedermayer | 2002-02-18 | 1 | -2/+2 |
* | block_last_index was too large (in mpeg1 decoding) | Michael Niedermayer | 2002-02-18 | 1 | -1/+1 |
* | optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) | Michael Niedermayer | 2002-02-13 | 1 | -11/+30 |
* | optimize mpeg1_encode_block() | Michael Niedermayer | 2002-02-13 | 1 | -7/+37 |
* | win32 fixes | Fabrice Bellard | 2001-08-15 | 1 | -16/+1 |
* | copy avctx | Fabrice Bellard | 2001-08-15 | 1 | -0/+1 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -10/+12 |
* | 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 qscale decoding | Fabrice Bellard | 2001-08-11 | 1 | -11/+18 |
* | fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) | Fabrice Bellard | 2001-08-08 | 1 | -2/+2 |
* | changed quant matrix order (should fix mmx mpeg decoding bug) | Fabrice Bellard | 2001-08-07 | 1 | -12/+18 |
* | get_bits() specialization, gives 4\speedup | Arpi | 2001-08-04 | 1 | -43/+43 |
* | - removed #include ../config.h, because it's included from common.h | Arpi | 2001-08-02 | 1 | -5/+0 |
* | Adding fastmemcpy stuff to speedup mplayer project | Nick Kurshev | 2001-08-02 | 1 | -0/+8 |
* | use block[] in structure to have it aligned on 8 bytes for mmx optimizations | Fabrice Bellard | 2001-07-30 | 1 | -4/+3 |
* | added skip macroblock optimization (big perf win on black regions for example) | Fabrice Bellard | 2001-07-24 | 1 | -0/+1 |
* | fixed unsigned pb | Fabrice Bellard | 2001-07-23 | 1 | -1/+2 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+1530 |