Wed, 11 Nov 2009 11:19:50 +0000 |
reimar |
Factor out code that decides which subtitle to play.
|
Wed, 11 Nov 2009 11:09:36 +0000 |
reimar |
Avoid modifying dvdsub_id in command.c where possible.
|
Wed, 11 Nov 2009 09:28:21 +0000 |
reimar |
Move headers related to setting dvd speed to dvd_common.
|
Wed, 11 Nov 2009 09:09:08 +0000 |
reimar |
Set the EOF flag when dvdnav reached the end of the requested title.
|
Wed, 11 Nov 2009 09:03:39 +0000 |
reimar |
Support the range syntax (like dvd://2-5) also for dvdnav.
|
Wed, 11 Nov 2009 00:30:54 +0000 |
cehoyos |
10l: Fix compilation without VDPAU.
|
Tue, 10 Nov 2009 23:20:05 +0000 |
reimar |
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
|
Tue, 10 Nov 2009 23:15:48 +0000 |
reimar |
Move arrays used by both dvd and dvdnav to dvd_common.
|
Tue, 10 Nov 2009 23:12:01 +0000 |
reimar |
Remove unused extern declarations.
|
Tue, 10 Nov 2009 23:10:57 +0000 |
reimar |
Share dvd_device extern declaration between dvd and dvdnav.
|
Tue, 10 Nov 2009 23:03:52 +0000 |
reimar |
Remove an unused variable.
|
Tue, 10 Nov 2009 19:11:13 +0000 |
cehoyos |
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
|
Tue, 10 Nov 2009 18:10:16 +0000 |
diego |
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
|
Tue, 10 Nov 2009 18:01:10 +0000 |
tack |
Update man page to reflect support for up to 8 channels.
|
Tue, 10 Nov 2009 16:49:00 +0000 |
reimar |
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
|
Tue, 10 Nov 2009 16:24:16 +0000 |
reimar |
Calculate length of ASF files with more than 1 second precision.
|
Tue, 10 Nov 2009 16:19:44 +0000 |
reimar |
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
|
Tue, 10 Nov 2009 16:15:39 +0000 |
reimar |
Remove useless cast
|
Tue, 10 Nov 2009 14:52:56 +0000 |
tack |
Changelog: add note that 8 channel audio is now supported.
|
Tue, 10 Nov 2009 13:08:36 +0000 |
reimar |
Use configure code to define PIC instead of duplicating the check in mangle.h.
|
Tue, 10 Nov 2009 11:51:22 +0000 |
zuxy |
Delete "auto-close" from configuration whose support has long been removed.
|
Tue, 10 Nov 2009 11:31:47 +0000 |
reimar |
Add support for DVB teletext.
|
Tue, 10 Nov 2009 11:26:03 +0000 |
reimar |
Free demuxer->teletext when closing the demuxer.
|
Tue, 10 Nov 2009 11:24:29 +0000 |
reimar |
Set demuxer->teletext to NULL when closing the TV interface,
|
Tue, 10 Nov 2009 10:40:34 +0000 |
cehoyos |
100: Fix function parameters when calling create_vdp_decoder() from query_format().
|
Tue, 10 Nov 2009 10:05:10 +0000 |
cehoyos |
Cosmetics: Fix indentation after last commit.
|
Tue, 10 Nov 2009 10:04:32 +0000 |
cehoyos |
Fail in query_format() if a VDPAU decoder is not available.
|
Tue, 10 Nov 2009 09:52:43 +0000 |
cehoyos |
Add a default to switch(image_format), suppresses a warning after a future patch.
|