log

age author description
2006-09-03 rtogni Workaround for live Real streams starting with nonzero pts
2006-09-03 eugeni Apply -ass-force-style also to matroska plaintext subs.
2006-09-03 eugeni Cosmetics: restore indentation after recent changes.
2006-09-03 eugeni Add -ass-styles option. It allows to load styles from a file and use them
2006-09-03 eugeni Fix last commit.
2006-09-03 eugeni More checks in ass_render_event.
2006-09-03 eugeni Remove unneeded variable.
2006-09-03 diego Add some more mime types from the SUSE packman package.
2006-09-03 diego small markup/grammar fix
2006-09-03 eugeni ass-color and ass-border-color options.
2006-09-03 reimar Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch
2006-09-02 Gabrov added missing reference to radio.xml
2006-09-02 eugeni Add support for rendering matroska plaintext subtitles with libass.
2006-09-02 eugeni Matroska subtitles are always utf-8, no need to recode them.
2006-09-02 eugeni Fix read beyond the end of allocated memory block.
2006-09-02 eugeni Display track names in matroska files.
2006-09-02 eugeni Don't sort events when reading external subs. With r19644, the order does not matter.
2006-09-02 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
2006-09-02 nicodvb forgotten to pass the crc32 be2me_32()
2006-09-02 eugeni Remove some unused code.
2006-09-02 eugeni Read layer info from external subs.
2006-09-02 diego -lm needs to come before -laudio to avoid link errors in the NAS check.
2006-09-02 Gabrov synced with r19638
2006-09-02 Gabrov man/hu/mplayer.1 synced with r19635
2006-09-02 diego Fix sync tag.
2006-09-02 diego Set default svn:keywords and svn:eol-style properties.
2006-09-02 Gabrov DOCS/xml/hu synced with r19634
2006-09-02 diego Set default svn:eol-style and svn:keywords properties.
2006-09-02 diego new translation, synced with r17322
2006-09-02 attila Get rid of code I neither know nor use anymore.
2006-09-02 diego sync with r19587
2006-09-01 diego Document (no)global x264 encoding option.
2006-09-01 diego Add noglobal counterpart to the global flag.
2006-09-01 eugeni Make \fr* parameter a floating point value.
2006-09-01 eugeni Extract "application/x-font" attachments from matroska, in addition
2006-09-01 rik adding myself to the files in relevant places
2006-09-01 rik Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
2006-09-01 diego Remove stray and superflous #ifdef checks.
2006-09-01 ben fix build on some old 2.6 kernels, patch by Gernot Hillier
2006-09-01 diego Update with current status.
2006-09-01 diego wording/spelling cosmetics
2006-09-01 diego The FSF changed postal address.
2006-09-01 diego Add miniLZO and librtsp.
2006-08-31 eugeni Bugfix: potential write of unallocated memory.
2006-08-31 nicodvb include forgotten limits.h
2006-08-31 eugeni Bugfix: wrong height value used in font size calculation.
2006-08-31 diego Remove spurious line.
2006-08-31 diego Check for requirements at configure-time, not at run-time.
2006-08-31 diego Improve radio command descriptions.
2006-08-31 reimar Do not cast calloc/malloc results
2006-08-31 diego cosmetics: Fix ugly one-space indentation in radio check.
2006-08-31 gpoirier sync w/r19569
2006-08-31 diego wording/markup fixes
2006-08-31 kraymer r19606: documented -lavfdopts
2006-08-30 nicodvb mention -demuxer lavf in the dvb input section
2006-08-30 nicodvb documented -lavfdopts
2006-08-30 nicodvb split in 2 'horribly long line'
2006-08-30 nicodvb added lavfdopts to pass options to libavformat
2006-08-30 nicodvb make sure opt.h is present when detecting libavformat
2006-08-30 kraymer r19599: Improve radio section.
2006-08-30 rtogni Avoid a potential strdup(NULL)
2006-08-30 michael make the C code of the swscaler which i wrote LGPL
2006-08-29 diego Improve radio section.
2006-08-29 eugeni Change default font family and color for plain text subs.
2006-08-29 nicodvb accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
2006-08-29 nicodvb complete range of frequencies for Ireland; patch by gmccullagh gmail com
2006-08-29 reimar description of radio slave commands, copied from TV command descriptions :-)
2006-08-29 eugeni Bugfix: strdup of NULL value.
2006-08-29 kraymer r19265: how to encode to PSP format (patch by Christian Obst, christian_obst gmx de)
2006-08-29 diego grammar/wording/markup fixes
2006-08-29 kraymer fixe some typos and formatting of -radio entry
2006-08-29 eugeni Apply -ass-force-style also to tracks generated from subdata.
2006-08-29 diego Fix build after radio commit, patch by Jindrich Makovicka.
2006-08-28 aurel fix build failure when ASS is disabled
2006-08-28 diego ftp.mplayerhq.hu --> upload.mplayerhq.hu
2006-08-28 reimar Cosmetics: reindent, remove tabs and break overlong lines.
2006-08-28 reimar Cosmetics: fix indentation after last patch
2006-08-28 reimar Hardware EOSD (ass) support.
2006-08-28 michael "global header" support, this is pretty much just copy and pasted code from
2006-08-28 eugeni Add EOSD support to vf_vo.
2006-08-28 reimar Forgot that AUTHORS has multiple sections and ended up putting
2006-08-28 reimar Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not apply cleanly before.
2006-08-28 reimar svn diff does not show files you forgot to add, so recommend of svn status, too
2006-08-28 reimar Forgotten documentation part of radio support patch
2006-08-28 vayne bug fix for starting gmplayer with -fs when using the sub window
2006-08-28 vayne vo_colorkey change to avoid clashes with other black windows
2006-08-28 michael segfault fix
2006-08-28 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
2006-08-28 eugeni Ignore '*' at the beginning of style name.
2006-08-28 eugeni Fix font scaling taking margins into account.
2006-08-28 diego Add missing backslashes.
2006-08-28 gpoirier sync with r19561
2006-08-28 eugeni Add -(no)ass-use-margins option.
2006-08-28 jheryan Synced to 25.8.2006
2006-08-28 jheryan Synced to 25.8.2006
2006-08-28 jheryan Synced to 25.8.2006
2006-08-28 diego live.com --> LIVE555
2006-08-27 diego Move MLIB_LIB to COMMON_LIBS.
2006-08-27 eugeni Cosmetics: fix indentation after r19562.
2006-08-27 eugeni Transition effects support.
2006-08-27 diego Clarify font load message.
2006-08-27 diego Reenable some encoders even for MPlayer-only compilation, some filters need it.
2006-08-27 diego Only add include flags if cc_check succeeded.
2006-08-27 diego Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
2006-08-27 diego Clarify messages.
2006-08-27 eugeni Zero fill ass_settings_t before use.
2006-08-27 reimar Mixed up from and to charsets in iconv open failure message.
2006-08-26 diego Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
2006-08-26 diego Remove superfluous --with-termcaplib option.
2006-08-26 diego Add --extra-libs option to pass linker flags.
2006-08-26 eugeni Simplify ass_glyph_cache_reset().
2006-08-26 reimar Fix mingw compilation
2006-08-26 reimar Cosmetics: recommit patch changing return values to defines
2006-08-26 reimar Recreate tcp.c as partial copy from network.c
2006-08-26 reimar remove to allow readding as copy from network.c
2006-08-26 reimar Get rid of demux_aid_vid_mismatch mess.
2006-08-26 eugeni Reset glyph cache on reconfigure.
2006-08-26 eugeni Add right and left margins support to libass.
2006-08-26 nicodvb don't try to autodetect aac in pes packets (the detection is prone to give wrong results); use the stream_type from the PMT instead
2006-08-26 diego Remove --with-madlibdir option, it never worked anyway.
2006-08-26 vayne Further fullscreen switching improvements. Fixes sub window position bug when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes.
2006-08-26 ben documented new slave mode commands
2006-08-26 ben extended slave mode with metadata retrieval commands
2006-08-25 ben added new helpers to allow easy metadata retrieval and make libmenu use them
2006-08-25 ben if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware).
2006-08-25 ben updated sample of libmenu config file with latest improvements
2006-08-25 ben new option for libmenu that allow display of properties and metadata of currently played stream
2006-08-25 diego Remove redundant variable that is contained in COMMON_LIBS.
2006-08-25 diego Remove redundant variables that are contained in COMMON_LIBS.
2006-08-25 diego Sync with the creation of the stream directory.
2006-08-25 diego Disentangle toolame CFLAGS and LDFLAGS handling.
2006-08-25 diego Disentangle libdv and vorbis linker flags.
2006-08-25 diego cosmetics: Move some parts to more sensible places.
2006-08-24 diego Fix .align is a power of two check.
2006-08-24 eugeni Add VFCTRL_DRAW_EOSD.
2006-08-24 reimar A value of 2 is valid for noup, too
2006-08-24 diego Fix MEncoder build when bitmap fonts are disabled.
2006-08-24 eugeni Fix previous commit.
2006-08-24 eugeni Simplify vf_ass initialization.
2006-08-24 diego cosmetics: Reorder some rules.
2006-08-24 diego Adapt .so pattern rule for more than one object file.
2006-08-24 diego Redundancy removal part IV: Create pattern rules for .o and .so creation.
2006-08-24 diego sis_vid.so should be created from more than one object.
2006-08-24 diego Remove nonsens comment.
2006-08-24 diego Redundancy removal part III: Unify LDFLAGS handling some more.
2006-08-24 diego Redundancy removal part II: Remove useless variable indirection.
2006-08-23 diego Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.
2006-08-23 diego The way to ignore failing commands in Makefiles is to prepend a -.
2006-08-23 diego Simplify compilation commands with $< and $@.
2006-08-23 diego Remove useless define from MACH64 CFLAGS.
2006-08-23 kraymer r19508: Put -ass options in alphabetical order.
2006-08-23 kraymer r19507: syntax/consistency fix
2006-08-23 diego Remove reference to long-gone genfb driver.
2006-08-23 diego Put -ass options in alphabetical order.
2006-08-23 diego syntax/consistency fix
2006-08-23 gpoirier always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).
2006-08-23 gpoirier sync w/ r19503
2006-08-23 gpoirier How to handle broken/copy protected VOB files?
2006-08-22 eugeni Add -ass-force-style to man page.
2006-08-22 diego Remove reference to non-existent variable.
2006-08-22 eugeni New cmdline option: -ass-force-style.
2006-08-22 diego demux_avs compilation should depend on WIN32DLL support, not a linker flag.
2006-08-22 diego Remove backup files from the win32 subdir as well.
2006-08-22 eugeni SSA/ASS parser reworked, with 2 main results:
2006-08-22 ben added new filter option to menu file browser to only display some files according to extension
2006-08-22 ben support multiple actions in menu's file browser using key bindings
2006-08-22 ben fix menu toggle/hide issues
2006-08-22 diego Remove useless else clauses.
2006-08-22 diego Enclose all space padded headings with quotes.
2006-08-22 gpoirier fix trailing space problem, which was preventing fontconfig to get compiled
2006-08-21 diego support for disabling/enabling bitmap font support from configure
2006-08-21 rfelker use of malloc without prototype.. very bad on 64bit archs
2006-08-21 diego Move libs common to MPlayer and MEncoder to COMMON_LIBS.
2006-08-21 diego Simplify VIDIX lib handling.
2006-08-21 rfelker no c++ decls!
2006-08-21 diego Remove unused variable.
2006-08-21 nicodvb 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
2006-08-21 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
2006-08-21 nicodvb implemented STREAM_CTRL_GET_NUM_CHAPTERS
2006-08-21 nicodvb implemented STREAM_CTRL_GET_NUM_CHAPTERS
2006-08-21 nicodvb added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
2006-08-21 eugeni Add public functions for removal of styles and events.
2006-08-21 diego cosmetics: Fix indentation after last commit.
2006-08-21 diego Properly disable tests that depend on X.
2006-08-21 diego Ignore generated test binaries.
2006-08-21 lucabe Allow to compile swscale tests
2006-08-21 diego Remove superfluous variable settings.
2006-08-21 gpoirier fix null pointer check in add_subtitles,
2006-08-21 diego cosmetics: indentation fix after last commit
2006-08-21 diego Remove duplicate check for $_faad_external = auto.
2006-08-21 diego Only run the check for external FAAD if internal FAAD is not used.
2006-08-20 rfelker missing header for struct timeval
2006-08-20 reimar Get rid of useless vf->priv casts
2006-08-20 diego Fix stray newline that should only be printed in verbose mode.
2006-08-20 gpoirier Fix audio stream selection in Gtk GUI
2006-08-20 reimar Avoid crash if initialization failed.
2006-08-20 reimar Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)
2006-08-20 nicodvb disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
2006-08-20 Gabrov help_mp-hu.h synced with r19462
2006-08-20 diego The X11 header check looks in $_extra_inc that contains directories in the
2006-08-19 diego Ouch, I mistakenly overwrote the contents from this file with a non-working
2006-08-19 nicodvb corrected _very_ misleading comment
2006-08-19 nicodvb implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
2006-08-19 nicodvb removed #if-0 code that dereferenced dvdnav_t's internal members, violating the opaque interface (current dvdnav doesn't even install dvdnav_internal.h system-wide for very good reasons)
2006-08-19 nicodvb 10l: misplaced brace in a switch
2006-08-19 iive Fix xv and xinerama force on --enable-*
2006-08-19 diego Partial sync with message removal from DVD information output change.
2006-08-19 diego Print DVD audio channel and subtitle track information in non-verbose mode,
2006-08-19 diego trailing whitespace cosmetics
2006-08-19 diego Vorbis speedup, Windows GUI
2006-08-19 Gabrov help_mp-hu.h & xml/hu/ports.xml synced with r19449
2006-08-19 nicodvb seeking in dvdnav://
2006-08-19 nicodvb implemented seeking to chapter
2006-08-19 nicodvb sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
2006-08-18 nicodvb seeking by chapters in dvd://
2006-08-18 nicodvb support for seeking to chapter and getting current playing chapter
2006-08-18 nicodvb clarification in a comment
2006-08-18 nicodvb support relative seeking in the stream-driven case
2006-08-18 nicodvb new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
2006-08-18 nicodvb seek to chapter using newly introduced demux_seek_chapter()
2006-08-18 nicodvb added first revision of demuxer_seek_chapter()
2006-08-18 nicodvb new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
2006-08-18 diego Some more consistency for the conditions under which tests are run.
2006-08-18 diego Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"