log

age author description
Mon, 19 Oct 2009 03:45:14 +0000 compn add binary codec for fourcc slif
Sun, 18 Oct 2009 18:44:51 +0000 diego Merge rules for building mencoder and mplayer.
Sun, 18 Oct 2009 18:41:35 +0000 diego Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
Sat, 17 Oct 2009 15:15:07 +0000 cehoyos Try to recover from VDPAU display pre-emptions.
Fri, 16 Oct 2009 08:42:00 +0000 reimar Find and take into account stream start time for ogg files.
Thu, 15 Oct 2009 04:49:56 +0000 compn add MVJP fourcc (mjpeg) from ffmpeg
Wed, 14 Oct 2009 19:19:20 +0000 reimar Add support for "Forward Uncompressed" decoding via FFmpeg
Wed, 14 Oct 2009 11:27:12 +0000 ptt removed daniele forghieri from italian man mantainers (as said by diego and him)
Wed, 14 Oct 2009 11:26:04 +0000 ptt synced with r29771
Mon, 12 Oct 2009 21:17:38 +0000 cehoyos Support SMPTE-240M colourspace in vo_vdpau.
Sun, 11 Oct 2009 11:31:50 +0000 cehoyos Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
Sat, 10 Oct 2009 20:53:42 +0000 cehoyos Add colorspace option to vo_vdpau.
Sat, 10 Oct 2009 10:39:05 +0000 adrian Remove redundant duplicate option handling in the playtree.
Sat, 10 Oct 2009 09:27:22 +0000 reimar Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
Thu, 08 Oct 2009 17:44:23 +0000 ptt some coherence's fixes
Thu, 08 Oct 2009 17:40:47 +0000 ptt cosmetics in channels/capture sections
Thu, 08 Oct 2009 16:59:36 +0000 ptt synced with r29762
Thu, 08 Oct 2009 16:45:24 +0000 ptt added myself to italian man mantainers section, since i'm the one that does that
Thu, 08 Oct 2009 16:42:56 +0000 ptt various little aesthetic fixes
Thu, 08 Oct 2009 11:32:17 +0000 diego Fix 100l typo introduced in last commit.
Thu, 08 Oct 2009 11:31:24 +0000 ptt synced with r28576
Thu, 08 Oct 2009 11:25:01 +0000 diego cosmetics: Remove some pointless parentheses from return calls.
Thu, 08 Oct 2009 10:48:12 +0000 diego cosmetics: Break two more lines.
Thu, 08 Oct 2009 10:18:19 +0000 ptt Updated to help_mp-en.h r29742
Tue, 06 Oct 2009 12:38:06 +0000 diego Clarify screenshot filter description.
Tue, 06 Oct 2009 08:45:20 +0000 diego K&R coding style and whitespace cosmetics
Tue, 06 Oct 2009 08:21:52 +0000 adrian Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
Tue, 06 Oct 2009 06:43:00 +0000 reimar Remove many uses of tmp_run.
Mon, 05 Oct 2009 12:40:34 +0000 attila add a warning to the description of -vf screenshot to add it after
Mon, 05 Oct 2009 08:41:45 +0000 cehoyos Play TrueHD in BluRay with demuxer lavf.
Mon, 05 Oct 2009 07:42:02 +0000 cladisch fix calculation of ao_data.bps for sample formats with more than 16 bits
Sun, 04 Oct 2009 21:10:13 +0000 cehoyos Fix definition of KEY_PAGE_DOWN.
Fri, 02 Oct 2009 16:49:41 +0000 reimar Make the ao_alsa play function always process a multiple of ao_data.outburst
Fri, 02 Oct 2009 08:58:29 +0000 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
Thu, 01 Oct 2009 05:41:47 +0000 jrash sync with en/mplayer.1 r29731
Thu, 01 Oct 2009 00:07:02 +0000 compn updates
Wed, 30 Sep 2009 23:47:00 +0000 diego Mark some functions that do not need external visibility as static.
Wed, 30 Sep 2009 18:45:02 +0000 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
Wed, 30 Sep 2009 14:55:43 +0000 diego Reduce console output verbosity: Move colorspace information to verbose mode.
Wed, 30 Sep 2009 08:19:49 +0000 reimar lavf: if seeking in the desired direction failed, also try in the opposite one,
Wed, 30 Sep 2009 07:54:04 +0000 reimar Avoid void * arithmetic.
Wed, 30 Sep 2009 07:52:37 +0000 reimar Simplify aac_get_sample_rate_index
Wed, 30 Sep 2009 07:48:01 +0000 reimar Check for grow_array allocation failure.
Wed, 30 Sep 2009 07:45:10 +0000 reimar Avoid a possible crash if num_cluster_pos is 0.
Wed, 30 Sep 2009 07:41:00 +0000 reimar Check for integer overflow in grow_array.
Wed, 30 Sep 2009 07:35:33 +0000 reimar Rearrange code of grow_array to make it easier to extend.
Wed, 30 Sep 2009 07:33:05 +0000 reimar Avoid a memleak if realloc fails in grow_array.
Wed, 30 Sep 2009 07:27:43 +0000 reimar Change grow_array argument from void ** to void *, this avoids a aliasing
Tue, 29 Sep 2009 06:44:10 +0000 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
Mon, 28 Sep 2009 11:33:40 +0000 reimar Document -nosub option
Mon, 28 Sep 2009 11:32:27 +0000 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
Mon, 28 Sep 2009 11:31:25 +0000 reimar Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
Mon, 28 Sep 2009 11:26:19 +0000 reimar Enable loading of external subtitles also for audio-only files.
Mon, 28 Sep 2009 11:24:13 +0000 reimar Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
Mon, 28 Sep 2009 11:10:11 +0000 reimar Call set_osd_subtitle also for external subs (i.e. in find_subs).
Sun, 27 Sep 2009 21:25:56 +0000 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
Sun, 27 Sep 2009 19:22:48 +0000 cehoyos Cosmetics: Fix whitespace.
Sun, 27 Sep 2009 14:33:45 +0000 reimar Set sensible write frequency/priority values for AllocateMemoryMESA
Sun, 27 Sep 2009 14:31:35 +0000 reimar Print error instead of crashing when mesa-buffer is used on systems
Sun, 27 Sep 2009 14:24:15 +0000 reimar Also check GLX client and server strings for extensions