log

age author description
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
Mon, 09 Nov 2009 14:08:35 +0000 reimar Factor out triplicated break statement.
Mon, 09 Nov 2009 10:29:15 +0000 reimar Remove unused mp_dvdnav_aid_from_audio_num function
Mon, 09 Nov 2009 10:27:48 +0000 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
Sun, 08 Nov 2009 23:31:43 +0000 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:39:54 +0000 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.