13816 Commits (5b2bb2c906d1b20234c22e2ce21cc9d9a7b4a44a)
 

Author SHA1 Message Date
Diego Biurrun a1fe4604d4 Revert previous mistaken commit. 17 years ago
Diego Biurrun 81f46d5ac9 ipp.h is a system header, use <> when #including it. 17 years ago
Diego Biurrun 22700471a9 dsputil.h is not a system header, use "" when #including it. 17 years ago
Diego Biurrun f38c6c6cab string.h is a system header file, so use <> for it. 17 years ago
Michael Niedermayer 058aae3ce7 Improve motion estimation metric. 17 years ago
Aurelien Jacobs b9a7da77ec use enum type instead of int 17 years ago
Aurelien Jacobs db26212676 cosmetics: indentation 17 years ago
Aurelien Jacobs de3230fb96 matroskadec: add support for lzo compressed tracks 17 years ago
Aurelien Jacobs 931141055b remove useless comment 17 years ago
Aurelien Jacobs 5d2b12f6de matroskadec: fail gracefully when seeking don't work 17 years ago
Diego Biurrun 953f54f1f4 #include required stdint.h header directly. 17 years ago
Aurelien Jacobs 5210529e2d ensure vp56_decode_frame always return unchanged buf_size 17 years ago
Aurelien Jacobs 53a1e82bd2 matroskadec: add support for track content encoding 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Carl Eugen Hoyos 35027eddf3 Do not return -1 from void functions. 17 years ago
Carl Eugen Hoyos e0a0c85dbd One const per declaration is enough. 17 years ago
Diego Biurrun 4f78608632 #include required headers directly. 17 years ago
Diego Biurrun 9aed96128f prettyprinting cosmetics 17 years ago
Ramiro Polla 0b705fa424 Compile network-related code conditionally. 17 years ago
Ramiro Polla b091aa44b7 Check for sys/resource.h and include it conditionally. 17 years ago
Anuradha Suraparaju 3f89d9c000 Disable libdirac decoder if the faster libschroedinger decoder is available. 17 years ago
Diego Biurrun e680989d7b #include stdint.h instead of using a manual typedef for uint8_t. 17 years ago
Matthieu Castet 2f05d9c1ee When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage 17 years ago
Baptiste Coudurier 6650c4c3a8 export dnxhd encoded picture quality 17 years ago
Diego Biurrun a5c0969a33 Remove one more set of useless parentheses from a return call. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Diego Biurrun 91605c69fb minor wording fix 17 years ago
Anssi Hannula 7a30f8ff55 In pkg-config files, libraries not exposed through the library, but just needed 17 years ago
Diego Biurrun e4a957d1a7 minor spelling fix 17 years ago
Diego Biurrun 35a71f1d9f cosmetics: whitespace/order changes, if/then --> && in pkg-config section 17 years ago
Diego Biurrun a13a97376a Merge both pkg-config creation commands into one. 17 years ago
Diego Biurrun e426941d68 In the pkg-config file generation, derive the short name from the library 17 years ago
Diego Biurrun 5aadcab597 Remove stray extra parameter from libavutil pkg-config command. 17 years ago
Diego Biurrun 8ab52e71e1 cosmetics: sort lines (correctly) 17 years ago
Michael Niedermayer abbae514e1 Check url_seek() in url_open(). 17 years ago
Jason Garrett-Glaser 144783887c Use a state machine to reduce branching logic in decode_cabac_residual. 17 years ago
Luca Barbato e3e0d99332 Cosmetics: reorder and align targets 17 years ago
Luca Barbato 5478959b8f Build sparc arch specific code using the Makefile 17 years ago
Ramiro Polla d010a2d5be Prevent targaenc.c from outputting trash byte. 17 years ago
Diego Biurrun 4405c986f9 cosmetics: alphabetical order 17 years ago
Ramiro Polla adb2b90890 Fix configure for cross-compilation and --arch=amd64. 17 years ago
Diego Biurrun 4b13335d1c Use correct length modifier for pointer diff argument in av_log() call. 17 years ago
Diego Pettenò d6f142a1f8 Fix 'comparison always false' warning. 17 years ago
Sisir Koppaka 9db5bdfaa5 Add complete multimedia Wiki URL, patch by Sisir Koppaka. 17 years ago
Ramiro Polla 1f4fa6a4ef Indent. 17 years ago
Ramiro Polla 0ec7b71de8 Do not read out of array bounds. 17 years ago
Michael Niedermayer f7739f3708 Output buffer overflow. 17 years ago
Michael Niedermayer 494e353179 Heap buffer overflow. 17 years ago
Michael Niedermayer 83e9a67d7c Fix memset(0) based buffer overflow. 17 years ago
Michael Niedermayer 3df9ce75b5 Move declaration a little. 17 years ago