443 Commits (6c3890b6d34ee0ee00db710b79454e4ada6c586c)

Author SHA1 Message Date
Michael Niedermayer 1c3990dbba H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) 20 years ago
Michael Niedermayer 035817727f support strictly enforcing gop size 20 years ago
Michael Niedermayer 9efc77c86f fix forcing of individual frame types 20 years ago
Michael Niedermayer ac8b03c0a8 lowres 4mv 20 years ago
Michael Niedermayer 5f6c92d40c h.261 loop filter fix 20 years ago
Milan Cutka 125af02243 Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) 20 years ago
Michael Niedermayer 4f8a831994 set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) 20 years ago
Michael Niedermayer 718455951c lowres chroma fix 20 years ago
Michael Niedermayer 0f74857497 lowres slice fix 20 years ago
Michael Niedermayer da9c9637ae low resolution interlaced support 20 years ago
Michael Niedermayer 178fcca848 1/2 resolution decoding 20 years ago
Michael Niedermayer 3c00436b3e 100l 20 years ago
Michael Niedermayer 9ebb8e1124 check if the user specified timestamps are strictly monotone 20 years ago
Loren Merritt 1140139fe2 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) 20 years ago
Michael Niedermayer b100eab869 changing size segfault fix 20 years ago
Michael Niedermayer d32064c0f7 comment fix 20 years ago
Michael Niedermayer 2d3601b564 qprd + mpeg2 segfault fix 20 years ago
Michael Niedermayer 7b37a6e984 10l (wrong coded_picture) 20 years ago
Michael Niedermayer 1765920791 minor optimization 20 years ago
Michael Niedermayer 1477ec35dd 10l (dont store 2 different things at the same place ...) 20 years ago
Christophe Massiot f1dc14a9fa miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>) 20 years ago
Michael Niedermayer 77e6c403e7 10l (fixes delayed frames during encoding) 21 years ago
Ivan Kalvachev ffdff4d7e8 mpeg2 chroma422/444 support, may be slower, may be faster for other codecs 21 years ago
Michael Niedermayer d4c5d2adf3 nsse weight 21 years ago
Michael Niedermayer e6a2ac3474 noise preserving sum of squares comparission function 21 years ago
Michael Niedermayer 23854cadec sanity checks 21 years ago
Michael Niedermayer a1e07d39be qscale + qprd fix 21 years ago
Michael Niedermayer 0e9d4a67f4 change qscale -> lambda for the motion estimation 21 years ago
Michael Niedermayer bb8140f29d h261 dequant fix 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Michael Niedermayer 5751815562 export low_delay for encoding too 21 years ago
Chris Flerackers a7fcb3ea5c rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 1f202b0d46 moving motion estimation specific variables from MpegEncContext -> MotionEstContext 21 years ago
Michael Niedermayer eea8c08fa8 cleanup & memleak fix 21 years ago
Michael Niedermayer bf266e195a intra_dc_precission>0 encoding support 21 years ago
Michael Niedermayer 844ce49d12 10l 21 years ago
Michael Niedermayer 000a9c02db 10l 21 years ago
Michael Niedermayer e4cb187db8 remove duplicated find_frame_end() code 21 years ago
Michael Niedermayer 9964df63ee minor motion estimation cleanup 21 years ago
Michael Niedermayer 1671083f55 sanity check 21 years ago
Michael Niedermayer f4f3223ffd reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold 21 years ago
Michael Niedermayer 7c4f71c428 exporting field_select/ref_index values 21 years ago
Michael Niedermayer 3803021453 fix y scale of mv vissualization of interlaced MVs 21 years ago
Michael Niedermayer a4d36c1113 passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder 21 years ago
Michael Niedermayer 14e2a9404e flv dropable p frame support 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Michael Niedermayer 8100cab9c6 nicer looking arrows for the motion vector vissualization 21 years ago
Michael Niedermayer b44bdf7eec interlaced chroma MC divx-bug workaround 21 years ago
Michael Niedermayer b73afeac30 huge vbv buffer size + CBR fix 21 years ago