- May 10, 2013
-
-
Stefano Sabatini authored
-
- May 09, 2013
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
This is about 6 times faster than md5sum on linux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 07, 2013
-
-
Stefano Sabatini authored
Also extend documentation accordingly.
-
Stefano Sabatini authored
In particular, mention the fact that the amortized element addition cost is constant.
-
Martin Storsjö authored
This makes linking succeed for tools that include config.h but don't link to libavutil. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This makes the code also more robust, not having a hard-coded table that can become (and was) incomplete. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 06, 2013
-
-
Janne Grunau authored
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 05, 2013
-
-
highgod0401 authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 04, 2013
-
-
Diego Biurrun authored
-
- May 03, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Christophe Gisquet authored
97c -> 49c Some codecs could benefit from more unrolling, but AAC doesn't.
-
- May 02, 2013
-
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 30, 2013
-
-
Michael Niedermayer authored
Fixes calling a random pointer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Explicitly saying it can't hurt. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
This prevents non-AltiVec-enabled compilers from choking.
-
- Apr 28, 2013
-
-
highgod0401 authored
Reviewed-by:
Hanspeter Niederstrasser <niederstrasser@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 27, 2013
-
-
Stefano Sabatini authored
The function is documented in mem.h.
-
- Apr 26, 2013
-
-
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>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 24, 2013
-
-
Nicolas George authored
Prevent 0xFE and 0xFF from being considered the start of non-standard 7-bytes sequences. No noticeable effect on speed.
-
- Apr 22, 2013
-
-
highgod0401 authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 20, 2013
-
-
Michael Niedermayer authored
Fixes CID1005317 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 18, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Apr 17, 2013
-
-
Michael Niedermayer authored
Solution based on rational.c, which uses isinf() too This should fix compilation with msvc Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Should fix pgc warning Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 16, 2013
-
-
Michael Niedermayer authored
adds are simpler instructions and should be faster or equally fast on all cpus Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
97c -> 49c Some codecs could benefit from more unrolling, but AAC doesn't. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This ensures that applications that call avutil_version() often would not run the checls every time Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: durandal_1707 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 15, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 13, 2013
-
-
Clément Bœsch authored
-
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>
-