Sat, 18 Aug 2012 19:51:58 +0000 |
reimar |
Update endpos each time libavformat asks for it.
|
Sat, 18 Aug 2012 19:38:47 +0000 |
reimar |
TS demuxer: Add support for PCM variant found on BluRay.
|
Sat, 18 Aug 2012 18:45:45 +0000 |
reimar |
Avoid display lists for OSD.
|
Sat, 18 Aug 2012 18:44:13 +0000 |
reimar |
Hack to make BGRA work both in GL and GLES.
|
Sat, 18 Aug 2012 18:19:57 +0000 |
reimar |
Internal format for BGRA must be BGRA, not RGBA.
|
Sat, 18 Aug 2012 16:17:31 +0000 |
reimar |
Add autodetection of ycbcr option.
|
Sat, 18 Aug 2012 15:59:49 +0000 |
reimar |
Cosmetics: replace tab.
|
Sat, 18 Aug 2012 15:56:18 +0000 |
reimar |
Missed documentation update.
|
Sat, 18 Aug 2012 15:54:34 +0000 |
reimar |
Replace MESA YCBCR support by the Apple variant.
|
Thu, 16 Aug 2012 19:55:37 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Wed, 15 Aug 2012 19:51:58 +0000 |
reimar |
Do not try to use PIE with --enable-static.
|
Wed, 15 Aug 2012 17:46:38 +0000 |
ib |
Rewrite condition and use console_state instead of console.
|
Wed, 15 Aug 2012 17:22:01 +0000 |
ib |
Add check-mark for menu item "Debug Console".
|
Wed, 15 Aug 2012 17:02:23 +0000 |
reimar |
Disable building as PIE binary by default.
|
Wed, 15 Aug 2012 13:14:59 +0000 |
ib |
Add parentheses to avoid compiler warning.
|
Wed, 15 Aug 2012 13:10:16 +0000 |
ib |
Initialize variable.
|
Wed, 15 Aug 2012 13:02:31 +0000 |
ib |
Remove unused variable.
|
Wed, 15 Aug 2012 13:00:44 +0000 |
ib |
Fix compiler warnings (comparison between signed and unsigned).
|
Wed, 15 Aug 2012 12:36:38 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 15 Aug 2012 12:33:45 +0000 |
ib |
Go without pointless variable hWnd/hwnd.
|
Wed, 15 Aug 2012 12:10:42 +0000 |
ib |
Pass in NULL as handle to parent or owner window.
|
Wed, 15 Aug 2012 00:26:58 +0000 |
iive |
9l. Revert r35074. Commit r35065 already adds a proper check.
|
Mon, 13 Aug 2012 20:58:07 +0000 |
reimar |
Fix normalize_yuvp16 to work for big-endian formats.
|
Sun, 12 Aug 2012 18:15:13 +0000 |
reimar |
Re-enable nonref DR again.
|
Sun, 12 Aug 2012 18:13:42 +0000 |
reimar |
Build as relocatable PIE binary by default on x86.
|
Sun, 12 Aug 2012 17:57:57 +0000 |
reimar |
Minor Changelog update.
|
Sun, 12 Aug 2012 17:57:35 +0000 |
reimar |
Change "run" command to expand properties.
|
Sun, 12 Aug 2012 17:31:47 +0000 |
reimar |
Add another anaglyph color variant.
|
Sun, 12 Aug 2012 17:25:30 +0000 |
reimar |
Convert comments into designated initializers.
|
Sun, 12 Aug 2012 17:20:24 +0000 |
reimar |
Make compiler give the ana_coeff array automatically the right size.
|
Sun, 12 Aug 2012 17:15:35 +0000 |
reimar |
Support interleaving the two frame halves from a 3D video
|
Sun, 12 Aug 2012 13:24:54 +0000 |
reimar |
Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.
|
Sat, 11 Aug 2012 16:42:43 +0000 |
iive |
Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.
|
Sat, 11 Aug 2012 16:38:18 +0000 |
iive |
Quick Build Fix. Add HAVE_CPUNOP in configure.
|
Sat, 11 Aug 2012 13:02:58 +0000 |
ib |
Fix bug with definition of IDPLAYDISK in Win32 GUI.
|
Fri, 10 Aug 2012 21:12:02 +0000 |
reimar |
Use depth textures only if available (MESA + r200 crash otherwise)
|
Fri, 10 Aug 2012 20:41:05 +0000 |
reimar |
Allow playing 10-bit DNxHD.
|
Fri, 10 Aug 2012 20:25:04 +0000 |
cboesch |
subassconvert: better handling of invalid SubRip tag attributes.
|
Fri, 10 Aug 2012 18:43:21 +0000 |
reimar |
Define some more FFmpeg Makefile variables.
|
Fri, 10 Aug 2012 08:35:19 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 09 Aug 2012 18:49:45 +0000 |
reimar |
Query correct component to get luminance texture bit depth
|
Wed, 08 Aug 2012 19:18:02 +0000 |
reimar |
When the LUMINANCE16 format is less than 14 bit try to use
|
Wed, 08 Aug 2012 05:55:05 +0000 |
reimar |
Add HAVE_CPUNOP yasm define.
|
Wed, 08 Aug 2012 05:38:30 +0000 |
reimar |
Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.
|
Tue, 07 Aug 2012 21:39:47 +0000 |
reimar |
Add support for depth textures to simplify some experiments.
|
Tue, 07 Aug 2012 17:46:36 +0000 |
reimar |
Work around IMG drivers not being able to parse our shaders.
|
Mon, 06 Aug 2012 18:26:02 +0000 |
reimar |
Remove outdated code that instead of preventing now causes crashes.
|
Mon, 06 Aug 2012 15:39:04 +0000 |
cehoyos |
Second try to fix auto-detection of static libraries.
|
Sun, 05 Aug 2012 16:51:43 +0000 |
cehoyos |
Try to fix -lm handling in configure.
|
Sat, 04 Aug 2012 23:00:58 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 02 Aug 2012 23:28:04 +0000 |
al |
demux_lavf: Set endpts from AVPacket.duration
|
Sun, 29 Jul 2012 19:50:30 +0000 |
cehoyos |
Fix dependency generation with current FFmpeg.
|
Sun, 29 Jul 2012 15:11:01 +0000 |
al |
build: Define HAVE_SETENV as 0 if not available
|
Sun, 29 Jul 2012 11:25:19 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Sat, 28 Jul 2012 23:57:25 +0000 |
ib |
Allow more liberal URL handling.
|
Sat, 28 Jul 2012 22:28:04 +0000 |
cehoyos |
Fix compilation with current FFmpeg, second try.
|