Age | Commit message (Collapse) | Author |
|
Bink and Theora are now much improved
|
|
|
|
|
|
SVQ1 no longer looks blocky and now looks a lot closer to what QuickTime outputs
|
|
Thanks to clone2727 for these.
|
|
|
|
|
|
Silences the clang warning:
static data member specialization of '_singleton' must
originally be declared in namespace 'Common'; accepted as a C++0x
extension [-Wc++0x-extensions]
Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.
Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
|
|
A template is used to avoid a bytesPerPixel check on every pixel and less deferences are done
|
|
|
|
Based on the video/mpeg_player.* one, which is based on lots of other things (too many to name, go see the file)
|