21 Commits (dc7f38f59cd903695410514119cb280572910c54)

Author SHA1 Message Date
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Diego Biurrun 082dea8e40 Remove all remaining code that was disabled through the major version bump. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Aurelien Jacobs eded5c4309 add a ff_gcd() function again, for compatibility with old libavcodec 16 years ago
Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Michael Niedermayer c448a09624 Faster ff_sqrt() 17 years ago
Diego Biurrun f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
Diego Biurrun f0cb505aeb Allow compilation of test programs when TEST is defined. 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer fc861443d3 improve selftest 19 years ago
Michael Niedermayer 2bda41e5b2 extend range used for testing (larger range should work too but testing code overflows) 19 years ago
Michael Niedermayer 5c1cb3792d <= vs. >= 10l bug 19 years ago
Måns Rullgård d1c9b76287 add newline at end of file 19 years ago
Michael Niedermayer fdb3a34156 avoid AVInteger usage in av_rescale 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 20 years ago