log

age author description
Tue, 28 Aug 2007 10:41:16 +0000 diego Mark xx function as returning char, fixes:
Tue, 28 Aug 2007 10:38:35 +0000 diego Remove nonsensical #ifdef.
Tue, 28 Aug 2007 09:15:40 +0000 attila Assume first xinerama screen, in case xmga could
Tue, 28 Aug 2007 02:37:48 +0000 voroshil Implement 8/30 format 1 teletext packet decoding
Tue, 28 Aug 2007 00:59:47 +0000 kraymer Typo
Mon, 27 Aug 2007 22:03:28 +0000 rtogni BGR15 is also a valid format for 4xm video
Mon, 27 Aug 2007 21:40:09 +0000 nicodvb in stream_control() remove redefinition of d in a case block, previously assigned in the same function
Mon, 27 Aug 2007 21:10:41 +0000 nicodvb in open_s() unified failure code in fail:
Mon, 27 Aug 2007 17:53:35 +0000 reimar Fix wrong calculation of nbooleans that causes a crash on 64 bit systems
Mon, 27 Aug 2007 15:51:04 +0000 reimar Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
Mon, 27 Aug 2007 15:21:12 +0000 reimar Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
Mon, 27 Aug 2007 12:00:55 +0000 diego Simplify the addition of -g to some CFLAGS.
Mon, 27 Aug 2007 11:58:37 +0000 diego Move common link libs/objects into a variable.
Mon, 27 Aug 2007 11:52:21 +0000 diego consistent linking order
Mon, 27 Aug 2007 11:40:25 +0000 diego Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.