| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg4 interlaced decoding support (not completly implemented/tested due to la... | Michael Niedermayer | 2002-08-27 | 1 | -11/+17 |
* | added aspected_width/height for EXTENDED_PAR | Alex Beregszaszi | 2002-08-26 | 1 | -0/+5 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -15/+38 |
* | error concealment needs the mbintra_table so it should allways be allocated | Michael Niedermayer | 2002-08-24 | 1 | -4/+4 |
* | better scene change detection | Michael Niedermayer | 2002-08-22 | 1 | -2/+3 |
* | same dc skip behavior for chroma & luma elimination, its confusing otherwise ... | Michael Niedermayer | 2002-08-18 | 1 | -5/+6 |
* | skip blocks with small chroma dc too (if the user wants it) needed to avoid I... | Michael Niedermayer | 2002-08-17 | 1 | -1/+5 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -5/+10 |
* | 4mv + bframe decoding bugfix | Michael Niedermayer | 2002-08-05 | 1 | -1/+8 |
* | last_picture should be never == NULL (it was with dr1) this might fix a segfa... | Michael Niedermayer | 2002-08-04 | 1 | -0/+3 |
* | fixing mpeg4 mpeg quantizers | Michael Niedermayer | 2002-08-02 | 1 | -7/+12 |
* | max_b_frame=4 bugfix | Michael Niedermayer | 2002-08-01 | 1 | -1/+1 |
* | different edge positions fixed with edge emu / dr1 | Michael Niedermayer | 2002-07-25 | 1 | -47/+35 |
* | minor optimizations | Michael Niedermayer | 2002-07-21 | 1 | -2/+4 |
* | 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 |
* | 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 |
* | exporting mbskip_table after it has been allocated | Michael Niedermayer | 2002-07-16 | 1 | -3/+5 |
* | direct rendering for SVQ1 | Michael Niedermayer | 2002-07-15 | 1 | -1/+1 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -45/+53 |
* | 4mv & qpel edge emu | Michael Niedermayer | 2002-07-15 | 1 | -0/+46 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 1 | -10/+121 |
* | rl decoding optimization | Michael Niedermayer | 2002-07-13 | 1 | -1/+1 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -5/+5 |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 1 | -0/+3 |
* | init dc_scale tables to defaults (fixes mjpeg sig11) | Michael Niedermayer | 2002-06-25 | 1 | -1/+3 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -20/+42 |
* | grayscale only encoding | Michael Niedermayer | 2002-06-09 | 1 | -8/+26 |
* | grayscale only decoding | Michael Niedermayer | 2002-06-09 | 1 | -6/+21 |
* | optimizing MPV_decode_mb | Michael Niedermayer | 2002-06-05 | 1 | -26/+39 |
* | use ff_idct_put/add() | Fabrice Bellard | 2002-06-05 | 1 | -4/+2 |
* | avoid name clash with libjpeg - added missing externs | Fabrice Bellard | 2002-06-04 | 1 | -1/+1 |
* | use qstride instead of fixed constants | Nick Kurshev | 2002-06-03 | 1 | -1/+1 |
* | new field for communicating with external postprocessing | Nick Kurshev | 2002-06-03 | 1 | -0/+3 |
* | typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) | Michael Niedermayer | 2002-06-02 | 1 | -1/+1 |
* | divx5 bug workaround | Michael Niedermayer | 2002-06-02 | 1 | -1/+1 |
* | 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 |