log

age author description
2012-01-05 ib Remove #ifdef MP_DEBUG.
2012-01-04 diego Port libtheora glue code to Theora 1.0 API.
2012-01-04 siretart fmt-conversion.c: add a remark about the usage of #ifdef directives
2012-01-04 siretart libmpdemux/mp_taglists.c: Replace #ifdef with #if directives
2012-01-04 cehoyos Support decoding AVrp, v308 and yuv4 via FFmpeg.
2012-01-04 siretart make the checks for available codec id more robust
2012-01-04 diego configure: Simplify Theora check.
2012-01-03 ib Remove unnecessary #include.
2012-01-03 ib Remove (conditional and) unnecessary #include
2012-01-03 ib Add checks for errors in stream_cdda's get_track_by_sector().
2012-01-03 ib Allow Windows style CDROM device names for Wine port.
2012-01-03 ib Use cdparanoia compatibility names for CD function calls.
2012-01-03 siretart Allow compilation with Libav
2012-01-02 ib Initialize device options in guiInit().
2012-01-02 ib Remove pointless filename setting from device name.
2012-01-02 ib Allow uiPlay() without guiInfo.Filename for some stream types.
2012-01-02 ib Cosmetic: Adjust indent.
2012-01-02 ib Don't explicitly set stream type if the type doesn't change.
2012-01-02 iive Add support of compression algorithm 3 (header stripping) in mkv demuxer.
2012-01-02 cehoyos Support FFmpeg v410 decoder.
2012-01-02 cehoyos Support Y41P decoding via FFmpeg.
2012-01-02 jrash Synced with help_mp-en.h rev. 34475
2012-01-01 cehoyos Update copyright year.
2011-12-31 ib Cosmetic: Collect together Wine port related functions.
2011-12-31 ib Allow Windows style devices for Wine port.
2011-12-31 ib Fix Win32 GUI DVD playback.
2011-12-31 ib Remove options cdrom_device and dvd_device from the Win32 GUI.
2011-12-31 ib Retrieve DVD's titles, chapters and angles by stream control commands.
2011-12-31 ib Replace VCD's STREAM_CTRL_GET_NUM_CHAPTERS by STREAM_CTRL_GET_NUM_TITLES.
2011-12-31 ib Add audio CD playback support to the X11/GTK GUI.
2011-12-31 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
2011-12-29 cehoyos Support FFmpeg SMJPEG IMA ADPCM decoding.
2011-12-29 reimar Add comment to a condition that is just a hack around a cdparanoia bug.
2011-12-29 reimar Prefer libcdio over cdparanoia by default.
2011-12-29 ib Rename MSGTR_SelectChapter MSGTR_SelectTitleChapter.
2011-12-29 cehoyos Support the FFmpeg Indeo 4 decoder.
2011-12-28 ib Don't call paranoia_modeset() for PARANOIA_MODE_DISABLE.
2011-12-28 ib Allow PARANOIA_MODE_FULL with skipping.
2011-12-24 jrash sync with en/mplayer.1 rev. 34463
2011-12-24 cigaes av_helpers: show libav* version and configuration.
2011-12-24 cigaes av_helpers: remove obsolete avcodec_init.
2011-12-23 reimar vo_gl stereo: allow swapping left and right view.
2011-12-23 reimar cdda: set position to an actual EOF position when we set EOF.
2011-12-23 reimar Flush cache and sync stream position/eof after seeking STREAM_CTRLs.
2011-12-23 reimar Fail if trying to seek beyond the last chapter, not just if it is beyond the end of the disc.
2011-12-23 reimar Do not call paranoia_overlapset with 0, it actually causes cdparanoia to just hang.
2011-12-23 reimar Fix cdda speed default value, range and use more robust condition.
2011-12-23 reimar Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
2011-12-23 ib Add /home only to the file selector path list if HOME isn't set.
2011-12-23 ib Cosmetic: Swap /mnt and /media in the file selector path list.
2011-12-23 ib Add /mnt only to the file selector path list if it exists.
2011-12-22 cehoyos Fix build of swedish help after r33915.
2011-12-20 ib Remember the lastly selected file in file selector.
2011-12-20 cehoyos Support FFmpeg 8088flex TMV decoder.
2011-12-18 jrash sync with en/mplayer.1 rev. 34438
2011-12-18 cehoyos Support decoding yuv411p rawvideo.
2011-12-16 ib Fix skin documentation.
2011-12-15 cigaes Support SBG decoding using ffwavesynth.
2011-12-15 cehoyos Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
2011-12-14 cehoyos Support FFmpeg mmvideo decoder.
2011-12-14 cehoyos Support FFmpeg Dxtory decoder.
2011-12-14 iive Avoid double conversion from utf16/ucs2 to utf8 for text subtitles.
2011-12-13 ib Revise German translation of MSGTR_MENU_PlayDisc.
2011-12-12 ib Return right pointer.
2011-12-11 reimar Require a fribidi version that defines FriBidiParType.
2011-12-11 ib Leave the focus in fsFNameList after key event in file selector.
2011-12-11 reimar Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.
2011-12-11 ib Add Return key events to playlist's file lists.
2011-12-11 ib Add Return key events to playlist buttons.
2011-12-11 ib Make column titles in playlist passive.
2011-12-11 ib Fix bug with wrong focus in file selector.
2011-12-11 ib Cosmetic: Adjust indent.
2011-12-11 ib Add Return key events to file selector buttons.
2011-12-11 reimar Add a test file for ultravox in comment.
2011-12-11 reimar Allow compiling libass without fribidi again.
2011-12-11 ib Don't allow option gui-include in config files.
2011-12-11 ib Cosmetic: Adjust indent.
2011-12-11 ib Enable gui slave commands.
2011-12-10 reimar Add highly experimental support for OpenGL ES.
2011-12-10 reimar Use glLoadMatrixf. This makes it easier to support OpenGL ES.
2011-12-10 reimar By default ignore CTRL key on its own.
2011-12-10 reimar Use an enum to define keycodes and fix CTRL and backspace key having
2011-12-09 siretart loosen the dependency on libjpeg-dev
2011-12-09 ib Change prefix for internal events from ev to iv.
2011-12-09 ib Add evSetSubtitle event to the Win32 GUI.
2011-12-09 ib Remove unused symbolic constant and code for evFirstLoad.
2011-12-09 ib Remove unused symbolic constant definitions for events.
2011-12-09 ib Replace evPlayNetwork by evLoadURL.
2011-12-09 ib Change parameter name and its declaration to const.
2011-12-09 ib Add doxygen comment to app.c
2011-12-09 ib Remove non-existing GUI user events.
2011-12-08 ib Fix bug in Win32 GUI introduced in r34403.
2011-12-08 ib Replace evSetURL by evLoadURL for consistency.
2011-12-08 ib Add evSetAspect to the skin documentation on GUI messages (where
2011-12-08 ib Cosmetic: Add evSetAspect event to video events.
2011-12-08 ib Cosmetic: Synchronize evPlaylist event and message names.
2011-12-08 ib Add evHalfSize event to the Win32 GUI.
2011-12-08 ib Fix bug with evHalfSize event.
2011-12-08 ib Revise skin documentation on GUI messages.
2011-12-08 ib Cosmetic: Rearrange and group GUI user events.
2011-12-08 cehoyos Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
2011-12-08 ib Remove event evDropFile from Win32 GUI.
2011-12-08 cehoyos ffmjpeg does not incorrectly output BGR32 anymore for ljpeg.
2011-12-06 reimar Try harder to extract a sensible palette from extradata.
2011-12-05 reimar Fix OSD time and e.g. frame number displayed with osd_fractions
2011-12-05 reimar Make emms/femms code simpler/more obvious.
2011-12-05 reimar vo_kva: support -title.
2011-12-05 reimar Discard frames where the size does not match the AVCodecContext width/height.
2011-12-05 diego configure: (internal) libass depends on FriBiDi now; check availability
2011-12-05 diego Restore mistakenly removed MSGTR_AO_SUN_RtscWriteFailed message.
2011-12-05 diego Remove some stray English messages from the Dutch message translation.
2011-12-04 cehoyos Support FFmpeg's PCM 16-bit little-endian planar decoder.
2011-12-04 cehoyos Support FFmpeg's EA MAD decoder.
2011-12-04 cehoyos Support FFmpeg vdmaudio decoder.
2011-12-04 cehoyos Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
2011-12-04 reimar Add workaround for CTRL key getting stuck for X11 backend
2011-12-03 reimar Commit added forgotten in previous commit.
2011-12-03 reimar Support -title for -vo corevideo.
2011-12-03 cboesch vd_ffmpeg: fix comment typo (sepcified → specified)
2011-12-03 reimar Support -title with -vo quartz.
2011-12-03 reimar Remove variable that is only assigned but never used.
2011-12-03 reimar Update libass to 0.10 release.
2011-12-03 reimar Remove unused header.
2011-12-03 reimar Make -title and -use-filename-title work on Windows.
2011-12-03 reimar X11: update title only on reconfigure instead of at least once per frame.
2011-12-03 reimar Finally apply forgotten patch to fix VDCTRL_QUERY_UNSEEN_FRAMES result for vd_ffmpeg.
2011-12-03 reimar Fix mp_tag2codec_id to take all AVI tags into account again.
2011-12-03 cehoyos Support FFmpeg QPEG decoding.
2011-12-03 cehoyos Cosmetics: Add a comment about the eatgv internal MPlayer FourCC.
2011-12-02 cehoyos Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
2011-12-02 cehoyos Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
2011-12-02 cehoyos Support FFmpeg Funcom IMA ISS ADPCM decoding.
2011-12-02 cehoyos Support FFmpeg VBLE decoder.
2011-12-01 reimar Make cache process detect when the main process disappeared and
2011-12-01 reimar Only print printable characters, not all ASCII ones.
2011-12-01 reimar X11: support CTRL key and thus key combinations with it.
2011-11-29 diego debian: Ignore files and directories that are created during package builds.
2011-11-29 ranma conf_packet_size is used as CONF_TYPE_INT, which is a 32bit type (fixes possible memory corruption).
2011-11-29 ranma edl_seek_type is used as CONF_TYPE_FLAG, which is a 32bit-Type (fixes possible memory corruption).
2011-11-29 diego debian: adjust documentation build process, which now works non-recursively
2011-11-29 cehoyos Support RGB FFV1 videos without transparency.
2011-11-24 reimar Use lookup_keymap_table instead of a large number of switch cases.
2011-11-24 reimar Reindent.
2011-11-24 reimar caca: process all pending events instead of exactly one per check_events.
2011-11-23 reimar caca: for ordinary keys, send key events on press instead of release.
2011-11-23 reimar caca: support mouse events and more keys.
2011-11-23 reimar Replace constant by define with same value.
2011-11-22 reimar Change extended key handling so we will never call mplayer_put_key twice
2011-11-22 reimar Make vf expand more picky:
2011-11-22 reimar Set chroma_x_shift for 1-plane YUV formats.
2011-11-19 al vo direct3d: fix crash in osd drawing code
2011-11-16 diego ao_null: mark global variables only used within the file as static
2011-11-16 diego configure: add HAVE_OS2THREADS to config.h for libavformat
2011-11-16 diego doc: our Bugzilla is no longer brand-new; closes Bugzilla #2013
2011-11-15 cigaes OSD fractions: do not round up decimals
2011-11-14 reimar Some spelling/grammar fixes.
2011-11-14 reimar Remove pointless casts.
2011-11-14 diego ao_alsa: drop check for sys/asoundlib.h and ALSA version
2011-11-14 diego ai_alsa: set appropriate #defines to work with ALSA 0.9.x headers
2011-11-13 cehoyos Update regression test results to current FFmpeg.
2011-11-13 jrash Synced with help_mp-en.h rev. 34335
2011-11-11 reimar Make WAV format detection more restrictive so it does not incorrectly
2011-11-11 reimar Sanitize channel count for libaf to avoid crashes since it is used unchecked.
2011-11-10 cehoyos Fix .qcp (raw QCELP) playback.
2011-11-10 cehoyos Add lmlm4 regression test.
2011-11-10 cehoyos Fix fffrwu decoding.
2011-11-09 diego vo_caca: Port to libcaca 1.x API, which is widespread enough nowadays.
2011-11-09 diego vo_caca: reformat and prettyprint as K&R, shorten some lines
2011-11-09 diego vd_ffmpeg: Conditionally declare lavc_param_wait_keyframe to fix warning.
2011-11-09 diego Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
2011-11-09 cehoyos Fix "m1v " playback.
2011-11-08 cehoyos Support BMV decoding (bug 2009).
2011-11-08 reimar Add support for decoding EA CMV files.
2011-11-08 reimar Avoid running video-only test on audio-only files.
2011-11-08 reimar Remove unused variable.
2011-11-08 reimar Add beginnings of a test framework.
2011-11-08 reimar Detect codecs requiring too many references for DR also when they
2011-11-07 diego libvo: Move x86_cpu.h #include to aclib_template, where it is actually used.
2011-11-07 diego configure: add CONFIG_GNUTLS/CONFIG_OPENSSL to config.h for libavformat
2011-11-07 diego doc: Remove outdated FAQ entry about Mac OS X 10.3.
2011-11-07 diego Remove outdated entries from the Spanish FAQ translation.
2011-11-07 diego build: merge DOCS/xml/Makefile into top-level Makefile
2011-11-07 diego build: drop releaseclean target
2011-11-07 diego build: Remove dangling reference to removed DOCS/xml/configure.
2011-11-07 diego doc: Move XML translation notes to translations.txt.
2011-11-07 diego doc: cosmetics: reindent German documentation.xml
2011-11-07 diego doc: drop outdated FIXME comment
2011-11-07 reimar Prefer converting GBR24P to other 8 bit per component RGB formats.
2011-11-07 diego Split Spanish mencoder.xml like it was done for the English translation.
2011-11-06 reimar Fix compilation with --disable-mencoder.
2011-11-06 diego doc: Move all XML entities to main.xml.
2011-11-06 reimar vo md5sum: support printing to stdout.