log

age author description
Sun, 24 Jun 2007 10:39:04 +0000 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
Sun, 24 Jun 2007 10:26:01 +0000 reimar Avoid void * arithmetic
Sun, 24 Jun 2007 10:24:11 +0000 reimar Some comment typo fixes
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.
Sun, 24 Jun 2007 10:16:18 +0000 reimar Remove two unused functions in asxparser
Sun, 24 Jun 2007 10:14:42 +0000 reimar Get rid of a completely useless cast
Sun, 24 Jun 2007 10:09:05 +0000 reimar ass_enabled is already in mp_core.h
Sun, 24 Jun 2007 10:08:09 +0000 reimar Do not prototype spudec_draw_scaled twice
Sun, 24 Jun 2007 10:06:57 +0000 reimar suboverlap_enabled is already declared in included subreader.h
Sun, 24 Jun 2007 10:06:10 +0000 reimar vo_init is x11 specific and has no place in video_out.h.
Sun, 24 Jun 2007 10:03:26 +0000 reimar Remove redundant vo_format_name, included img_format.h already provides it
Sun, 24 Jun 2007 09:52:19 +0000 reimar Add a (almost correct) prototype for vcd_seek_to_track
Sun, 24 Jun 2007 08:39:40 +0000 reimar pstrcpy -> av_strlcpy
Sun, 24 Jun 2007 08:14:10 +0000 reimar Fix dvd:// subtitle handling to always report the MPEG stream id, because
Sun, 24 Jun 2007 08:12:08 +0000 reimar Remove the now unused demux_mkv_change_subs function
Sun, 24 Jun 2007 08:10:07 +0000 reimar Simplify and correct subtitle selection, no more special cases for
Sun, 24 Jun 2007 07:29:03 +0000 reimar Set demuxer->sub->sh to one of the s_streams like done for audio and video.
Sun, 24 Jun 2007 03:28:46 +0000 voroshil r23504: -lavdopts threads is only implemented for mpeg[12]
Sun, 24 Jun 2007 02:40:58 +0000 voroshil r23578: Fix license header.
Sun, 24 Jun 2007 02:33:20 +0000 voroshil r23588: The audio balance feature implemented with af_pan.
Sat, 23 Jun 2007 23:45:31 +0000 aurel add myself as co-maintainer of demux_mkv.c
Sat, 23 Jun 2007 18:16:14 +0000 reimar Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
Sat, 23 Jun 2007 17:39:27 +0000 reimar Fix memleak due to not freeing demuxer->s_streams
Sat, 23 Jun 2007 16:57:27 +0000 reimar 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
Sat, 23 Jun 2007 15:38:00 +0000 reimar Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.
Sat, 23 Jun 2007 13:55:13 +0000 reimar Document the effect of -really-quiet on gmplayer.
Sat, 23 Jun 2007 08:22:10 +0000 diego Nico claims to never have had any problems with X11 compilation on Mandrake.
Fri, 22 Jun 2007 22:06:58 +0000 reimar Hack around some fullscreen issues with gl under Windows
Fri, 22 Jun 2007 19:58:44 +0000 lu_zero unbreak armv6 previously broken by me...
Fri, 22 Jun 2007 13:03:40 +0000 mhoffman integrating ff_bfin_get_unscaled_swscale into the system
Fri, 22 Jun 2007 12:45:18 +0000 mhoffman adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
Fri, 22 Jun 2007 00:14:22 +0000 mhoffman document pointer offset by -8
Fri, 22 Jun 2007 00:12:44 +0000 mhoffman re pipeline loop, to eliminate extra chroma reads
Fri, 22 Jun 2007 00:07:55 +0000 mhoffman correct chroma skewing bug, caused by incorrect stride adjustments
Thu, 21 Jun 2007 19:01:29 +0000 lu_zero Unbreak altivec
Thu, 21 Jun 2007 15:03:28 +0000 ptt grammar error fixed
Thu, 21 Jun 2007 14:16:01 +0000 ptt elected me as italian docs translation mantainer, so i can get my own insults ;)
Thu, 21 Jun 2007 13:53:23 +0000 ptt sync'ed with r23588
Thu, 21 Jun 2007 13:44:52 +0000 ptt other corrections, pointed out by emanuele aina (italian translation project)
Thu, 21 Jun 2007 10:44:23 +0000 ptt a few corrections, pointed out nicely by nico sabbi, thanx
Thu, 21 Jun 2007 10:11:24 +0000 ptt added some carriage returns and full stops, plus a missing 'option'
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Wed, 20 Jun 2007 18:19:03 +0000 uau demux_mkv very long seek fix
Wed, 20 Jun 2007 16:52:32 +0000 uau Fix demuxer.h multiple inclusion guard
Wed, 20 Jun 2007 16:29:56 +0000 reimar Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
Wed, 20 Jun 2007 10:39:57 +0000 cehoyos Simplify network timeout calculation.
Wed, 20 Jun 2007 02:26:20 +0000 zuxy The audio balance feature implemented with af_pan.
Tue, 19 Jun 2007 23:24:04 +0000 compn some more reqs from users
Tue, 19 Jun 2007 13:55:22 +0000 reimar Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
Tue, 19 Jun 2007 13:55:12 +0000 reimar Simplify generation of ARCH_ and corresponding ENABLE_ defines
Tue, 19 Jun 2007 13:54:48 +0000 reimar Add an optional third parameter to ff_config_enable in preparation
Tue, 19 Jun 2007 13:37:31 +0000 reimar Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
Tue, 19 Jun 2007 13:24:16 +0000 gpoirier fix typos noted by Nicolas Legrand
Tue, 19 Jun 2007 06:51:33 +0000 diego Port changes for older Subversion releases from FFmpeg.
Mon, 18 Jun 2007 21:24:45 +0000 diego misc small fixes
Mon, 18 Jun 2007 20:04:46 +0000 diego Activate license notice.
Mon, 18 Jun 2007 19:31:17 +0000 diego Fix license header.
Mon, 18 Jun 2007 14:44:41 +0000 ptt they said 'colla' was cacophonic.... probably indeed it was :) changed.
Mon, 18 Jun 2007 10:44:35 +0000 ptt synced with r21930
Mon, 18 Jun 2007 09:15:32 +0000 cehoyos Silence three warnings.