380 Commits (aab34ca0c5bbffd06aaa3718151ef1662860da3a)

Author SHA1 Message Date
  Michael Niedermayer 259630df42 10l (vdpart fix) 22 years ago
  Michael Niedermayer ae35f5e14e 100l (field picture decoding fix) 22 years ago
  Wolfgang Hesseler 8289c6faa8 export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) 22 years ago
  Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 22 years ago
  Michael Niedermayer e51f49487e set AVFrame.pts based upon framerate if its 0 22 years ago
  Michael Niedermayer c62c07d3d7 multithreaded mpeg2 decoding 22 years ago
  Michael Niedermayer 5e7c25f0d1 simplify 22 years ago
  Michael Niedermayer fbf2284cd2 check if threads_count is too large 22 years ago
  Michael Niedermayer da16b2043f noise reduction with threads bugfix 22 years ago
  Michael Niedermayer fafbc7c8c8 mpeg4 b frame + adaptive quantization assertion failure fix 22 years ago
  Michael Niedermayer 3a1fa44759 multithreaded spatial complexity calculation for i frames 22 years ago
  Michael Niedermayer b6335c9f5b ff_copy_bits() optimization 22 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() 22 years ago
  Michael Niedermayer cfbd16df75 replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong 22 years ago
  Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 22 years ago
  Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 22 years ago
  Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 22 years ago
  Michael Niedermayer de7ff1f774 analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper 22 years ago
  Michael Niedermayer 364a179749 quantizer noise shaping optimization 22 years ago
  Michael Niedermayer deb7a6cdaf simplify 22 years ago
  Michael Niedermayer 77ea0d4bdd quantizer noise shaping 22 years ago
  Michael Niedermayer 2c8b796fa9 b frames + cbr fix 22 years ago
  Michael Niedermayer 11a8a71d4e mpeg4 pts fix 22 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 22 years ago
  Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 22 years ago
  Michael Niedermayer 20f155ed80 avcodec_flush_buffers() fix 22 years ago
  Michael Niedermayer 2c492e94fc removing broken framerate conversation hack in mpeg1/2 22 years ago
  Michael Niedermayer 507a8e0d70 type fixes, found by Wolfgang Hesseler 22 years ago
  Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 22 years ago
  Michael Niedermayer 622348f931 interlaced dct decision cleanup 22 years ago
  Michael Niedermayer 0982834b04 non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 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) 22 years ago
  Michael Niedermayer 783df5f347 denoise_dct_mmx() 22 years ago
  Michael Niedermayer fbb898067f more trellis quant optimizations 22 years ago
  Michael Niedermayer 34e0a29d36 cleanup 22 years ago
  Michael Niedermayer 7485d118f2 optimizing (trellis) quantizer 22 years ago
  Michael Niedermayer ae55b53303 dont show uninitalized motion vectors 22 years ago
  Michael Niedermayer 273977d814 rate limit tips and checks 22 years ago
  Michael Niedermayer bb198e198a interlaced motion estimation 22 years ago
  Michael Niedermayer b846b231b3 100000l 22 years ago
  Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 years ago
  Michael Niedermayer 1031fabd14 picture number fixes 22 years ago
  Steven M. Schultz 1c004e5622 lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 22 years ago
  Michael Niedermayer 71c47d6e24 10l (forgot to copy top_field_first flag) 22 years ago
  Michael Niedermayer d60a8f85d7 vbv_delay 22 years ago
  Michael Niedermayer d50635cd24 split intra / inter dequantization 22 years ago
  Michael Niedermayer 7ebfc0ea63 error concealment regression test 22 years ago
  Michael Niedermayer d55f7b6521 cleanup 22 years ago
  Aurelien Jacobs 0c11692a1d Here are juste two added #ifdef CONFIG_ENCODERS to allow 22 years ago
  Michael Niedermayer 864119b6ca mb type & qp vissualization 22 years ago