9791 Commits (c2d08dc0d78e85e6a45abb33e587b8a66a2de754)
 

Author SHA1 Message Date
Måns Rullgård c2d08dc0d7 move a couple of macros and structs to mpegaudio.h 18 years ago
Ramiro Polla 41e4c556e9 Add expression evaluation parameters for colors in imlib2 vhook 18 years ago
Andreas Öman b41c1db38d Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% 18 years ago
Graham Booker f4a02f6e9b Use a faster way to compute 255-val: Instead of creating a vector of 18 years ago
Reimar Döffinger a444671542 Missing libswscale part of TARGET_ -> HAVE_ change 18 years ago
Reimar Döffinger 6e6203fb1c Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. 18 years ago
Måns Rullgård b3e83c965d move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't 18 years ago
Måns Rullgård 859cfdc0e6 correct type of qsort() comparison callback 18 years ago
Måns Rullgård e336139f0c correct type for h263_parse() 18 years ago
Måns Rullgård e1659f0cc7 fix indentation 18 years ago
Måns Rullgård dfdf9e78f3 replace endian detection hack with #ifdef WORDS_BIGENDIAN 18 years ago
Måns Rullgård 706da4af32 fix some printf format specifiers 18 years ago
Måns Rullgård 8657d5e549 correct type for {put,avg}_h264_chroma_mc2_mmx2 18 years ago
Måns Rullgård bb5705b988 kill some "defined but not used" warnings 18 years ago
Måns Rullgård 119e2c0056 kill a warning on 64-bit machines 18 years ago
Måns Rullgård a1bee08046 move dsputil_init_foo() out from #ifdef 18 years ago
Ramiro Polla 1bebfde9e1 Typo 18 years ago
Måns Rullgård 5c0e9479ef test whether linker supports --warn-common 18 years ago
Ramiro Polla a661ade713 Indentation for previous commit 18 years ago
Ramiro Polla 6100cb477a Allow user to specify rgb.txt for imlib2 vhook 18 years ago
Måns Rullgård 3d907e2207 merge print_config_enable() and print_config() as only the former is used 18 years ago
Måns Rullgård 3f5b56e58b replace TARGET_* with HAVE_* simplifying lists in configure script 18 years ago
Måns Rullgård 48a14b9174 add x86 to ARCH_LIST simplifying config file generation 18 years ago
Måns Rullgård 18ca9a4a99 replace TARGET_ARCH_* to ARCH_* for consistency 18 years ago
Aurelien Jacobs 99a6d06fea generate ENABLE_* defines also for ARCH_* 18 years ago
Aurelien Jacobs 4f74c5855b use if() instead of #ifdef and ensure all possible optimisations are enabled 18 years ago
Aurelien Jacobs f6de217b6c generate ENABLE_* defines also for all the HAVE_* values 18 years ago
Patrice Bensoussan 629272d86f Add support for track numbers when they are set via strings 18 years ago
Guillaume Poirier fbb578e90d some samples aren't decoded correctly such as 18 years ago
Panagiotis Issaris 91a2974ee9 Remove unneeded semicolon. 18 years ago
Panagiotis Issaris d111e41fd3 Correct signature of just_return(). 18 years ago
Aurelien Jacobs b997b67c63 use get_bits_long() where needed 18 years ago
Ramiro Polla 1bdf0fe7c7 Vhooks require special cflags and ldflags for Windows builds 18 years ago
Ramiro Polla 4f3da98526 Make ppm vhook depend on fork() 18 years ago
Ramiro Polla b0268cc060 Print static vhook warning for Cygwin and MinGW 18 years ago
Ramiro Polla 770359898c Print static vhook warning for Cygwin only when both are enabled 18 years ago
Panagiotis Issaris 233ed44543 Remove an unreferenced variable from qpeg_decode_inter(). 18 years ago
Benoit Fouet 71fd12253d add and remove some parentheses 18 years ago
Albert Lee ad0f6c1fcd Simplify init preprocessor statements. 18 years ago
Guillaume Poirier 4931546e26 this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Nicolas George 6b0cdb6e04 More detailed documentation 18 years ago
Guillaume Poirier 2ef7c6350b List myself in CREDITS as I did have some of code committed, 18 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Marc Hoffman 57870214ab removing underscores from block profiling renaming to xx_ 18 years ago
Marc Hoffman f70c273902 Blackfin - read_time primitive 18 years ago
Carl Eugen Hoyos c9823f0577 Improve understanding ofavcodec_find_decoder() 18 years ago
Lord 58d1dc0e9b Workaround adjustments for DivX 6.1 and later 18 years ago
Ronald S. Bultje 48961970f1 remove decode_be32/64 and replace them by AV_RB32/64 18 years ago
Guillaume Poirier da1fce3921 cosmetics 18 years ago
Ramiro Polla 6fe706df05 Remove unused declarations 18 years ago