12298 Commits (eee7e7998bc78f05eb5c0814c99cb1526422e7ea)
 

Author SHA1 Message Date
  Baptiste Coudurier 57810910c7 check malloc return 17 years ago
  Baptiste Coudurier 8513ba097c add some dv container uls 17 years ago
  Baptiste Coudurier c9c55a5699 simplify by checking min matching len 17 years ago
  Kostya Shishkov d1cc6e46f2 simplify 4-point transform part a bit 17 years ago
  Kostya Shishkov f3647f59f1 Factor out constant addition 17 years ago
  Ronald S. Bultje f841a0fca1 Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
  Benoit Fouet e2d3e82dfd More verbose error log message. 17 years ago
  Kostya Shishkov 34093ab58e Save quantizer values as well 17 years ago
  Kostya Shishkov b008e6b869 Save coded block patterns for future loop filtering. 17 years ago
  Michael Kostylev 094c09bb4a Add system-specific network link flags to inet_aton test. This should fix 17 years ago
  Roberto Togni badbe09af3 Fix forgotten braces from r11039 17 years ago
  Michel Bardiaux 48f7e1aeee Clarify the error message when video width, height, or framerate are not 17 years ago
  Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
  Michael Niedermayer 175e23e875 Consider initial EOR in the back_ptr calculation. 17 years ago
  Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
  Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 17 years ago
  Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
  Diego Biurrun 61dbf4e557 Simplify preprocessor expression as suggested by Mans. 17 years ago
  Diego Biurrun 59ec6991ac Disallow puts(), av_log() should be used instead. 17 years ago
  Diego Biurrun f9cac0a778 Replace puts() by dprintf where appropriate. 17 years ago
  Benoit Fouet b8db4e22de Description: remove superfluous parentheses. 17 years ago
  KO Myung-Hun 337a2a4530 Check param in sws_getCachedContext(). 17 years ago
  Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
  KO Myung-Hun 1ca5d97fc8 Use check_lib2 instead of check_lib in SDL test. This is helpful in 17 years ago
  Diego Biurrun 9b41eb37a1 Remove some spaces to keep certain people's eyes from hurting. 17 years ago
  Diego Pettenò fc900b7b65 Make .vhookdep depend on version.h, same as .depend. 17 years ago
  Diego Biurrun a85736f21d misc spelling/grammar fixes 17 years ago
  Diego Biurrun 426d18b85b Rename illegal identifiers, _ followed by capital is reserved for the system. 17 years ago
  Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 17 years ago
  Michael Niedermayer 9ccbc672aa qscale==0 is invalid 17 years ago
  Igor Mozolevsky 800a5a1905 pentium4m is a valid CPU name, add it to the list. 17 years ago
  Diego Biurrun cf1392e9f3 Move "Creating config.mak and config.h..." message down to the point where 17 years ago
  Diego Biurrun 7f390307db Add const qualifiers to unmodified function parameters, fixes the warning: 17 years ago
  Diego Biurrun 744496e3e3 Remove bogus cast. 17 years ago
  Michael Niedermayer 5d1e3d2210 Print removing of nodes in the test code. 17 years ago
  Michael Niedermayer 3f161c7eab simplify 17 years ago
  Luca Abeni b973f9ad7e Make avc_find_startcode non-static, so that it can be used from other 17 years ago
  Diego Biurrun d75dcfdceb Add compilation rule for tools/pktdumper. 17 years ago
  Diego Biurrun 6878026ada Add '#undef strcat' to fix compilation. 17 years ago
  Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
  Michel Bardiaux 6ba90c204c Suppress runaway index on streamed input 17 years ago
  Diego Pettenò 363728ea0e Build both static and shared libs from the same object. 17 years ago
  Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
  Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
  Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 17 years ago
  Roberto Togni c5adfd641a Add support for S8 PCM (codec 2) 17 years ago
  Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
  Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
  Reimar Döffinger 99fac0806b Get rid of fft_rev table, use ff_reverse and a shift. 17 years ago
  Reimar Döffinger f952b30cd1 Use FFSWAP instead of "manual" swap 17 years ago