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
|
2007-07-30 |
iive |
Make teletext depend on freetype. Fixes compilation failer (in sub.c).
|
2007-07-30 |
reimar |
100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
|
2007-07-30 |
reimar |
Extend OpenGL configure test to also check for glx/wgl and proper linking.
|
2007-07-30 |
gpoirier |
sync w/23588
|
2007-07-30 |
ivo |
remove GNUism (case range)
|
2007-07-30 |
ivo |
Add test for GNUisms
|
2007-07-30 |
voroshil |
Teletext support for V4Lv1
|
2007-07-30 |
voroshil |
10l: wrong pointer was initialized (causes crash during startup).
|
2007-07-30 |
ben |
h/w -> hardware
|
2007-07-30 |
reimar |
Change V4L2 MPEG decoder check so it can actually fail
|
2007-07-30 |
reimar |
Comment out purely debugging printf that in addition uses __FUNCTION__ which
|
2007-07-30 |
reimar |
Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux
|
2007-07-30 |
reimar |
Simplify sun SCSI command generation
|
2007-07-30 |
reimar |
big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
|
2007-07-30 |
reimar |
Move extern int audio_output_channels; to ad_internal.h
|
2007-07-30 |
reimar |
Indicate desired number of output channels to ffmpeg audio decoder.
|
2007-07-30 |
reimar |
Avoid void * arithmetic
|
2007-07-30 |
reimar |
Use the standard inline instead of __inline
|
2007-07-30 |
reimar |
Another missed case-range
|
2007-07-30 |
reimar |
Do not use gnu case-range extension if it's easy to avoid
|
2007-07-30 |
reimar |
Use goto instead of useless recursion that might fill up the stack
|
2007-07-30 |
reimar |
Do not use a return value for a void function
|
2007-07-30 |
reimar |
C99 varargs in macros can not be empty, adjust definition so it compiles
|
2007-07-30 |
Gabrov |
synced with r23928
|
2007-07-30 |
voroshil |
Subtraction should be done after & operation.
|
2007-07-30 |
voroshil |
Drop out overlooked debug line
|
2007-07-29 |
ben |
update man page with v4l2 a/v outputs
|
2007-07-29 |
ben |
v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
reimar |
More doxygen comments
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
voroshil |
Teletext support.
|
2007-07-29 |
voroshil |
Teletext support.
|
2007-07-29 |
reimar |
Simplify and fix missing offset for Darwin vcd_get/set_msf functions
|
2007-07-29 |
reimar |
Document -rawvideo format="format string"
|
2007-07-29 |
reimar |
Make VCD work on little-endian macs
|
2007-07-29 |
reimar |
Make vcd_get_track_end actually return the end, not the start on Darwin
|
2007-07-29 |
reimar |
Make the vcd seek and get track end functions actually have an effect
|
2007-07-29 |
diego |
punctuation, new sentences on new lines
|
2007-07-29 |
diego |
libdvdcss patch got committed.
|
2007-07-29 |
reimar |
Fix wrong return type in darwin VCD code
|
2007-07-29 |
voroshil |
Replacing global variables in radio:// with
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|