- 24 Apr, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Apr, 2014 1 commit
-
-
Max Kellermann authored
For strrchr(). Fixes build failure.
-
- 10 Apr, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Apr, 2014 3 commits
-
-
Marcello Desantis authored
-
Weng Xuetian authored
-
Max Kellermann authored
-
- 05 Apr, 2014 1 commit
-
-
Max Kellermann authored
-
- 19 Mar, 2014 1 commit
-
-
Max Kellermann authored
Convert to 31 bit first, then right-shift with rounding to 16 bit.
-
- 18 Mar, 2014 3 commits
-
-
Max Kellermann authored
Provide the full API.
-
Max Kellermann authored
-
Max Kellermann authored
This corrects a major mistake from commit 724a59aa - there was one small thing that commit was supposed to do, and it failed. AV_TIME_BASE is not a seek flag.
-
- 16 Mar, 2014 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The class does not have any virtual methods, and thus the (debug-only) destructor does not need to be virtual.
-
Max Kellermann authored
These are the default values already.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Avoid multiplication. This is a speedup of 20%.
-
- 15 Mar, 2014 19 commits
-
-
Max Kellermann authored
Replaces its own weird buffering code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Code simplification.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary anymore, because we enable this flag unconditionally now.
-
Max Kellermann authored
Make sure glibc gives us all features.
-
Max Kellermann authored
This is nearly 4 times faster than the "portable" algorithm.
-
Max Kellermann authored
Use some odd number that will expose problems with remaining samples after optimized vector operations.
-
Max Kellermann authored
-
Max Kellermann authored
Run each unit test only once. Using CPPUNIT_TEST_SUITE_REGISTRATION from within the header meant that each unit class was registered again for each source file that includes the header.
-