- 06 Dec, 2013 3 commits
-
-
Michael Niedermayer authored
These occur when no context is set for example, thus they are common Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
about 1/3 or so faster Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes: asan_heap-oob_19d6979_6857_mmw_deadzy.ogg Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
This uses a pthread mutex Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Found-by: wm4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
This should fix the issue with strings longer than 1024 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2013 1 commit
-
-
Nicolas George authored
If the line ends with \r, it will not flood the tty, and the "Last message repeated" line would overwrite it. Fix bug introduced by c25d1ba5.
-
- 20 Jul, 2013 1 commit
-
-
Nicolas George authored
Should fix trac ticket #2797 because of the progress line.
-
- 04 Jul, 2013 1 commit
-
-
Luca Barbato authored
CC:libav-stable@libav.org
-
- 30 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes calling a random pointer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Apr, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes printing the prefix after an empty string was printed Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Apr, 2013 1 commit
-
-
James Almer authored
avpriv_request_sample() and avpriv_report_missing_feature() were printing bogus values for the extra arguments. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 1 commit
-
-
Diego Biurrun authored
This allows reporting missing features and requesting samples from all libraries in a standard way; with a simplified API.
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Nov, 2012 2 commits
-
-
Martin Storsjö authored
Not all versions or API subsets of windows have these functions. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Not all versions of windows have the console color functions, while io.h might be needed for isatty (which can be found in unistd.h or io.h). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jul, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 27 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
The blue is difficult to read on several peoples terminals with black background. Idea-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jun, 2012 1 commit
-
-
Ronald S. Bultje authored
This is required for isatty, which exists on MSVC and is found by configure, but is provided by io.h instead of unistd.h. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Jun, 2012 1 commit
-
-
Martin Storsjö authored
MSVC has isatty (in io.h), but not unistd.h. (isatty isn't called at all for windows, since there's a special case block for that.) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jun, 2012 1 commit
-
-
Wolfram Gloger authored
The string passed to av_vlog() from libx264's X264_log overflows the 512 byte part_size, truncating x264 parameter output. Double this size and put it in a #define so it only needs to be changed in one place. Signed-off-by:
Wolfram Gloger <video06@malloc.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jun, 2012 1 commit
-
-
Mans Rullgard authored
The only symbol this file uses from unistd.h is isatty(). By including the header only when this function is used, the file can be built on systems without unistd.h (which presumably also lack isatty). Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
This way the encoder/muxer side is bold Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jun, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This way the filters which are semantically closer to the codec layer have a (subjectively to me) more similar color. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jun, 2012 2 commits
-
-
Michael Niedermayer authored
The use of cyan is droped from the levels to avoid confusion magenta/cyan/blue is used for muxer/codec/filter layer Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2012 1 commit
-
-
Anton Khirnov authored
Green for verbose, cyan for debug.
-
- 10 May, 2012 1 commit
-
-
Michael Niedermayer authored
Idea-by:
Don Moir <donmoir@comcast.net> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jan, 2012 1 commit
-
-
Clément Bœsch authored
-
- 08 Dec, 2011 1 commit
-
-
Nicolas George authored
-
- 03 Dec, 2011 1 commit
-
-
Yordan Makariev authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 08 May, 2011 1 commit
-
-
Alex Converse authored
-
- 04 May, 2011 1 commit
-
-
Alex Converse authored
-
- 29 Apr, 2011 1 commit
-
-
Reinhard Tartler authored
Prevent competing threads from overwriting (shared) buffers. Original patch by: Michael Niedermayer <michaelni@gmx.at>
-