log

age author description
Sun, 17 Mar 2013 22:47:43 +0000 diego configure: Drop _BSD_SOURCE from CPPFLAGS for non-gcc compilers.
Sun, 17 Mar 2013 22:47:41 +0000 diego Add _BSD_SOURCE #define for struct hostent and struct ip_mreq.
Sun, 17 Mar 2013 22:47:38 +0000 diego Add _BSD_SOURCE #define for inet_aton().
Sun, 17 Mar 2013 22:47:35 +0000 diego Add _BSD_SOURCE #define for getpagesize().
Sun, 17 Mar 2013 22:47:31 +0000 diego Avoid usage of obsolete and BSD-specific "struct timezone".
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 17 Mar 2013 22:21:01 +0000 diego build: Run tests, tools, etc. clean targets as dependencies of clean.
Sun, 17 Mar 2013 22:20:59 +0000 diego build: Split mp_msg-related object files and link libraries.
Sun, 17 Mar 2013 22:20:57 +0000 diego build: Compile all codec-cfg* host tools with one generic rule.
Sun, 17 Mar 2013 22:20:54 +0000 diego build: Add "-D_XOPEN_SOURCE=600 -I." to HOSTCFLAGS.
Sun, 17 Mar 2013 22:20:52 +0000 diego build: Drop unnecessary -Iffmpeg from codec-cfg tools compile command.
Sun, 17 Mar 2013 22:20:46 +0000 diego build: Drop mp_msg dependencies for codec-cfg-test.
Sun, 17 Mar 2013 22:20:42 +0000 diego build: Fix conditional compilation of tests and tools.
Sun, 17 Mar 2013 17:42:53 +0000 reimar Try to fix performance for -vo gl on OSX with planar YUV.
Sun, 17 Mar 2013 10:50:41 +0000 reimar Handle the severely broken headers QuickTime Streaming Server sends.
Sun, 17 Mar 2013 10:16:49 +0000 reimar Support broken icy-metaint response from QuickTime Streaming Server.
Sun, 17 Mar 2013 09:32:12 +0000 reimar Allow audio/video queues to fill up a bit more right after seeking.
Sun, 17 Mar 2013 09:32:11 +0000 reimar Real demuxer seeking fixes.
Sat, 16 Mar 2013 19:19:40 +0000 reimar Switch back to glClearDepth.
Sat, 16 Mar 2013 19:15:42 +0000 reimar Add (hackish) support for OpenGL on Android.
Sat, 16 Mar 2013 15:18:15 +0000 reimar Better compatibility with more restricted GL headers.
Sat, 16 Mar 2013 15:17:26 +0000 reimar Use uint8_t to avoid signed vs. unsigned char issues.
Sat, 16 Mar 2013 14:32:59 +0000 reimar Split out defines for compatibility between different GL headers.
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 13:38:30 +0000 reimar Hacks to fix compilation on/for Android.
Sat, 16 Mar 2013 10:32:42 +0000 reimar Fix a potential integer overflow.
Sat, 16 Mar 2013 10:15:07 +0000 reimar Remove nonsense fprintf, probably left-over debug code.
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sat, 16 Mar 2013 09:20:51 +0000 reimar Remove misleading TRUE/FALSE
Sat, 16 Mar 2013 08:54:11 +0000 reimar Change off_t to uint64_t.