1715 Commits (c0a2c42f59329811fc08a2c982d394ab49204b01)

Author SHA1 Message Date
  Steven M. Schultz c0a2c42f59 av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 22 years ago
  Michael Niedermayer 560ff8095f av_log() 22 years ago
  Michael Niedermayer 310ffb8f26 c99 22 years ago
  Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 22 years ago
  Michael Niedermayer 16806499fc w32threads by (Gildas Bazin <gbazin at altern dot org>) 22 years ago
  Ivan Kalvachev 530d574081 use get_format 22 years ago
  Michael Niedermayer 5e7c25f0d1 simplify 22 years ago
  Michael Niedermayer 9ab2717a9d auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) 22 years ago
  Michael Niedermayer fbf2284cd2 check if threads_count is too large 22 years ago
  Michael Niedermayer 1e31d32c34 flac_flush() 22 years ago
  Michael Niedermayer 0496a03413 simplify 22 years ago
  Alex Beregszaszi 69f5de1855 avoid negative array indices 22 years ago
  Michael Niedermayer 9d65611096 crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) 22 years ago
  Michael Niedermayer 4fd125984b remove residual array, it isnt really needed 22 years ago
  Michael Niedermayer ac2570a8b0 flac fixes: 22 years ago
  Michael Niedermayer 4f52c3126b flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) 22 years ago
  Michael Niedermayer da16b2043f noise reduction with threads bugfix 22 years ago
  Michael Niedermayer e6dc9c6f99 more error checks for the sequence header 22 years ago
  Roberto Togni e102fcf7f0 rle_code can overflow when multiplied by 4 22 years ago
  Roberto Togni 42608d6508 Use av_log 22 years ago
  Michael Niedermayer e9a4834a7d normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) 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 80ee9fc0e3 simplify MV availability check / dont use below last row MV which is always zero 22 years ago
  Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 22 years ago
  Michael Niedermayer 7984082a08 ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) 22 years ago
  Roman Shaposhnik 826ca10408 * gotta setup coded_frame for encoding. avcodec.h says that for decoding 22 years ago
  Michael Niedermayer 8a36717afc rv10/obmc fixes 22 years ago
  Michael Niedermayer 99683a3077 2 byte shorter userdata for mpeg4 22 years ago
  Michael Niedermayer 6cf9d5ebd3 M$ ADPCM encoding & some simplifications 22 years ago
  Michael Niedermayer fc374fe299 segfault fix 22 years ago
  Michael Niedermayer eb5b0422b5 use clip() from common.h 22 years ago
  Roman Shaposhnik e5966052ee * Initial implementation of the G.726 ADPCM audio codec. 22 years ago
  Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 22 years ago
  Michael Niedermayer 8cb5d4c060 h263 4mv encoding fix 22 years ago
  Michael Niedermayer 04a59bfb8d segfault fix 22 years ago
  Alex Beregszaszi b46243ed1c get_bit_count -> put_bits_count 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
  Mike Melanson 070ed1bc43 initial commit for Quicktime Animation (RLE) video decoder; bit depths 22 years ago
  Michael Niedermayer a412a03bee remove incorect motion estimation table 22 years ago
  Michael Niedermayer 8a1f657b28 cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Måns Rullgård)) 22 years ago
  Michael Niedermayer 2caa92d935 fixes by Gildas Bazin <gbazin at altern dot org> 22 years ago
  Mike Melanson 7d8379f2b7 added support for EA ADPCM and SMJPEG IMA ADPCM 22 years ago
  Michael Niedermayer deb7a6cdaf simplify 22 years ago
  Michael Niedermayer 77ea0d4bdd quantizer noise shaping 22 years ago