log

age author description
Wed, 09 Dec 2009 17:50:07 +0000 reimar Use a fallback to make sure the basic OpenGL functions are available instead of
Wed, 09 Dec 2009 17:36:55 +0000 reimar Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
Tue, 08 Dec 2009 23:58:42 +0000 cehoyos Support FourCC's AVI1 and AVI2 as MJPEG.
Tue, 08 Dec 2009 23:32:51 +0000 reimar Pass all OpenGL functions through a function pointer indirection.
Tue, 08 Dec 2009 06:42:46 +0000 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
Mon, 07 Dec 2009 23:11:40 +0000 reimar Add braces to avoid ambiguous else.
Mon, 07 Dec 2009 03:52:55 +0000 ramiro Document the differences between the two asm fragments in initMMX2HScaler().
Sun, 06 Dec 2009 22:01:25 +0000 ramiro Start using intermediate buffers at index 0.
Sat, 05 Dec 2009 09:44:19 +0000 ramiro Fix compilation with runtime cpu detection.
Thu, 03 Dec 2009 21:04:53 +0000 compn fix apple.com trailer example, via carl
Thu, 03 Dec 2009 18:18:13 +0000 ramiro Add support for nv12/nv21 input.
Tue, 01 Dec 2009 05:02:26 +0000 compn add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
Sun, 29 Nov 2009 05:18:40 +0000 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
Sat, 28 Nov 2009 18:23:26 +0000 tack Fix mangling of 24-bit audio during channel reorder.
Sat, 28 Nov 2009 18:01:54 +0000 attila when using -v, print also which lavc codec has been used, not
Fri, 27 Nov 2009 12:23:06 +0000 jrash improve previous translation
Thu, 26 Nov 2009 21:08:45 +0000 stefano Make sws_format_name() use av_pix_fmt_descriptors.
Thu, 26 Nov 2009 18:01:13 +0000 compn add user-agent example to fix apple.com/trailers
Thu, 26 Nov 2009 18:00:45 +0000 compn map 0x20736D to ffac3, fixes broken mov sample
Thu, 26 Nov 2009 17:57:33 +0000 compn mime type [video/x-ms-wmv] is not an ASF redirector.
Tue, 24 Nov 2009 06:59:21 +0000 reimar Readjust the global number of subs when switching dvdnav track to take
Mon, 23 Nov 2009 20:41:06 +0000 compn small update wishlist
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Sun, 22 Nov 2009 15:10:50 +0000 reimar Some MinGW awk versions can not handle reading from files with CRLF
Sun, 22 Nov 2009 14:46:43 +0000 reimar 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
Sun, 22 Nov 2009 14:15:41 +0000 reimar av_alloc_format_context -> avformat_alloc_context
Sun, 22 Nov 2009 13:26:57 +0000 reimar Fix initialization values for vf_expand priv struct.
Sun, 22 Nov 2009 13:25:07 +0000 reimar Remove unused variable.
Sun, 22 Nov 2009 13:18:12 +0000 reimar Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
Sun, 22 Nov 2009 13:14:39 +0000 reimar Switch ad_ffmpeg to avcodec_decode_audio3
Sun, 22 Nov 2009 13:08:43 +0000 reimar Remove unused variable.
Sun, 22 Nov 2009 13:06:44 +0000 reimar Reuse buffer in priv context instead of allocating the 32kB probe buffer
Sun, 22 Nov 2009 00:22:24 +0000 reimar Fix crash with partial fribidi conversion.
Sun, 22 Nov 2009 00:10:52 +0000 reimar Mention right-to-left support for embedded subtitles also in the Changelog.
Sun, 22 Nov 2009 00:09:40 +0000 reimar Make fribidi (i.e. right-to-left) support work with embedded subtitles.
Sat, 21 Nov 2009 23:47:19 +0000 jrash Synced with help_mp-en.h r29912
Sat, 21 Nov 2009 22:32:53 +0000 reimar Print which visual glXChooseVisual chose when running in verbose mode.
Sat, 21 Nov 2009 22:30:33 +0000 reimar Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
Sat, 21 Nov 2009 22:27:40 +0000 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
Sat, 21 Nov 2009 19:50:33 +0000 reimar Remove unreachable parsing code: for filters that use the option parser,
Sat, 21 Nov 2009 18:59:52 +0000 reimar Support RGB48NE format in OpenGL vos (only really useful once they are modified
Sat, 21 Nov 2009 18:58:03 +0000 reimar Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
Sat, 21 Nov 2009 18:47:47 +0000 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
Sat, 21 Nov 2009 18:45:41 +0000 reimar Add a define for IMGFMT_RGB48NE that depends on machine endianness.
Fri, 20 Nov 2009 23:48:16 +0000 reimar Move 128kB buffer from stack to demuxer context.
Fri, 20 Nov 2009 23:41:06 +0000 reimar calloc instead of malloc+memset.
Fri, 20 Nov 2009 23:36:16 +0000 reimar Use calloc to allocate a rather large (currently 32k) array instead of
Fri, 20 Nov 2009 10:32:45 +0000 reimar sub_fribidi should be static, it is not used outside subreader.c
Fri, 20 Nov 2009 10:24:31 +0000 reimar Use early return instead of block over whole function.
Fri, 20 Nov 2009 10:22:57 +0000 reimar Use FFMAX instead of a custom max macro.
Wed, 18 Nov 2009 18:24:05 +0000 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
Wed, 18 Nov 2009 18:07:54 +0000 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
Wed, 18 Nov 2009 17:16:02 +0000 diego Add functions to return library license and library configuration.
Wed, 18 Nov 2009 09:13:09 +0000 cehoyos 10l to Reimar: Fix typo.
Tue, 17 Nov 2009 19:23:55 +0000 reimar Deobfuscate the special hack to disable cache for live555.
Tue, 17 Nov 2009 19:14:42 +0000 reimar Merge malloc+memset -> calloc
Tue, 17 Nov 2009 18:30:33 +0000 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
Tue, 17 Nov 2009 18:28:43 +0000 reimar Remove useless check for valid fd with -dumpstream, the code does not
Tue, 17 Nov 2009 18:08:18 +0000 reimar Enable the read-based forward seek fallback also when CONFIG_NETWORK is
Tue, 17 Nov 2009 18:05:54 +0000 reimar Use fill_buffer if available also for STREAMTYPE_STREAM
Tue, 17 Nov 2009 16:13:20 +0000 reimar Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
Tue, 17 Nov 2009 16:09:17 +0000 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.
Tue, 17 Nov 2009 16:05:18 +0000 reimar Complete configure support for compiling in FFmpeg's protocol support.
Tue, 17 Nov 2009 13:56:34 +0000 reimar Use avcodec_align_dimensions to appropriately align width and height in
Mon, 16 Nov 2009 21:38:32 +0000 cehoyos Set display size in sh_video when decoding H264.
Mon, 16 Nov 2009 21:36:27 +0000 cehoyos Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
Mon, 16 Nov 2009 15:20:57 +0000 Gabrov synced with r29912
Mon, 16 Nov 2009 14:26:18 +0000 ptt synced with help_mp-en.h r29912
Mon, 16 Nov 2009 14:22:38 +0000 ptt added -name, -title, -use-filename-title options to Changelog
Mon, 16 Nov 2009 11:15:53 +0000 compn more changes
Mon, 16 Nov 2009 10:44:00 +0000 reimar Use calloc instead of initializing each struct member individually to 0.
Mon, 16 Nov 2009 10:41:06 +0000 reimar Try to detect broken files with unaligned chunks.
Sat, 14 Nov 2009 12:46:14 +0000 cehoyos Show OSD message when enabling/disabling de-interlacing.
Fri, 13 Nov 2009 15:26:16 +0000 ptt cosmetics and grammar fixes
Fri, 13 Nov 2009 14:36:38 +0000 reimar Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
Fri, 13 Nov 2009 14:12:25 +0000 jrash sync with en/mplayer.1 r29905
Fri, 13 Nov 2009 13:21:59 +0000 reimar Check that mpctx->audio_out is not NULL when trying to uninit it.
Fri, 13 Nov 2009 07:54:30 +0000 ptt synced with r29905
Thu, 12 Nov 2009 17:04:41 +0000 ptt synced with r29885
Thu, 12 Nov 2009 10:39:52 +0000 ptt cosmetic fixes as pointed out by diego
Thu, 12 Nov 2009 09:21:53 +0000 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
Wed, 11 Nov 2009 22:26:38 +0000 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
Wed, 11 Nov 2009 15:15:46 +0000 tack Replace dead link explaining why not to use HTML on the mailing lists.
Wed, 11 Nov 2009 11:52:36 +0000 reimar Fix declarations in mp_taglists.h and include it in mp_taglists.c to
Wed, 11 Nov 2009 11:38:41 +0000 reimar Add a "tips and tricks" section to the slave mode documentation.
Wed, 11 Nov 2009 11:35:28 +0000 reimar Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
Wed, 11 Nov 2009 11:31:36 +0000 reimar Do not call resume on unpausing if we have already reached eof while
Wed, 11 Nov 2009 11:22:12 +0000 reimar Remember which subtitle was auto-selected for dvdnav due to -slang
Wed, 11 Nov 2009 11:19:50 +0000 reimar Factor out code that decides which subtitle to play.
Wed, 11 Nov 2009 11:09:36 +0000 reimar Avoid modifying dvdsub_id in command.c where possible.
Wed, 11 Nov 2009 09:28:21 +0000 reimar Move headers related to setting dvd speed to dvd_common.
Wed, 11 Nov 2009 09:09:08 +0000 reimar Set the EOF flag when dvdnav reached the end of the requested title.
Wed, 11 Nov 2009 09:03:39 +0000 reimar Support the range syntax (like dvd://2-5) also for dvdnav.
Wed, 11 Nov 2009 00:30:54 +0000 cehoyos 10l: Fix compilation without VDPAU.
Tue, 10 Nov 2009 23:20:05 +0000 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
Tue, 10 Nov 2009 23:15:48 +0000 reimar Move arrays used by both dvd and dvdnav to dvd_common.
Tue, 10 Nov 2009 23:12:01 +0000 reimar Remove unused extern declarations.
Tue, 10 Nov 2009 23:10:57 +0000 reimar Share dvd_device extern declaration between dvd and dvdnav.
Tue, 10 Nov 2009 23:03:52 +0000 reimar Remove an unused variable.
Tue, 10 Nov 2009 19:11:13 +0000 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
Tue, 10 Nov 2009 18:10:16 +0000 diego Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
Tue, 10 Nov 2009 18:01:10 +0000 tack Update man page to reflect support for up to 8 channels.
Tue, 10 Nov 2009 16:49:00 +0000 reimar Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
Tue, 10 Nov 2009 16:24:16 +0000 reimar Calculate length of ASF files with more than 1 second precision.
Tue, 10 Nov 2009 16:19:44 +0000 reimar Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
Tue, 10 Nov 2009 16:15:39 +0000 reimar Remove useless cast
Tue, 10 Nov 2009 14:52:56 +0000 tack Changelog: add note that 8 channel audio is now supported.
Tue, 10 Nov 2009 13:08:36 +0000 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
Tue, 10 Nov 2009 11:51:22 +0000 zuxy Delete "auto-close" from configuration whose support has long been removed.
Tue, 10 Nov 2009 11:31:47 +0000 reimar Add support for DVB teletext.
Tue, 10 Nov 2009 11:26:03 +0000 reimar Free demuxer->teletext when closing the demuxer.
Tue, 10 Nov 2009 11:24:29 +0000 reimar Set demuxer->teletext to NULL when closing the TV interface,
Tue, 10 Nov 2009 10:40:34 +0000 cehoyos 100: Fix function parameters when calling create_vdp_decoder() from query_format().
Tue, 10 Nov 2009 10:05:10 +0000 cehoyos Cosmetics: Fix indentation after last commit.
Tue, 10 Nov 2009 10:04:32 +0000 cehoyos Fail in query_format() if a VDPAU decoder is not available.
Tue, 10 Nov 2009 09:52:43 +0000 cehoyos Add a default to switch(image_format), suppresses a warning after a future patch.
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
Tue, 10 Nov 2009 00:43:14 +0000 tack Cosmetics: remove trailing whitespace from file.
Mon, 09 Nov 2009 15:37:15 +0000 reimar Properly free the pthread mutex for teletext.
Mon, 09 Nov 2009 15:34:55 +0000 reimar Allow teletext compilation without pthreads
Mon, 09 Nov 2009 15:17:06 +0000 reimar Fix compilation of teletext code without freetype support
Mon, 09 Nov 2009 15:11:54 +0000 reimar Change type of teletext color specification from unsigned char
Mon, 09 Nov 2009 15:04:57 +0000 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
Mon, 09 Nov 2009 14:12:14 +0000 reimar The code for the non-networking case is the same whether networking
Mon, 09 Nov 2009 14:08:35 +0000 reimar Factor out triplicated break statement.
Mon, 09 Nov 2009 10:29:15 +0000 reimar Remove unused mp_dvdnav_aid_from_audio_num function
Mon, 09 Nov 2009 10:27:48 +0000 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
Sun, 08 Nov 2009 23:31:43 +0000 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:39:54 +0000 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
Sun, 08 Nov 2009 15:01:05 +0000 reimar Clarify possible issues with gmplayer commandline options due to conflicts
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 13:09:24 +0000 cehoyos Factorise vbi_decode().
Sat, 07 Nov 2009 12:55:07 +0000 cehoyos Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Sat, 07 Nov 2009 11:15:26 +0000 reimar Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
Sat, 07 Nov 2009 11:12:56 +0000 reimar Use switch_program property from mplayer.c to set ts_prog.
Sat, 07 Nov 2009 11:09:23 +0000 reimar Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
Sat, 07 Nov 2009 09:23:11 +0000 stefano Document sws_freeContext().
Fri, 06 Nov 2009 16:16:22 +0000 reimar Whitespace cosmetics: reindent reinit_audio_chain function
Fri, 06 Nov 2009 16:11:58 +0000 reimar Remove some useless comments/commented-out code.
Fri, 06 Nov 2009 16:10:19 +0000 reimar Split assignment from error value check to avoid overcomplicated if () condition.
Fri, 06 Nov 2009 16:08:00 +0000 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
Fri, 06 Nov 2009 16:06:33 +0000 reimar Simplify: use &= instead of a = b & a;
Fri, 06 Nov 2009 16:04:39 +0000 reimar Remove some unnecessary else blocks
Fri, 06 Nov 2009 15:59:42 +0000 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
Fri, 06 Nov 2009 15:56:30 +0000 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
Fri, 06 Nov 2009 15:45:55 +0000 reimar Only call avcodec_close if the open succeeded before, otherwise avcodec_close
Fri, 06 Nov 2009 14:06:58 +0000 attila PPC: make inline asm xform address test work with Apple tools
Fri, 06 Nov 2009 12:30:56 +0000 jrash sync with en/mplayer.1 r29823
Thu, 05 Nov 2009 21:29:14 +0000 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
Thu, 05 Nov 2009 21:27:25 +0000 reimar Cosmetics: indentation, merge two consecutive ifs.
Thu, 05 Nov 2009 21:26:23 +0000 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
Thu, 05 Nov 2009 21:22:38 +0000 reimar Make the dvdnav stream language information output more similar to the dvd one.
Thu, 05 Nov 2009 21:13:38 +0000 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
Thu, 05 Nov 2009 20:59:46 +0000 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
Thu, 05 Nov 2009 19:05:42 +0000 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
Thu, 05 Nov 2009 18:53:05 +0000 reimar Add a profile example and (commented-out) useful defaults for dvdnav
Thu, 05 Nov 2009 04:12:39 +0000 reynaldo So Long, and Thanks for All the Fish
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Wed, 04 Nov 2009 00:58:11 +0000 tack reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
Wed, 04 Nov 2009 00:54:46 +0000 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
Tue, 03 Nov 2009 23:54:32 +0000 compn cosmetics: alphabetize
Tue, 03 Nov 2009 23:45:11 +0000 compn 10l for breaking compilation. change eatgv to tgv
Tue, 03 Nov 2009 20:46:54 +0000 reynaldo Remove unneeded initialization
Tue, 03 Nov 2009 20:18:47 +0000 compn add yuvs fourcc, fixes yuvs.mov
Tue, 03 Nov 2009 20:03:37 +0000 compn add ffmpeg eatgv codec
Tue, 03 Nov 2009 19:45:43 +0000 compn add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
Mon, 02 Nov 2009 22:32:47 +0000 diego The "ilaced" suboption of vf_scale was renamed to "interlaced".
Mon, 02 Nov 2009 16:42:37 +0000 cehoyos Improve VDPAU noforce-mixer documentation.
Mon, 02 Nov 2009 01:40:09 +0000 uau demuxer.c: Add initialization missing from previous commit
Mon, 02 Nov 2009 00:11:30 +0000 compn add VYUY and Y42B fourccs to rawcodecs
Sun, 01 Nov 2009 09:48:34 +0000 reimar Unbreak the demuxer-specific code in video.c with e.g.
Sat, 31 Oct 2009 15:34:18 +0000 cehoyos Teletext display does support font scaling via OSD font scaling, remove
Sat, 31 Oct 2009 15:30:56 +0000 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
Sat, 31 Oct 2009 15:28:28 +0000 cehoyos Remove incorrect comment.
Sat, 31 Oct 2009 02:00:00 +0000 jrash sync with en/mplayer.1 r29805
Fri, 30 Oct 2009 22:18:29 +0000 corey Slightly change behavior of "none" if fstype specification.
Fri, 30 Oct 2009 14:13:25 +0000 stefano Document slice ordering assumption done by sws_scale().
Fri, 30 Oct 2009 10:03:54 +0000 cehoyos Support ISDB-Tb tunning in Brazil
Thu, 29 Oct 2009 22:39:00 +0000 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Wed, 28 Oct 2009 13:55:18 +0000 diego consistency fix: Give all CONFIG_ definitions the value 1.
Tue, 27 Oct 2009 08:29:07 +0000 cehoyos Cosmetics: Reindent after last commit.
Tue, 27 Oct 2009 08:28:08 +0000 cehoyos Allow image format BGRA when using vo vdpau.
Mon, 26 Oct 2009 22:15:19 +0000 reimar Move 64 bit check below compiler detection since it needs the compiler
Sat, 24 Oct 2009 13:19:20 +0000 cehoyos Fix teletext character set auto-detection.
Sat, 24 Oct 2009 12:35:18 +0000 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
Fri, 23 Oct 2009 18:26:42 +0000 cehoyos Implement VFCAP_FLIP for vo_vdpau.
Thu, 22 Oct 2009 18:44:39 +0000 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
Thu, 22 Oct 2009 15:40:04 +0000 ptt synced with r29791
Thu, 22 Oct 2009 14:19:10 +0000 diego Break an output line for consistency.
Thu, 22 Oct 2009 14:06:38 +0000 ptt cosmetic fixes in bs2b and vdpau sections
Tue, 20 Oct 2009 16:26:30 +0000 compn add V422, YUNV to rawyuy2
Tue, 20 Oct 2009 15:47:36 +0000 compn add HDYC fourcc to rawuyvy
Mon, 19 Oct 2009 21:23:08 +0000 lorenm sync to x264-r1296
Mon, 19 Oct 2009 15:47:59 +0000 cehoyos Fix playback of Intel JPEG Library Video Codec.
Mon, 19 Oct 2009 10:09:58 +0000 diego Fix aspect test program linking.
Mon, 19 Oct 2009 09:56:18 +0000 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
Mon, 19 Oct 2009 09:50:51 +0000 diego Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
Mon, 19 Oct 2009 09:41:30 +0000 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
Mon, 19 Oct 2009 09:10:27 +0000 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
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