5097 Commits (b19bcbaa78a99691d24f89cb2447f8517f06cf81)

Author SHA1 Message Date
Måns Rullgård c2d08dc0d7 move a couple of macros and structs to mpegaudio.h 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
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
Måns Rullgård 3f5b56e58b replace TARGET_* with HAVE_* simplifying lists in configure script 18 years ago
Måns Rullgård 18ca9a4a99 replace TARGET_ARCH_* to ARCH_* for consistency 18 years ago
Aurelien Jacobs 4f74c5855b use if() instead of #ifdef and ensure all possible optimisations are enabled 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
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
Nicolas George 6b0cdb6e04 More detailed documentation 18 years ago
Marc Hoffman 57870214ab removing underscores from block profiling renaming to xx_ 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
Guillaume Poirier da1fce3921 cosmetics 18 years ago
Sigbjorn Skjaeret 0aec30c58d kill one vector constant value load by the right combination of vec_splatX/vec_sl 18 years ago
Sigbjorn Skjaeret 525751c053 restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% 18 years ago
Marc Hoffman 1a822d303f integrating MPV_common_init_bfin into the build system and mpegvideo.c 18 years ago
Marc Hoffman 50ee61dda2 Blackfin dct_quantize_bfin routine 18 years ago
Marc Hoffman ea6ad30ce9 Blackfin IDCT has no special permutation it uses normal order 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Kostya Shishkov c294d7c6ba Typo 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Michael Donaghy 3cce801a0b fix 8- and 24-bit FLAC decoding 18 years ago
Aurelien Jacobs 0c33dac236 move codecs declarations from avcodec.h to allcodecs.h 18 years ago
Guillaume Poirier c01d444b3e one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go 18 years ago
Eric Lasota 7c68b47b78 Cygwin compatibility workaround 18 years ago
Ronald S. Bultje 097e1da470 Adapt to API changes, fix compilation. 18 years ago
Guillaume Poirier 5ce27e8c92 minor GCC3 compile fix 18 years ago
Graham Booker f057cc0399 Altivec version of h264_(h|v)_loop_filter_luma 18 years ago
Ronald S. Bultje 12807c8d87 Add some #includes to allow compilation without HAVE_AV_CONFIG_H. 18 years ago
Graham Booker ee387b57fd work around issues with the old version of Gnu Assembler shipped on 18 years ago
Ronald S. Bultje bcbd6603dd emms --> emms_c, taken from a patch by Ronald Bultje 18 years ago
Diego Biurrun 2458c5c1c4 Use consistent names for all test programs. 18 years ago
Diego Biurrun 34933442ac Preprocessor #defines starting with __ are reserved for the system. 18 years ago
Ronald S. Bultje 3d4e3e560f Use FFmpeg-specific CPU feature definitions. 18 years ago
Ronald S. Bultje ac237a2f5d Add CPU feature definitions for SSE3 and SSSE3. 18 years ago