Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing bitrate vs. kbitrate in header | Michael Niedermayer | 2002-07-22 | 1 | -12/+20 |
* | adpcm encoding patch by François Revol <revol at free dot fr> | François Revol | 2002-07-22 | 1 | -15/+139 |
* | YUV410P to YUV420P patch by François Revol <revol at free dot fr> | François Revol | 2002-07-21 | 1 | -0/+39 |
* | minor optimizations | Michael Niedermayer | 2002-07-21 | 2 | -21/+75 |
* | pix_abs mmx2 isnt bit-exact ... | Michael Niedermayer | 2002-07-21 | 1 | -0/+8 |
* | beos/mov/adpcm patch by François Revol <revol at free dot fr> | François Revol | 2002-07-20 | 4 | -4/+427 |
* | BeOS patches by "shatty" <shatty at myrealbox.com> | Michael Niedermayer | 2002-07-19 | 2 | -1/+5 |
* | largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> | Roy Sigurd Karlsbakk | 2002-07-18 | 1 | -1/+1 |
* | use edge emu for encoding of width or height %16!=0 files | Michael Niedermayer | 2002-07-17 | 1 | -0/+28 |
* | fixing NULL reference frame with dr1 | Michael Niedermayer | 2002-07-17 | 1 | -0/+6 |
* | hmm ABS(dc-diff) > 512 fix | Michael Niedermayer | 2002-07-17 | 1 | -14/+36 |
* | larger edge emu buffer (might have been too small) | Michael Niedermayer | 2002-07-17 | 1 | -1/+1 |
* | fixing gmc with emu edges | Michael Niedermayer | 2002-07-17 | 1 | -12/+43 |
* | interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasn... | Michael Niedermayer | 2002-07-17 | 1 | -8/+8 |
* | low_delay / has_b_frames fix | Michael Niedermayer | 2002-07-17 | 1 | -1/+3 |
* | fixes fire.avi & subtitles.avi | Michael Niedermayer | 2002-07-17 | 2 | -5/+34 |
* | exporting mbskip_table after it has been allocated | Michael Niedermayer | 2002-07-16 | 2 | -4/+5 |
* | hurry up support | Michael Niedermayer | 2002-07-16 | 1 | -1/+3 |
* | grayscale only decoding | Michael Niedermayer | 2002-07-16 | 1 | -0/+2 |
* | dr1 | Michael Niedermayer | 2002-07-16 | 1 | -0/+3 |
* | dr1 | Michael Niedermayer | 2002-07-16 | 1 | -1/+2 |
* | direct rendering for SVQ1 | Michael Niedermayer | 2002-07-15 | 2 | -33/+31 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 7 | -61/+78 |
* | 1001L | Nick Kurshev | 2002-07-15 | 1 | -3/+3 |
* | 4mv & qpel edge emu | Michael Niedermayer | 2002-07-15 | 1 | -0/+46 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 5 | -35/+159 |
* | rl vlc table optimization (not yet used) | Michael Niedermayer | 2002-07-14 | 1 | -16/+52 |
* | faster get_bit_cache | Michael Niedermayer | 2002-07-14 | 1 | -3/+7 |
* | Force inlining on get_vlc2. | Falk Hüffner | 2002-07-13 | 1 | -1/+8 |
* | rl decoding optimization | Michael Niedermayer | 2002-07-13 | 2 | -54/+84 |
* | Remove support for variable BSIZE and INCR, as sub_pixels_* is no | Falk Hüffner | 2002-07-13 | 1 | -47/+47 |
* | get_vlc -> get_vlc2 | Michael Niedermayer | 2002-07-13 | 1 | -4/+6 |
* | * Improve xy2 routines slightly | Falk Hüffner | 2002-07-13 | 1 | -43/+46 |
* | optimization (get_vlc() -> get_vlc2()) | Michael Niedermayer | 2002-07-13 | 1 | -19/+27 |
* | optimization (get_vlc -> get_vlc2) | Michael Niedermayer | 2002-07-13 | 1 | -25/+34 |
* | return buf_size again, i hope kabi is finally happy now ;) | Michael Niedermayer | 2002-07-13 | 1 | -5/+2 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 4 | -69/+153 |
* | Warning fix. | Falk Hüffner | 2002-07-12 | 1 | -0/+1 |
* | don't exit decoder after decoding first field -> fixes angels.avi interlacing | Arpi | 2002-07-11 | 1 | -1/+2 |
* | Tweak Alpha compiler flags. | Falk Hüffner | 2002-07-11 | 1 | -1/+1 |
* | 10L | Nick Kurshev | 2002-07-11 | 1 | -1/+0 |
* | Add Arpi to list of porters. | Nick Kurshev | 2002-07-11 | 1 | -0/+1 |
* | Change licence to LGPL since there are no objections from side of original au... | Nick Kurshev | 2002-07-11 | 1 | -15/+17 |
* | dont trash table in GET_VLC | Michael Niedermayer | 2002-07-11 | 2 | -6/+3 |
* | Remove some cruft. | Falk Hüffner | 2002-07-10 | 1 | -8/+0 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 5 | -15/+15 |
* | returning the number of consumed bytes (2nd try) | Michael Niedermayer | 2002-07-10 | 1 | -1/+4 |
* | get_vlc() optimizations | Michael Niedermayer | 2002-07-10 | 2 | -35/+62 |
* | Applied patch of Felix Buenemann | Nick Kurshev | 2002-07-10 | 1 | -1/+1 |
* | get_vlc() optimization | Michael Niedermayer | 2002-07-10 | 2 | -49/+39 |