log

age author description
Sat, 27 Feb 2010 12:48:11 +0000 diego Remove pointless #ifdef checks for DEMUXER_H, which is never set.
Sat, 27 Feb 2010 12:45:12 +0000 diego Remove unnecessary stream.h #includes.
Sat, 27 Feb 2010 12:15:02 +0000 zuxy 10l correct type for =a and =d constraints under x86-32
Sat, 27 Feb 2010 12:10:34 +0000 zuxy Replace =A with =a and =d; make frequency calculation correct under x86-64
Sat, 27 Feb 2010 11:32:48 +0000 cehoyos Fix compilation of C++ source files (partly reverts r30744).
Sat, 27 Feb 2010 06:17:14 +0000 reimar Restructure #ifs to be clearer, also ensures that we return from the thread
Fri, 26 Feb 2010 21:41:42 +0000 reimar Port yuv=... auto-detection from gl to gl2.
Fri, 26 Feb 2010 20:01:04 +0000 diego cosmetics: Rename "codecs_st" struct to just plain "codecs".
Fri, 26 Feb 2010 19:57:40 +0000 diego Mark character arrays as const.
Fri, 26 Feb 2010 19:56:03 +0000 diego Mark all fmt_list arrays as const.
Fri, 26 Feb 2010 17:21:06 +0000 diego Mark vf_opts/vf_opts_fields structures as const.
Fri, 26 Feb 2010 17:07:22 +0000 ptt dots at end of sentences (kai driver section)
Fri, 26 Feb 2010 17:05:30 +0000 ptt synced to r30610
Fri, 26 Feb 2010 15:47:42 +0000 ptt new sentences on new lines, cropdetect filter
Fri, 26 Feb 2010 15:33:45 +0000 ptt it's synced up to r30515
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Fri, 26 Feb 2010 12:49:49 +0000 attila mention that on windows, you've to use the netstream.exe to build the
Fri, 26 Feb 2010 11:15:56 +0000 jrash sync with en/mplayer.1 rev. 30677
Thu, 25 Feb 2010 22:53:04 +0000 reimar Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
Thu, 25 Feb 2010 22:51:23 +0000 reimar Add const to ass_read_stream fname argument, the string is not modified.
Thu, 25 Feb 2010 22:47:04 +0000 reimar Mark stream open filename parameter as const, the filename string is not
Thu, 25 Feb 2010 22:44:02 +0000 reimar Add cast to proper type.
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
Thu, 25 Feb 2010 22:29:00 +0000 reimar Remove unused function declaration.
Thu, 25 Feb 2010 22:27:53 +0000 reimar Make local-only cddb functions static.
Thu, 25 Feb 2010 22:23:58 +0000 reimar Add const to mpvdec declaration
Thu, 25 Feb 2010 22:19:32 +0000 reimar Remove declarations of functions now already declared in stream.h
Thu, 25 Feb 2010 22:06:05 +0000 reimar Fix check for wrong variable: len can be unitialized but not normally < 0,
Thu, 25 Feb 2010 21:27:22 +0000 reimar Fix silly type of guiGetEvent argument to use void * instead of char * and
Thu, 25 Feb 2010 21:21:29 +0000 stefano Remove pointless empty line.