| Commit message (Expand) | Author | Age | Files | Lines |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -4/+4 |
* | trying to fix mb skip bug in mpeg1/2 if slices are not used | Michael Niedermayer | 2003-01-20 | 1 | -2/+7 |
* | trellis quantization for mpeg1 | Michael Niedermayer | 2003-01-01 | 1 | -6/+56 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -1/+1 |
* | * fix for empty image queue | Zdenek Kabelac | 2002-12-19 | 1 | -1/+1 |
* | more debug output | Michael Niedermayer | 2002-12-17 | 1 | -0/+10 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -6/+6 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 1 | -2/+2 |
* | aspect ratio encoding for mpeg1 | Michael Niedermayer | 2002-12-06 | 1 | -2/+17 |
* | mpeg1&2 aspect decoding | Michael Niedermayer | 2002-12-06 | 1 | -10/+22 |
* | drop b frames if there are no reference frames | Michael Niedermayer | 2002-12-05 | 1 | -1/+9 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -36/+17 |
* | dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) | Agent Smith | 2002-11-26 | 1 | -1/+1 |
* | moving init of some variables (hurry_up,...) to MPV_frame_start() | Michael Niedermayer | 2002-11-23 | 1 | -1/+1 |
* | 10l | Michael Niedermayer | 2002-11-19 | 1 | -1/+1 |
* | hurry_up=5 support | Michael Niedermayer | 2002-11-18 | 1 | -1/+5 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -1/+1 |
* | fixing -sameq with mpeg2 | Michael Niedermayer | 2002-11-09 | 1 | -1/+2 |
* | cleanup (breaks compatibility, requested by fabrice) | Michael Niedermayer | 2002-11-08 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2002-11-02 | 1 | -9/+20 |
* | handle init error in ffmpeg12 | Arpi | 2002-11-02 | 1 | -2/+3 |
* | cleanup | Michael Niedermayer | 2002-10-31 | 1 | -25/+1 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -1/+2 |
* | warning fixes | Michael Niedermayer | 2002-10-15 | 1 | -1/+1 |
* | mpeg1 2pass encoding | Michael Niedermayer | 2002-10-09 | 1 | -0/+26 |
* | fixing custom quantizer matrix decoding | Michael Niedermayer | 2002-10-02 | 1 | -4/+4 |
* | optimization | Michael Niedermayer | 2002-10-02 | 1 | -1/+4 |
* | sliced mode for mpeg1/2 | Michael Niedermayer | 2002-10-02 | 1 | -44/+76 |
* | move scantable init from block-decode to header parser | Michael Niedermayer | 2002-10-01 | 1 | -11/+15 |
* | optimizing mpeg2 decode block stuff | Michael Niedermayer | 2002-10-01 | 1 | -113/+116 |
* | optimizing mpeg1_decode_block() | Michael Niedermayer | 2002-09-30 | 1 | -67/+152 |
* | forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlie... | Michael Niedermayer | 2002-09-30 | 1 | -2/+2 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -37/+26 |
* | adaptive quantization for mpeg1 | Michael Niedermayer | 2002-09-24 | 1 | -4/+39 |
* | support decoding of the last mpeg "packet" even if no startcode is immedeatly... | Michael Niedermayer | 2002-09-06 | 1 | -4/+14 |
* | new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit... | Henry Mason | 2002-09-02 | 1 | -3/+6 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-08-28 | 1 | -1/+1 |
* | fixing some 64bit bugs | Michael Niedermayer | 2002-08-26 | 1 | -3/+3 |
* | fixing slices which start at mb_x>0 | Michael Niedermayer | 2002-08-04 | 1 | -0/+6 |
* | 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 |