log

age author description
Sat, 03 Nov 2007 13:27:44 +0000 diego Escape some more '-' where appropriate.
Sat, 03 Nov 2007 10:46:15 +0000 reimar Remove idiotic check that would always be false
Sat, 03 Nov 2007 10:44:57 +0000 reimar Explain new ao_pulse option syntax
Sat, 03 Nov 2007 10:42:23 +0000 reimar Change parsing to allow host == NULL and sink != NULL
Sat, 03 Nov 2007 10:37:22 +0000 reimar Simplify argument "parsing"
Sat, 03 Nov 2007 10:35:03 +0000 reimar Make sink variable local, it is only used in one place
Sat, 03 Nov 2007 10:20:00 +0000 reimar Remove a check+abort, this case should never happen anyway, and if it does
Sat, 03 Nov 2007 07:41:17 +0000 gpoirier sync w/r24924, patch by JRaSH %jrash06 A 163 P com%
Sat, 03 Nov 2007 04:48:50 +0000 voroshil r24875: program switching in demux_lavf
Sat, 03 Nov 2007 02:51:02 +0000 voroshil r24892: move errors and a warning to help_mp-en.h
Sat, 03 Nov 2007 02:38:42 +0000 voroshil r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.
Fri, 02 Nov 2007 23:45:57 +0000 cehoyos We support gcc 2.95 (fixes r24928).
Fri, 02 Nov 2007 23:05:51 +0000 nicodvb in video_read_frame() set the keyframe flag in demuxer->video when dealing with
Fri, 02 Nov 2007 22:43:17 +0000 Gabrov synced with r24938
Fri, 02 Nov 2007 20:06:28 +0000 nicodvb prevent unlikely memleak
Fri, 02 Nov 2007 19:52:22 +0000 nicodvb 10l, priv->use_psm can be 1 only if the format is genmpeg2
Fri, 02 Nov 2007 19:06:15 +0000 nicodvb add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
Fri, 02 Nov 2007 19:01:13 +0000 nicodvb moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
Fri, 02 Nov 2007 18:52:08 +0000 nicodvb removed no more needed variable
Fri, 02 Nov 2007 18:50:41 +0000 nicodvb moved to fix_parameters() the code that decides if the PSM is needed
Fri, 02 Nov 2007 17:48:27 +0000 nicodvb repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
Fri, 02 Nov 2007 17:43:39 +0000 nicodvb remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap
Fri, 02 Nov 2007 11:43:03 +0000 nicodvb 100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs
Thu, 01 Nov 2007 23:33:51 +0000 diego Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:47 +0000 uau af_scaletempo: code cleanup
Thu, 01 Nov 2007 06:52:44 +0000 uau af_scaletempo: Fix crash in option parsing
Thu, 01 Nov 2007 06:52:41 +0000 uau af_scaletempo: Fix audio copy position
Thu, 01 Nov 2007 06:52:38 +0000 uau Add audio filter scaletempo
Thu, 01 Nov 2007 06:52:32 +0000 uau Make output samplerate independent of -speed