| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg2 chroma422/444 support, may be slower, may be faster for other codecs | Ivan Kalvachev | 2004-06-11 | 1 | -41/+97 |
* | nsse weight | Michael Niedermayer | 2004-06-07 | 1 | -3/+3 |
* | noise preserving sum of squares comparission function | Michael Niedermayer | 2004-06-07 | 1 | -0/+6 |
* | sanity checks | Michael Niedermayer | 2004-06-06 | 1 | -0/+10 |
* | qscale + qprd fix | Michael Niedermayer | 2004-06-05 | 1 | -1/+2 |
* | change qscale -> lambda for the motion estimation | Michael Niedermayer | 2004-06-03 | 1 | -1/+1 |
* | h261 dequant fix | Michael Niedermayer | 2004-05-31 | 1 | -9/+9 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+68 |
* | export low_delay for encoding too | Michael Niedermayer | 2004-05-29 | 1 | -0/+2 |
* | rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot... | Chris Flerackers | 2004-05-18 | 1 | -2/+2 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -7/+7 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 1 | -10/+10 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -1/+0 |
* | intra_dc_precission>0 encoding support | Michael Niedermayer | 2004-04-30 | 1 | -1/+2 |
* | 10l | Michael Niedermayer | 2004-04-30 | 1 | -1/+1 |
* | 10l | Michael Niedermayer | 2004-04-29 | 1 | -5/+5 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -58/+0 |
* | minor motion estimation cleanup | Michael Niedermayer | 2004-04-24 | 1 | -3/+3 |
* | sanity check | Michael Niedermayer | 2004-04-23 | 1 | -1/+7 |
* | reuse motion vectors/mb types/field select values of the source video, if the... | Michael Niedermayer | 2004-04-23 | 1 | -3/+5 |
* | exporting field_select/ref_index values | Michael Niedermayer | 2004-04-19 | 1 | -3/+3 |
* | fix y scale of mv vissualization of interlaced MVs | Michael Niedermayer | 2004-04-18 | 1 | -3/+7 |
* | passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo... | Michael Niedermayer | 2004-04-17 | 1 | -4/+18 |
* | flv dropable p frame support | Michael Niedermayer | 2004-04-17 | 1 | -4/+10 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -32/+50 |
* | nicer looking arrows for the motion vector vissualization | Michael Niedermayer | 2004-04-03 | 1 | -7/+11 |
* | interlaced chroma MC divx-bug workaround | Michael Niedermayer | 2004-04-02 | 1 | -3/+11 |
* | huge vbv buffer size + CBR fix | Michael Niedermayer | 2004-03-26 | 1 | -2/+10 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -4/+0 |
* | Compile fix by (Chip <szarlada at freemail dot hu>) | Michael Niedermayer | 2004-03-22 | 1 | -0/+3 |
* | moving f/b_code init to where it should be | Michael Niedermayer | 2004-03-16 | 1 | -4/+3 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -50/+62 |
* | alignment fix | Michael Niedermayer | 2004-03-14 | 1 | -4/+4 |
* | width,height%16!=0 fix | Michael Niedermayer | 2004-03-14 | 1 | -4/+4 |
* | 10l | Michael Niedermayer | 2004-03-11 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2004-03-05 | 1 | -1/+1 |
* | 100l (divx5 b frame + seeking + flush fix) | Michael Niedermayer | 2004-03-02 | 1 | -0/+1 |
* | initial chroma_format changes,xvmc tweaks and codec_cap | Ivan Kalvachev | 2004-03-01 | 1 | -6/+13 |
* | optimizing/cleanup of mpeg/qpel_motion() | Michael Niedermayer | 2004-02-29 | 1 | -123/+95 |
* | simplify MPV_motion() | Michael Niedermayer | 2004-02-29 | 1 | -72/+38 |
* | interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) | Michael Niedermayer | 2004-02-29 | 1 | -129/+119 |
* | 10l (vdpart fix) | Michael Niedermayer | 2004-02-26 | 1 | -3/+5 |
* | 100l (field picture decoding fix) | Michael Niedermayer | 2004-02-26 | 1 | -4/+4 |
* | export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk... | Wolfgang Hesseler | 2004-02-25 | 1 | -0/+13 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -4/+4 |
* | set AVFrame.pts based upon framerate if its 0 | Michael Niedermayer | 2004-02-25 | 1 | -1/+11 |
* | multithreaded mpeg2 decoding | Michael Niedermayer | 2004-02-23 | 1 | -2/+6 |
* | simplify | Michael Niedermayer | 2004-02-18 | 1 | -14/+5 |
* | check if threads_count is too large | Michael Niedermayer | 2004-02-18 | 1 | -0/+5 |
* | noise reduction with threads bugfix | Michael Niedermayer | 2004-02-17 | 1 | -2/+3 |