72 Commits (1473afac5d11a0a90810b6cd8107d63640c9fd38)

Author SHA1 Message Date
Michael Behrisch c5ac86256b lavu: remove comma at final enumeration items to fix pedantic warnings 8 years ago
Michael Niedermayer 492011f3c6 avutil/log: Fix occured typo 9 years ago
Andreas Weis fb9187129c avutil/log: added av_log_format_line2 which returns buffer length 9 years ago
Zhang Rui d38bc6361d avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE 10 years ago
Andreas Cadhalpun ed0b1db640 doc: fix spelling errors 10 years ago
Matteo Nastasi (mop) 9c3c7b4579 avutil/log: more complete description of av_log function 10 years ago
Vittorio Giovara c253340ae6 log: Introduce a more verbose debug level 10 years ago
Michael Niedermayer 61eb602d27 avutil/log: add () to protect the argument of AV_LOG_C() 10 years ago
Lukasz Marek 3c19744218 lavu/log: add device category macros 10 years ago
tue46wsdgxfjrt 669a09fb37 Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting. 11 years ago
Michael Niedermayer 4f698be8f6 avutil/log: add av_log_get_flags() 11 years ago
Luca Barbato 42ba1c51d9 log: Document AV_LOG_C usage 11 years ago
Luca Barbato 7763118cae log: Support for 256color terminals 11 years ago
Lukasz Marek 19b3a25048 lavu/log: add device categories 11 years ago
Diego Biurrun 25a1ba814a log: Have function parameter names match between .c and .h file 11 years ago
Michael Niedermayer 05eb0f125c avutil/log: document log callback thread saftey requirements 11 years ago
Luca Barbato 4272bb6ef1 doxy: Document avlog 11 years ago
Diego Biurrun 523c7bd23c misc typo, style and wording fixes 12 years ago
Michael Niedermayer a8e0d51bb8 opt: Add support to query ranges 12 years ago
Paul B Mahol 1842b27564 lavu: 256 color support 13 years ago
Michael Niedermayer e69263cd01 avutil: add get_category() for the case where one AVClass can have more than 1 category 13 years ago
Michael Niedermayer 2e39e7d0f1 log: add AV_CLASS_CATEGORY_NB 13 years ago
Michael Niedermayer 5f509fa2e1 log: add category to AVClass 13 years ago
Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 13 years ago
Jindrich Makovicka 67bbf07fb5 log.h: make AVClass a named struct 13 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 13 years ago
Martin Storsjö 9abbe8cc13 Use av_printf_format to check the usage of printf style functions 14 years ago
Clément Bœsch 4a34e54b0e Fix zero-length gnu_printf format string warning. 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Reimar Döffinger 3b6bbfa063 Check syntax even if DEBUG is not defined. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 years ago
Diego Biurrun eee9119ad1 Add parameter names to av_log/av_vlog function declarations. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Michael Niedermayer 2c1bb26535 Make it possible for a log context to keep track of its parent context. 15 years ago
Michael Niedermayer 8d2a5139da av_default_item_name() so Simply AVClasses need 1 function less. 15 years ago
Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 15 years ago
Jai Menon 707cd944d6 Fix typo. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Diego Biurrun 082dea8e40 Remove all remaining code that was disabled through the major version bump. 16 years ago
Diego Biurrun 7d685b486b spelling/grammar/consistency review part III 16 years ago
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 91605c69fb minor wording fix 17 years ago