570 Commits (dd9bdeb9f38f0047013cc49bd2a34baa73fe38f3)

Author SHA1 Message Date
Michael Niedermayer 3a1fa44759 multithreaded spatial complexity calculation for i frames 21 years ago
Michael Niedermayer b6335c9f5b ff_copy_bits() optimization 21 years ago
Michael Niedermayer a734250db6 activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() 21 years ago
Michael Niedermayer cfbd16df75 replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Michael Niedermayer de7ff1f774 analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper 21 years ago
Michael Niedermayer 364a179749 quantizer noise shaping optimization 21 years ago
Michael Niedermayer deb7a6cdaf simplify 21 years ago
Michael Niedermayer 77ea0d4bdd quantizer noise shaping 21 years ago
Michael Niedermayer 2c8b796fa9 b frames + cbr fix 21 years ago
Michael Niedermayer 11a8a71d4e mpeg4 pts fix 21 years ago
Michael Niedermayer 65a24d0b39 optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Michael Niedermayer 20f155ed80 avcodec_flush_buffers() fix 21 years ago
Michael Niedermayer 2c492e94fc removing broken framerate conversation hack in mpeg1/2 21 years ago
Michael Niedermayer 507a8e0d70 type fixes, found by Wolfgang Hesseler 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer 622348f931 interlaced dct decision cleanup 21 years ago
Michael Niedermayer 0982834b04 non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 5ac59c559b warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) 21 years ago
Michael Niedermayer 783df5f347 denoise_dct_mmx() 21 years ago
Michael Niedermayer fbb898067f more trellis quant optimizations 21 years ago
Michael Niedermayer 34e0a29d36 cleanup 21 years ago
Michael Niedermayer 7485d118f2 optimizing (trellis) quantizer 21 years ago
Michael Niedermayer ae55b53303 dont show uninitalized motion vectors 21 years ago
Michael Niedermayer 273977d814 rate limit tips and checks 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer b846b231b3 100000l 21 years ago
Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 1031fabd14 picture number fixes 21 years ago
Steven M. Schultz 1c004e5622 lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
Michael Niedermayer 71c47d6e24 10l (forgot to copy top_field_first flag) 21 years ago
Michael Niedermayer d60a8f85d7 vbv_delay 21 years ago
Michael Niedermayer d50635cd24 split intra / inter dequantization 21 years ago
Michael Niedermayer 7ebfc0ea63 error concealment regression test 21 years ago
Michael Niedermayer d55f7b6521 cleanup 21 years ago
Aurelien Jacobs 0c11692a1d Here are juste two added #ifdef CONFIG_ENCODERS to allow 21 years ago
Michael Niedermayer 864119b6ca mb type & qp vissualization 21 years ago
Michael Niedermayer 11dffbe1da stuffing to stay above min_bitrate 21 years ago
Fabrice Bellard 7a0f9d7e7d fixed top_field_first support when encoding 21 years ago
Michael Niedermayer dd5e90cd55 interlaced dct encoding fix 21 years ago
Fabrice Bellard db9b1b5eae fixed interlaced encoding 21 years ago
Michael Niedermayer 5ea4b18d9f motion_subsample_log2 21 years ago
Wolfgang Hesseler 8d7ec294c4 move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 01e8ff27b4 slice flush / position fix 21 years ago
Michael Niedermayer ba58dabc5c h263 slice structured mode 21 years ago
Michael Niedermayer 2be9f03abb AVFrame.interlaced_frame fixes 21 years ago
Michael Niedermayer c70f1716cf export top_field_first & interlaced_frame 21 years ago