2007-08-25 |
diego |
Add multiple inclusion guards.
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
Move button variable into the if () where it is actually used.
|
2007-08-25 |
diego |
Remove redundant extern declarations, #include the right headers instead.
|
2007-08-25 |
gpoirier |
sync w/r24084
|
2007-08-25 |
diego |
Fix redundant redeclaration warnings.
|
2007-08-25 |
diego |
Fix unused variable warning when USE_DVDNAV is not defined.
|
2007-08-25 |
diego |
Remove redundant extern variable declarations, include proper headers instead.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declarations.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declarations.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Fix some unused variable warnings.
|
2007-08-25 |
reimar |
Revert r24158, it is not necessary with unsigned bitfield
|
2007-08-25 |
reimar |
Change bitfield to unsigned so that we get the usual truth values
|
2007-08-25 |
Gabrov |
synced with r24137
|
2007-08-25 |
reimar |
Hack around broken bitfields in gcc 4.2
|
2007-08-25 |
reimar |
Fix invalid fd check, the bug is somewhere else though.
|
2007-08-25 |
reimar |
HACK: check added fds for validity because otherwise mplayer
|
2007-08-25 |
reimar |
Fix loads of warnings
|
2007-08-25 |
uau |
Handle queued commands from input event functions immediately
|
2007-08-25 |
uau |
Watch X11 fd in main input select() if using vo xv
|
2007-08-25 |
uau |
Add separate event input type for terminal+vo
|
2007-08-25 |
uau |
Use a single select() for both key and slave input
|
2007-08-25 |
uau |
Clean up getch2() code somewhat
|
2007-08-25 |
uau |
Make terminal input work more like VO key input
|
2007-08-25 |
uau |
Remove unused function
|
2007-08-25 |
uau |
Use bitfield instead of manual bit fiddling in input.c
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Fix unused variable warning.
|
2007-08-24 |
reimar |
Add missing pixelformat conversion function prototype
|
2007-08-24 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
|
2007-08-24 |
diego |
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
|
2007-08-24 |
diego |
Remove redundant extern variable declaration.
|
2007-08-24 |
diego |
Fix unused variable warning.
|
2007-08-24 |
diego |
Remove unused variable.
|
2007-08-24 |
diego |
Remove silly #ifdef around the complete file.
|
2007-08-24 |
diego |
misc markup fixes
|
2007-08-24 |
diego |
Wording and markup improvements for the -tvscan option.
|
2007-08-24 |
diego |
Leading underscores in identifiers are forbidden.
|
2007-08-24 |
diego |
Remove fallback round implementation that is protected by a preprocessor
|
2007-08-24 |
diego |
Remove unused extern variable declaration.
|
2007-08-24 |
diego |
Remove redundant variable declaration along with the corresponding warning.
|
2007-08-24 |
diego |
1000l: Revert stray hunk that crept in with last commit.
|
2007-08-24 |
diego |
Use consistent include path.
|
2007-08-23 |
cehoyos |
Removed uninitialized variable.
|
2007-08-23 |
reimar |
Use new request_channels
|
2007-08-23 |
diego |
100l typo: ENTER --> KPENTER
|
2007-08-23 |
diego |
Fix KPENTER keycode value on Mac OS X.
|
2007-08-23 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
2007-08-23 |
voroshil |
Fix blue color for yv12 and i420 image formats in "automute" screen
|
2007-08-22 |
cehoyos |
Fix compilation of live555 support after FFmpegs r10173.
|
2007-08-22 |
diego |
CONFIG_DARWIN was removed from FFmpeg.
|
2007-08-22 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
|
2007-08-22 |
reimar |
Finally fix --enable-debug compilation
|
2007-08-22 |
voroshil |
Fix [soc:eoc] stubs.
|
2007-08-22 |
voroshil |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-22 |
voroshil |
r24030: Document special A-V sync issues with FLV files
|
2007-08-22 |
voroshil |
sync tag update
|
2007-08-21 |
diego |
Remove Windows-only replacement gettimeofday() implementation, both Cygwin
|
2007-08-21 |
reimar |
Set DVD speed earlier to avoid drive spinup during open
|
2007-08-21 |
Gabrov |
synced with r24110
|
2007-08-21 |
uau |
Remove unnecessary OSD visibility code
|
2007-08-21 |
uau |
Minor code cleanup
|
2007-08-20 |
diego |
Add some missing libavcodec video encoders.
|
2007-08-20 |
diego |
Sort libavcodec encoders.
|
2007-08-20 |
nicodvb |
reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
|
2007-08-20 |
reimar |
Runtime-patching for windows to fix crash with drv43260.dll
|
2007-08-20 |
iive |
remove gconvert_uri_to_filename() and use url_unescape_string() instead.
|
2007-08-20 |
reimar |
We can support SEEK_END seeks only when stream->end_pos is known
|
2007-08-20 |
reimar |
Add support for AVSEEK_SIZE in demux_lavf
|
2007-08-20 |
reimar |
-subfps makes sense for frame-based subtitle formats as well!
|
2007-08-19 |
reimar |
Do not seek to an invalid position.
|
2007-08-19 |
nicodvb |
added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
|
2007-08-19 |
reimar |
Replace dvdread bswap.h by something more sane for us.
|
2007-08-19 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
2007-08-18 |
nplourde |
added proper e-mail address
|
2007-08-18 |
nplourde |
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
|
2007-08-18 |
reimar |
Functions that do not return a value must be void
|
2007-08-18 |
reimar |
Text files must end with a newline
|
2007-08-18 |
reimar |
Remove duplicate extern declaration
|
2007-08-18 |
Gabrov |
increasing sync tag after Apple Remote message added
|
2007-08-18 |
Gabrov |
synced with r24091
|
2007-08-18 |
diego |
Add libdvdcss-specific CFLAGS in the correct place.
|
2007-08-18 |
uau |
Remove an unnecessary #ifdef
|
2007-08-17 |
diego |
Complete the list of libavcodec audio encoders.
|
2007-08-17 |
diego |
Ignore main.xml.
|
2007-08-17 |
diego |
Reorder installation requirements list, wording/spelling.
|
2007-08-17 |
diego |
Sync local diff with latest changes.
|
2007-08-17 |
diego |
Sync libdvdread with version 0.9.7.
|
2007-08-16 |
diego |
small libavcodec audio codec clarifications
|
2007-08-16 |
diego |
misc fixes and additions
|
2007-08-16 |
rathann |
Explicitly mention the need to rebuild MPlayer after installing AMR libs.
|
2007-08-16 |
mhoffman |
adding help for --ar --ranlib
|
2007-08-16 |
diego |
Move setting of res_comment for internal dvdread to a more sensible place.
|
2007-08-16 |
mhoffman |
allow setting of ranlib from the commandline of configure
|
2007-08-16 |
mhoffman |
allow setting of ar from the commandline of configure
|
2007-08-16 |
diego |
Remove local MinGW gettimeofday() implementation, there is now a native
|
2007-08-16 |
diego |
Sync local diff with current version.
|
2007-08-16 |
diego |
Sync libdvdread with version 0.9.6.
|
2007-08-15 |
diego |
Sync local diff with current version.
|
2007-08-15 |
diego |
cosmetics: Do not add trailing whitespace to lines we change.
|
2007-08-15 |
diego |
Sync another change from upstream.
|
2007-08-15 |
diego |
Remove modification comments from files that are no longer modified.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (cosmetic changes).
|
2007-08-15 |
diego |
cosmetics: alphabetical order
|
2007-08-15 |
diego |
1000l: Forgot to add new files, *sigh*.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (functional changes).
|
2007-08-15 |
diego |
Identifiers should not start with two underscores.
|
2007-08-15 |
diego |
Remove unused variable.
|
2007-08-15 |
diego |
cosmetics: Reorder lines for consistency.
|
2007-08-15 |
diego |
Document how to encode with some more libavcodec audio codecs.
|
2007-08-15 |
diego |
Clarify comment as pointed out by Ulion.
|
2007-08-15 |
uau |
Remove pointless #ifdef
|
2007-08-14 |
gpoirier |
AC3 --> AC-3, as done in r24056
|
2007-08-14 |
diego |
Rename TMPO to TMPEXE, it is an executable, not an object file.
|
2007-08-14 |
diego |
cosmetics: prettyprint
|
2007-08-14 |
diego |
Apple Remote support
|
2007-08-13 |
diego |
AC3 --> AC-3
|
2007-08-13 |
diego |
Document how to encode with some libavcodec audio codecs.
|
2007-08-13 |
diego |
Fix compilation on BSD.
|
2007-08-13 |
diego |
Remove unused variables.
|
2007-08-13 |
cehoyos |
Fix likely mistake when using char*.
|
2007-08-13 |
cehoyos |
Remove additional warnings when using icc - similar to -Wno-pointer-sign.
|
2007-08-12 |
diego |
MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-12 |
diego |
Remove unused definition.
|
2007-08-12 |
diego |
Remove outdated lines.
|
2007-08-12 |
diego |
Declare all vo_gamma variables in libvo/video_out.h and remove them from
|
2007-08-12 |
diego |
Fix UDP select timeout.
|
2007-08-09 |
gpoirier |
Change "object type complexity" parameter of FAAC in the
|
2007-08-09 |
reimar |
The "svn copy" method for reverting has worked flawlessly for me without
|
2007-08-09 |
diego |
Move some more compiler flags to configure.
|
2007-08-09 |
reimar |
When a new subtitle stream becomes available check if it is the one that
|
2007-08-08 |
diego |
Remove unused definition.
|
2007-08-08 |
cehoyos |
printf in mp_image.h was changed to fprintf in r17972.
|
2007-08-08 |
cehoyos |
Fix warning: too many arguments for format
|
2007-08-08 |
cehoyos |
Cosmetics: Remove empty block.
|
2007-08-08 |
cehoyos |
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
|
2007-08-08 |
kraymer |
r23920: Teletext support (and editor's info)
|
2007-08-08 |
reimar |
Add <application> tag around MEncoder
|
2007-08-08 |
ptt |
synced with r24030
|
2007-08-08 |
ptt |
synced with r23996
|
2007-08-08 |
cehoyos |
Remove useless #include and silence warnings when compiling find_sub.c.
|
2007-08-08 |
diego |
Move some #defines into configure/config.h.
|
2007-08-08 |
reimar |
Document special A-V sync issues with FLV files
|
2007-08-08 |
cehoyos |
bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.
|
2007-08-08 |
kraymer |
Chinese man page translation is in sync now
|
2007-08-08 |
kraymer |
This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
|
2007-08-07 |
kraymer |
r23996: Hint at mf://@... syntax
|
2007-08-07 |
cehoyos |
Kill two warnings.
|
2007-08-07 |
michael |
make x264 work again after the h264-libx264 renaming
|
2007-08-07 |
diego |
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
|
2007-08-07 |
diego |
Improve error message.
|
2007-08-07 |
diego |
HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
|
2007-08-07 |
ptt |
synced with r23982
|
2007-08-07 |
ptt |
synced to r23983
|
2007-08-07 |
diego |
HAVE_INTTYPES_H is already declared in config.h.
|
2007-08-07 |
Gabrov |
synced with r24016
|
2007-08-06 |
cehoyos |
Added Alan Nisotas modify_reg.
|
2007-08-05 |
gpoirier |
sync w/ r23996
|
2007-08-04 |
cehoyos |
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
|
2007-08-04 |
cehoyos |
Moved dvdtimetomsec to stream_dvd_common.c.
|
2007-08-04 |
diego |
Remove unused variables.
|
2007-08-04 |
nicodvb |
cosmetics: removed commented code and small reindentation
|
2007-08-04 |
nicodvb |
removed unused variables
|
2007-08-04 |
reimar |
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
|
2007-08-04 |
iive |
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
|
2007-08-03 |
reimar |
Handle case where get_image is called twice without a draw_image in-between
|
2007-08-03 |
reimar |
Give the cpuinfo binary the right suffix $_exesuf
|
2007-08-03 |
reimar |
Forgot to add the main vo_xvr100.c file
|
2007-08-03 |
reimar |
add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
|
2007-08-03 |
eugeni |
Don't apply windows-like font scaling if hhea or os2 tables contain invalid
|
2007-08-03 |
eugeni |
Workaround for fonts with zero ascender/descender in horizontal header.
|
2007-08-03 |
eugeni |
Factor out common code from ass_font_new and ass_font_reselect.
|
2007-08-03 |
eugeni |
More simple and correct font reselection.
|
2007-08-03 |
cehoyos |
Added missing newline.
|
2007-08-02 |
uau |
Revert setting audio output channel count for FFmpeg
|
2007-08-02 |
voroshil |
r23996: Hint at mf://@... syntax
|
2007-08-02 |
reimar |
Hint at mf://@... syntax
|
2007-08-02 |
compn |
fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups
|
2007-08-01 |
reimar |
Set lavc_context->channels before opening the codec, it is sufficient to
|
2007-08-01 |
compn |
xan wc4 video decoding, removed bframe warning message
|
2007-08-01 |
uau |
Define ENABLE_GRAY for FFmpeg
|
2007-08-01 |
ptt |
better wording - thanx nico :)
|
2007-08-01 |
voroshil |
r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
diego |
10l for committing untested changes, a test call was missing.
|
2007-08-01 |
kraymer |
r23687: Implemented tv://[<channel>][/<input_id>] url syntax
|
2007-08-01 |
voroshil |
(cosmetics) Make TV detection code two spaces indented
|
2007-08-01 |
voroshil |
Enable teletext for V4Lv1.
|
2007-08-01 |
reimar |
Fix detection of xan audio. -noidx or -forceidx still is necessary
|
2007-08-01 |
diego |
Added FIXME skeletons for missing lavc options.
|
2007-08-01 |
diego |
i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
diego |
i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
reimar |
Ugly hack to make xanlib.dll work.
|
2007-08-01 |
voroshil |
r23897: Experimental negative panscan values
|
2007-08-01 |
voroshil |
r23891: typo fix: childs --> children
|
2007-07-31 |
compn |
add possibly incorrect subfont entry
|
2007-07-31 |
michael |
allow to specify the audio bitrate in bits (some codecs need that ...)
|
2007-07-31 |
michael |
get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
|
2007-07-31 |
michael |
make muxer store the provided timestamps
|
2007-07-31 |
michael |
make timestamps out of hot air
|
2007-07-31 |
michael |
make a few more parameters accessable from mplayer
|
2007-07-31 |
reimar |
mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
|
2007-07-31 |
ivo |
Make the printoption function take the default values from the variable
|
2007-07-31 |
ivo |
cosmetics, indentation
|
2007-07-31 |
ivo |
Shorten (un)setting of all test flags
|
2007-07-31 |
ivo |
Much smaller command line parser
|
2007-07-31 |
ptt |
another little corrections
|
2007-07-31 |
ptt |
added missing ":"'s
|
2007-07-31 |
ptt |
better wording
|
2007-07-31 |
ptt |
sorry, left english phrase in...
|
2007-07-31 |
ptt |
synced with r23962
|
2007-07-31 |
ptt |
added missing ':' for separator
|
2007-07-31 |
ptt |
synced to r23920
|
2007-07-31 |
ivo |
Update copyright info and license
|
2007-07-31 |
ivo |
cosmetics, break overly long lines
|
2007-07-31 |
ivo |
replace ^I by $TAB now that TAB is global
|
2007-07-31 |
ivo |
only test for stupid code and reserved identifiers if there are any .c or .h
|
2007-07-31 |
ivo |
10l, forgot to make TAB global
|
2007-07-31 |
ivo |
Test for reserved identifiers.
|
2007-07-31 |
diego |
Identifiers starting with underscores are reserved.
|
2007-07-31 |
diego |
UTF-8 conversion
|