16802 Commits (b9b2b8c93b40a2d96f25362e9c8d7611d0adc3c7)
 

Author SHA1 Message Date
Carl Eugen Hoyos 5bc8ebd3ea Use PIX_FMT_NONE to silence icc warning #188: 16 years ago
Diego Biurrun 2a023c36ea Only build the imgresample test if the old scaler was enabled. 16 years ago
Diego Biurrun e8ed9b7a73 Automatically check the dependencies for the AAN DCT tables. 16 years ago
Diego Biurrun 8b22017f38 Move aanscales tables to their own file; fixes compilation without encoders. 16 years ago
Diego Biurrun 5bdf124c42 cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. 16 years ago
Diego Biurrun f107a02d4e Move encoder-specific quantize_c and related tables to the H.264 encoder. 16 years ago
Michael Niedermayer 085bf69f31 Add udp.c maintainer. 16 years ago
Reimar Döffinger 35d0c2173c Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), 16 years ago
Måns Rullgård bd2b6b33bf snow: move scratch buffer from stack to malloced buffer in context 16 years ago
Diego Biurrun ab56b321a9 Disable unused code for now to allow 'make checkheaders' to pass. 16 years ago
Diego Biurrun 4b5f19074e Add missing headers to get 'make checkheaders' closer to passing. 16 years ago
Måns Rullgård 819e4dd9e6 svq1enc: move scratch buffer from stack to context to ensure alignment 16 years ago
Måns Rullgård 6b8810d0ca flashsv: use skip_bits_long() where required 16 years ago
Baptiste Coudurier f4cca718cf move decoder initialization in separate function, earlier failure detection 16 years ago
Diego Biurrun f2e92ad105 Make non-void replacement functions actually return a value. 16 years ago
Diego Biurrun ce9ff9cc52 Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. 16 years ago
Diego Biurrun ee2a957fbd Use golomb_to_pict_type instead of its duplicate, slice_type_map. 16 years ago
Diego Biurrun 7f8f4b40aa cosmetics: Align table for better readability. 16 years ago
Kostya Shishkov c5b2fe165a Some BMP files have file size declared in the header equal to headers size 16 years ago
Kostya Shishkov e282307b21 Give more meaningful message on BMP header parsing error 16 years ago
Kostya Shishkov 4a14e66605 Add known BMP header sizes. 16 years ago
Måns Rullgård 4deaa94639 Add shift argument to MULL() macro 16 years ago
Robert Swain 8f5aaa6d2f AAC: Cosmetics after last commit 16 years ago
Alex Converse 7633a0415d AAC: Frequency domain prediction and hence Main profile support 16 years ago
Kostya Shishkov e9d0fdef53 Strong filtering function for future RV40 loop filter 16 years ago
Måns Rullgård d270cb4ae4 ARM: move dct_unquantize_h263_*_armv5te asm to separate file 16 years ago
Ronald S. Bultje 63f412f902 Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. 16 years ago
Måns Rullgård 9a5771e9c1 Run regression tests on target system. 16 years ago
Måns Rullgård dbad2c29cc Build regression test data generators using HOSTCC 16 years ago
Måns Rullgård a7ada2bade configure: set TARGET_EXEC and TARGET_PATH 16 years ago
Måns Rullgård 9da6609f2d configure: set HOSTCC to native compiler 16 years ago
Måns Rullgård 88268e944a configure: simplify set_default function 16 years ago
Carl Eugen Hoyos a8e4161333 Add forgotten file format pgmyuv. 16 years ago
Carl Eugen Hoyos 6bbb5bf83c Support picture output without -f image2 for most codecs. 16 years ago
Diego Biurrun 76de302dd8 cosmetics: indentation, prettyprinting 16 years ago
Diego Biurrun 7f8205da4c cosmetics: consistent function declarations 16 years ago
Diego Biurrun 7d1b158284 cosmetics: Put statements after 'if' on their own line. 16 years ago
Reynaldo H. Verdejo Pinochet 8372e3d263 Trivial, Cosmetics 16 years ago
Reynaldo H. Verdejo Pinochet 1b321c5c96 Trivial, Cosmetics 16 years ago
Stefano Sabatini e178d7fd0f Make ffmpeg print in the error message the exact line of a preset file 16 years ago
Stefano Sabatini b04665ac02 Make ffmpeg print in the error message the exact line of a preset file 16 years ago
Kenan Gillet 148c31b9c2 More OKed parts of the QCELP decoder 16 years ago
Vitor Sessak 31fb59ec98 Cosmetic: Fix typo 16 years ago
Diego Biurrun 3c54686885 Move H.264 tables that are only useful for encoding to h264enc.c. 16 years ago
Diego Biurrun d1eb20e878 Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered 16 years ago
Måns Rullgård 516566a8ec SH4: fix IDCT 16 years ago
Diego Biurrun 4d382e2076 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun 0d2d0f97a5 Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. 16 years ago
Diego Biurrun d785a67066 cosmetics: indentation 16 years ago