| Commit message (Expand) | Author | Age | Files | Lines |
* | H.264: decode arbitrary frame orders and allow B-frames as references. | Loren Merritt | 2005-03-04 | 1 | -0/+2 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -1/+3 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | rv20 encoding | Michael Niedermayer | 2004-12-07 | 1 | -0/+1 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -2/+2 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+6 |
* | type fix | Michael Niedermayer | 2004-10-25 | 1 | -1/+1 |
* | h.261 loop filter fix | Michael Niedermayer | 2004-10-08 | 1 | -0/+3 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -3/+5 |
* | H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto... | Michael Niedermayer | 2004-09-25 | 1 | -1/+1 |
* | mess cleanup | Michael Niedermayer | 2004-09-10 | 1 | -2/+0 |
* | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer | 2004-08-26 | 1 | -1/+5 |
* | mpeg2 chroma422/444 support, may be slower, may be faster for other codecs | Ivan Kalvachev | 2004-06-11 | 1 | -1/+3 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+5 |
* | warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) | Michael Niedermayer | 2004-05-25 | 1 | -1/+2 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+2 |
* | motion estimation for SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -0/+1 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 1 | -5/+5 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -1/+2 |
* | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer | 2004-04-25 | 1 | -1/+0 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 1 | -16/+22 |
* | passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo... | Michael Niedermayer | 2004-04-17 | 1 | -1/+0 |
* | flv dropable p frame support | Michael Niedermayer | 2004-04-17 | 1 | -1/+2 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -1/+4 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -0/+1 |
* | h263+ custom pcf support | Michael Niedermayer | 2004-03-10 | 1 | -0/+1 |
* | initial chroma_format changes,xvmc tweaks and codec_cap | Ivan Kalvachev | 2004-03-01 | 1 | -1/+9 |
* | set AVFrame.pts based upon framerate if its 0 | Michael Niedermayer | 2004-02-25 | 1 | -0/+1 |
* | multithreaded mpeg2 decoding | Michael Niedermayer | 2004-02-23 | 1 | -0/+1 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -4/+15 |
* | get_bit_count -> put_bits_count | Alex Beregszaszi | 2004-02-06 | 1 | -1/+1 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -2/+1 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | denoise_dct_mmx() | Michael Niedermayer | 2004-01-02 | 1 | -0/+1 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -22/+38 |
* | motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ... | Wolfgang Hesseler | 2003-12-30 | 1 | -1/+2 |
* | picture number fixes | Michael Niedermayer | 2003-12-29 | 1 | -2/+3 |
* | vbv_delay | Michael Niedermayer | 2003-12-17 | 1 | -0/+1 |
* | split intra / inter dequantization | Michael Niedermayer | 2003-12-14 | 1 | -4/+12 |
* | cleanup | Michael Niedermayer | 2003-12-13 | 1 | -6/+0 |
* | stuffing to stay above min_bitrate | Michael Niedermayer | 2003-12-12 | 1 | -0/+1 |
* | CBR improvements | Michael Niedermayer | 2003-12-12 | 1 | -1/+1 |
* | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler | 2003-12-09 | 1 | -28/+0 |
* | h263 slice structured mode | Michael Niedermayer | 2003-12-07 | 1 | -11/+8 |
* | cleanup | Michael Niedermayer | 2003-12-04 | 1 | -1/+1 |
* | rv20 (h263) b frame decoding support | Michael Niedermayer | 2003-12-04 | 1 | -3/+8 |
* | cleanup | Michael Niedermayer | 2003-12-03 | 1 | -0/+2 |
* | split ff_h263_decode_mb() into h263 and mpeg4 versions | Michael Niedermayer | 2003-12-03 | 1 | -0/+2 |
* | h263 loop filter | Michael Niedermayer | 2003-12-01 | 1 | -0/+6 |
* | cleanup | Michael Niedermayer | 2003-11-30 | 1 | -1/+0 |