log

age author description
Sun, 30 Jul 2006 22:17:25 +0000 diego There is a reference to a file COPYRIGHT that we do not include, so paste
Sun, 30 Jul 2006 21:50:10 +0000 rtogni md5 result is 16 bytes, not 20
Sun, 30 Jul 2006 21:49:37 +0000 ben removed now useless duplicate includes
Sun, 30 Jul 2006 21:35:15 +0000 diego LRMI has been removed some time ago.
Sun, 30 Jul 2006 20:33:59 +0000 gpoirier How to encode movies for PSP
Sun, 30 Jul 2006 20:03:43 +0000 diego Update for changes from r19139 and r19137.
Sun, 30 Jul 2006 17:02:27 +0000 rtogni xor_table can't be NULL, remove useless check
Sun, 30 Jul 2006 15:36:28 +0000 diego Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.
Sun, 30 Jul 2006 14:45:27 +0000 rtogni The real hash function is just a md5, replace with lavu code
Sun, 30 Jul 2006 10:57:17 +0000 rtogni Update upstream references, add a missing file
Sun, 30 Jul 2006 10:56:35 +0000 rtogni Restore a local diff lost during license fix at r19256
Sun, 30 Jul 2006 09:13:01 +0000 michael alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here
Sun, 30 Jul 2006 08:15:59 +0000 nicodvb no need to reming the copyright with msg_(), the notice in the source is enough
Sun, 30 Jul 2006 01:41:58 +0000 uau Replace tremor files that had old headers saying "ALL REDISTRIBUTION
Sat, 29 Jul 2006 23:30:55 +0000 diego Use LC_ALL instead of LANG since the former overrides the latter.
Sat, 29 Jul 2006 23:26:30 +0000 diego cosmetics: Make patch apply cleanly.
Sat, 29 Jul 2006 22:16:13 +0000 diego Add a paragraph about which Subversion version to use.
Sat, 29 Jul 2006 21:44:32 +0000 diego Cope with localized Subversion clients.
Sat, 29 Jul 2006 19:31:08 +0000 vayne updated documentation.
Sat, 29 Jul 2006 19:30:38 +0000 vayne improved fullscreen switching
Sat, 29 Jul 2006 18:41:25 +0000 nicodvb re-added forgotten return in send_mpeg_lpcm_packet()
Sat, 29 Jul 2006 18:39:07 +0000 nicodvb final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet() using new send_mpeg_pes_packet_ll()
Sat, 29 Jul 2006 18:24:27 +0000 reimar optimize and simplify memcpy usage, use mem2agpcpy_pic
Sat, 29 Jul 2006 16:33:22 +0000 diego Add comment about Chinese AVS only working with lavf at the moment.
Sat, 29 Jul 2006 16:21:14 +0000 nicodvb ptslen was set to 5 even when no pts==0
Sat, 29 Jul 2006 16:08:59 +0000 ben typo fix
Sat, 29 Jul 2006 15:42:01 +0000 rtogni Support for Chinese AVS
Sat, 29 Jul 2006 15:31:22 +0000 gpoirier Part 2 of the various fixes features by Jerome Ferrari
Sat, 29 Jul 2006 15:27:42 +0000 ben missed some escaping
Sat, 29 Jul 2006 15:25:57 +0000 ben use DOCS writing standards for default values (asked by diego)
Sat, 29 Jul 2006 15:08:37 +0000 gpoirier Part 1 of review of Jerome's Ferrari's patch
Sat, 29 Jul 2006 14:53:38 +0000 attila disable dha kernelhelper support by default.
Sat, 29 Jul 2006 14:47:24 +0000 gpoirier sync w/ r19233
Sat, 29 Jul 2006 12:07:33 +0000 ben french manpage for pvr:// input
Sat, 29 Jul 2006 11:07:34 +0000 ben added ivtv ao/vo in ChangeLog
Sat, 29 Jul 2006 11:03:38 +0000 ben missing supported PVR card reference
Sat, 29 Jul 2006 11:02:58 +0000 ben english manpage for pvr:// input
Fri, 28 Jul 2006 23:17:45 +0000 uau Set user_muted in mp_property_mute(). Fixes mute turning off when
Fri, 28 Jul 2006 21:51:13 +0000 ben updated en/fr manpages for ao_ivtv
Fri, 28 Jul 2006 21:39:48 +0000 ben ao_ivtv driver in authors/maintainers files
Fri, 28 Jul 2006 21:36:03 +0000 ben added audio output for ivtv cards
Fri, 28 Jul 2006 21:16:52 +0000 nicodvb removed default outfile for -ao mpegpes
Fri, 28 Jul 2006 21:15:31 +0000 nicodvb if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
Fri, 28 Jul 2006 19:37:49 +0000 reimar Some more documentation
Fri, 28 Jul 2006 18:19:44 +0000 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
Fri, 28 Jul 2006 17:56:38 +0000 reimar 10l, last commit swapped U and V planes.
Fri, 28 Jul 2006 17:04:43 +0000 reimar Handle frames with stride correctly (e.g. the "Version" source of current AVS).
Fri, 28 Jul 2006 17:03:08 +0000 reimar Do not count each decoded frame twice.
Fri, 28 Jul 2006 16:33:27 +0000 uau cosmetics: fix incorrect indentation left by reimar and extra word in
Fri, 28 Jul 2006 15:40:05 +0000 nicodvb include sys/poll.h only when HAVE_DVB[_HEAD] is set
Fri, 28 Jul 2006 15:05:35 +0000 reimar Cosmetics for last commit
Fri, 28 Jul 2006 15:04:10 +0000 reimar Move more stuff under if (avs_has_video... to simplify later patches.
Fri, 28 Jul 2006 14:44:11 +0000 reimar set pts of the demux patcket correctly
Fri, 28 Jul 2006 14:37:41 +0000 reimar Move variable declarations to the block level where they are actually used
Fri, 28 Jul 2006 14:24:04 +0000 reimar call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
Fri, 28 Jul 2006 13:59:50 +0000 uau Remove code that prevented the OSD current time from going back by one
Fri, 28 Jul 2006 13:50:08 +0000 reimar Avoid large amounts of data on the stack (> 900k on 64 bit systems).
Fri, 28 Jul 2006 13:39:11 +0000 reimar Do not treat AV_NOPTS_VALUE as a valid duration value.
Fri, 28 Jul 2006 09:07:09 +0000 diego Comment some #endif lines.
Fri, 28 Jul 2006 08:20:31 +0000 diego unused variable warning fix