log

age author description
Fri, 28 May 2010 18:49:02 +0000 reimar stream_check_interrupt should sleep even if no callback is set.
Fri, 28 May 2010 18:47:03 +0000 reimar 100l, stream_check_for_interrupt argument is not in usec,
Fri, 28 May 2010 18:45:25 +0000 reimar Document time scale for stream_check_interrupt argument.
Fri, 28 May 2010 18:44:41 +0000 reimar Document thatg time argument is in milliseconds.
Fri, 28 May 2010 17:26:31 +0000 reimar Improve handling of cache process/thread hanging/being killed.
Fri, 28 May 2010 16:57:16 +0000 reimar Fix cache process accidentally being killed by SIGUSR1.
Fri, 28 May 2010 11:52:12 +0000 cehoyos Use MSGT_DECVIDEO in a video decoder.
Fri, 28 May 2010 08:39:02 +0000 diego Remove commented-out declaration of nonexisting function uGetTimer().
Fri, 28 May 2010 00:25:28 +0000 diego Drop pointless _t suffix from 'struct lavf_priv'.
Thu, 27 May 2010 23:36:03 +0000 diego Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
Thu, 27 May 2010 23:21:16 +0000 diego cosmetics: vertical alignment in msg module help output.
Thu, 27 May 2010 22:43:49 +0000 diego vf_yuy2 was removed after the 1.0rc3 branch was cut.
Thu, 27 May 2010 22:43:14 +0000 diego small cosmetics for the 1.0rc3 changelog
Thu, 27 May 2010 22:18:10 +0000 diego Fix a bunch of typos in the stream cache code.
Thu, 27 May 2010 20:59:40 +0000 diego Drop pointless _s suffix from 'struct af_stream'.
Thu, 27 May 2010 20:38:25 +0000 diego Drop pointless _st suffix from 'struct stream'.
Thu, 27 May 2010 18:15:04 +0000 diego Drop pointless _s suffix from struct ao_data.
Thu, 27 May 2010 16:46:47 +0000 diego cosmetics: Reformat in K&R coding style.
Thu, 27 May 2010 16:13:53 +0000 diego Remove two pointless void* casts.
Thu, 27 May 2010 16:05:30 +0000 diego Remove unnecessary demux_mkv_seek() forward declaration.
Thu, 27 May 2010 10:10:27 +0000 diego cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
Thu, 27 May 2010 10:08:30 +0000 diego cosmetics: Drop pointless _s suffix from 'struct mp_image'.
Thu, 27 May 2010 09:59:15 +0000 diego cosmetics: Drop _s suffix from 'struct vd_functions'.
Thu, 27 May 2010 09:54:37 +0000 diego cosmetics: K&R coding style
Thu, 27 May 2010 09:54:11 +0000 diego cosmetics: K&R coding style
Wed, 26 May 2010 18:23:43 +0000 reimar Retry reading even if we hit eof before.
Wed, 26 May 2010 18:01:38 +0000 reimar Switch ogg demuxing to lavf by default.
Wed, 26 May 2010 17:56:11 +0000 reimar Re-enable wakeup-on-signal for cache process.
Wed, 26 May 2010 17:27:38 +0000 reimar Disable waking the cache process up via a signal, it
Wed, 26 May 2010 10:05:36 +0000 cehoyos Both XVID and VDPAU decode our SIPP sample better than current libavcodec.