404 Commits (4ea4b274697767abddda3c425ba4bb43dfdee52f)

Author SHA1 Message Date
  Michael Niedermayer 9964df63ee minor motion estimation cleanup 22 years ago
  Michael Niedermayer 1671083f55 sanity check 22 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 22 years ago
  Michael Niedermayer 7c4f71c428 exporting field_select/ref_index values 22 years ago
  Michael Niedermayer 3803021453 fix y scale of mv vissualization of interlaced MVs 22 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 22 years ago
  Michael Niedermayer 14e2a9404e flv dropable p frame support 22 years ago
  Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 22 years ago
  Michael Niedermayer 8100cab9c6 nicer looking arrows for the motion vector vissualization 22 years ago
  Michael Niedermayer b44bdf7eec interlaced chroma MC divx-bug workaround 22 years ago
  Michael Niedermayer b73afeac30 huge vbv buffer size + CBR fix 22 years ago
  Falk Hüffner 7906085fcc warning patrol 22 years ago
  Michael Niedermayer 6b47b7300e Compile fix by (Chip <szarlada at freemail dot hu>) 22 years ago
  Michael Niedermayer 7976241aef moving f/b_code init to where it should be 22 years ago
  Michael Niedermayer 3edcacde04 init cleanup 22 years ago
  Michael Niedermayer 37923cd32d alignment fix 22 years ago
  Michael Niedermayer 67086c8552 width,height%16!=0 fix 22 years ago
  Michael Niedermayer 1da57984e6 10l 22 years ago
  Michael Niedermayer ca5b9f20b2 10l 22 years ago
  Michael Niedermayer ed263031f6 100l (divx5 b frame + seeking + flush fix) 22 years ago
  Ivan Kalvachev 5e5c247a7c initial chroma_format changes,xvmc tweaks and codec_cap 22 years ago
  Michael Niedermayer 95d356c587 optimizing/cleanup of mpeg/qpel_motion() 22 years ago
  Michael Niedermayer c8a4ebbf27 simplify MPV_motion() 22 years ago
  Michael Niedermayer 5ba326b5d4 interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) 22 years ago
  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