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"
|
2006-08-18 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
2006-08-18 |
eugeni |
Fix seeking in matroska files when timecodes do not start from zero.
|
2006-08-18 |
corey |
replace echo with printf; fixes compilation when shell is dash and
|
2006-08-18 |
nplourde |
disable double buffer in vo_sdl on macosx. fix flicker issue.
|
2006-08-18 |
nplourde |
fix buffering issues with short audio samples on macosx. patch by Chris Roccati <roccati@pobox.com>
|
2006-08-18 |
nplourde |
fix missing symbol when compiling with live support on mac osx
|
2006-08-17 |
diego |
10l: Also rename configure option for gcc check.
|
2006-08-17 |
diego |
Rename gcc_checking variable to gcc_check.
|