log

age author description
Sun, 25 Feb 2007 14:33:19 +0000 nicodvb cosmetics: reindented
Sun, 25 Feb 2007 14:32:14 +0000 nicodvb removed commented/useless code from parse_mpeg12_video()
Sun, 25 Feb 2007 10:27:43 +0000 reimar Add av_ prefix to clip functions
Sat, 24 Feb 2007 20:01:08 +0000 compn 10l to me for bad todo items
Sat, 24 Feb 2007 19:44:24 +0000 compn iive says xvmc stuff is long done
Sat, 24 Feb 2007 17:34:47 +0000 compn remove some old and add new TODO
Sat, 24 Feb 2007 10:44:16 +0000 diego Simplify .depend file inclusion.
Sat, 24 Feb 2007 10:27:14 +0000 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
Sat, 24 Feb 2007 10:19:41 +0000 reimar 10l, avoid crash on invalid subtitle id
Sat, 24 Feb 2007 09:45:16 +0000 Gabrov synced with r22331
Sat, 24 Feb 2007 07:28:07 +0000 uau Remove some #if 0 code
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Fri, 23 Feb 2007 22:14:15 +0000 diego some more consistency for the VIDIX installation.
Fri, 23 Feb 2007 22:04:37 +0000 Gabrov synced with r22292
Fri, 23 Feb 2007 21:55:34 +0000 Gabrov synced with r22326
Fri, 23 Feb 2007 18:48:43 +0000 vayne Gui compilation fixes
Fri, 23 Feb 2007 16:30:10 +0000 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
Fri, 23 Feb 2007 10:59:54 +0000 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
Fri, 23 Feb 2007 09:58:01 +0000 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
Fri, 23 Feb 2007 08:07:07 +0000 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
Fri, 23 Feb 2007 03:08:54 +0000 uau Fix \a parsing broken in r22291
Fri, 23 Feb 2007 02:10:02 +0000 uau Fix error in comment
Fri, 23 Feb 2007 01:53:09 +0000 uau Reset the edl_decision flag after the seek is done.
Fri, 23 Feb 2007 01:49:51 +0000 uau Separate function for seeking
Thu, 22 Feb 2007 23:44:43 +0000 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
Thu, 22 Feb 2007 21:05:31 +0000 uau Move EDL code to separate functions
Thu, 22 Feb 2007 20:44:48 +0000 uau Move some related variables together & add a comment
Thu, 22 Feb 2007 19:03:36 +0000 compn update to 0.1 version from website
Thu, 22 Feb 2007 18:20:14 +0000 compn add original website url per al3x comment
Thu, 22 Feb 2007 16:14:44 +0000 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.