log

age author description
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.
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
Tue, 10 Nov 2009 00:43:14 +0000 tack Cosmetics: remove trailing whitespace from file.
Mon, 09 Nov 2009 15:37:15 +0000 reimar Properly free the pthread mutex for teletext.
Mon, 09 Nov 2009 15:34:55 +0000 reimar Allow teletext compilation without pthreads
Mon, 09 Nov 2009 15:17:06 +0000 reimar Fix compilation of teletext code without freetype support
Mon, 09 Nov 2009 15:11:54 +0000 reimar Change type of teletext color specification from unsigned char
Mon, 09 Nov 2009 15:04:57 +0000 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
Mon, 09 Nov 2009 14:12:14 +0000 reimar The code for the non-networking case is the same whether networking