2005-12-07 |
rathann |
add my fix to ps_dec.c to our diff
|
2005-12-07 |
gpoirier |
Every contribution deserves to be listed on the "about" window of the gui.
|
2005-12-07 |
henry |
vf_fspp bframes option
|
2005-12-07 |
henry |
prevent flicker on b-frames, trivial port from vf_spp
|
2005-12-07 |
wanderer |
list myself as patch backlog maintainer
|
2005-12-07 |
wanderer |
option to show the lines containing anomalies, patch by Ivo van Poorten
|
2005-12-07 |
diego |
small updates and fixes
|
2005-12-07 |
diego |
preliminary environment variables section
|
2005-12-07 |
reimar |
really clear frames to black instead of grey, and make sure one of those
|
2005-12-07 |
reimar |
signed division must be used for calculation vo_dx and vo_dy.
|
2005-12-07 |
reimar |
WM_PAINT is the "expose" event, not WM_ACTIVATE
|
2005-12-07 |
jheryan |
Minor spelling fixes
|
2005-12-07 |
jheryan |
Synced with 1.1163
|
2005-12-07 |
al |
Don't abort when xscreensaver window isn't available anymore.
|
2005-12-07 |
ods15 |
more warning fixes
|
2005-12-07 |
ods15 |
compiler warning fixes, some of these were actual (printing) bugs.
|
2005-12-07 |
ods15 |
Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll
|
2005-12-07 |
diego |
-msglevel description improvement
|
2005-12-06 |
wanderer |
new arguments for -vf spp, patch by Corey Hickey
|
2005-12-06 |
reimar |
Must use glFlush when doublebuffering is not used
|
2005-12-06 |
reimar |
Get rid of most #ifdefs
|
2005-12-06 |
reimar |
Fix message handling, process resize events
|
2005-12-06 |
wanderer |
alphabetical order + better explanation for '-lavdopts threads'
|
2005-12-06 |
wanderer |
minor grammar fix, + stray LIVE.COM -> LIVE555 transition
|
2005-12-06 |
ods15 |
another 100l, codec-cfg relied on mp_msg printing nothing....
|
2005-12-06 |
ods15 |
100l, codec-cfg needs fixing after -msgl patch
|
2005-12-06 |
michael |
prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5
|
2005-12-06 |
ods15 |
Fix EDL to be per file, allow -edlout and -edl together as there is really
|
2005-12-06 |
ods15 |
1000l, reverting 2 more unrelated changes with last commit
|
2005-12-06 |
ods15 |
100l, reverting unrelated change with last commit
|
2005-12-06 |
ods15 |
new -msglevel option, constrols msg level for every msg module
|
2005-12-06 |
wanderer |
more minor grammatical fixes
|
2005-12-05 |
gpoirier |
multithreaded decoding
|
2005-12-05 |
gpoirier |
fixes suggested by The Wanderer and Corey
|
2005-12-05 |
ods15 |
expand aspect works by display aspect, not video aspect.
|
2005-12-05 |
rathann |
add missing -I..
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
ad_libvorbis.c:119: warning: assignment from incompatible pointer type
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
fix
|
2005-12-05 |
rathann |
mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'
|
2005-12-04 |
reimar |
Fix popup menu problems: GTK cannot get a grab while the button is down,
|
2005-12-04 |
reimar |
About text should _not_ be editable, it just looks stupid.
|
2005-12-03 |
ranma |
missing dot
|
2005-12-03 |
ranma |
lots of small fixes a few rephrasings
|
2005-12-03 |
ranma |
sync to 1.205
|
2005-12-03 |
michael |
attribute align
|
2005-12-03 |
michael |
switch to snow
|
2005-12-02 |
michael |
multithreaded decoding
|
2005-12-02 |
rfelker |
muxer_lavf MUST be disabled by default until someone adds AVParser
|
2005-12-02 |
rfelker |
fatal error when muxer cannot initialize
|
2005-12-02 |
jheryan |
Synced with 1.100
|
2005-12-02 |
jheryan |
Synced with 1.99
|
2005-12-02 |
jheryan |
Synced with 1.34
|
2005-12-02 |
jheryan |
Synced with 1.12
|
2005-12-02 |
gpoirier |
make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )
|
2005-12-01 |
rtognimp |
export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll
|
2005-12-01 |
rtognimp |
Add CharNextA(), needed by rp8 sipr dll
|
2005-12-01 |
gpoirier |
nits and fixes suggested by The Wanderer and Loren Merritt
|
2005-12-01 |
diego |
vo_tdfxfb should be preferred over vo_3dfx.
|
2005-12-01 |
reynaldo |
wrong output level calculation on af_equalizer leaded to low level output even with all octaves at 0db (default), patch by Corey Hickey bugfood-ml AT -fatooh/org-
|
2005-12-01 |
diego |
AMD's Family 6 CPUs come with two flavors: one that supports SSE and
|
2005-11-30 |
nicodvb |
fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format
|
2005-11-29 |
reynaldo |
Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
|
2005-11-29 |
ranma |
Link was a bit dated (but still working :-))
|
2005-11-29 |
reynaldo |
Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]
|
2005-11-29 |
diego |
Sync man page structure description with actual man page structure.
|
2005-11-29 |
diego |
spelling, capitalization and wording fixes
|
2005-11-29 |
diego |
Smarter defaults, removing obsolete options.
|
2005-11-28 |
diego |
-aop is long obsolete.
|
2005-11-28 |
diego |
-aop is long obsolete.
|
2005-11-27 |
albeu |
Add a function to remove osd msg and use it to remove the "OSD: enabled"
|
2005-11-27 |
gpoirier |
Add indicative QP for ASP and AVC codecs
|
2005-11-27 |
gpoirier |
Explain how to make regression tests with CVS
|
2005-11-27 |
wanderer |
grammar fix on the documentation-updates note
|
2005-11-27 |
alex |
some comments and simplification
|
2005-11-27 |
ranma |
1.1161: misc fixes [partly]
|
2005-11-26 |
diego |
Note about handling patches that contain documentation updates.
|
2005-11-26 |
albeu |
Add support to get the list of files from a file containing one filename
|
2005-11-26 |
gpoirier |
How to create a MPEG4 video from an explicit list of files, based on a patch by devik <devik AH cdi POIS cz>
|
2005-11-26 |
albeu |
Fix URL escaping to correctly handle URL containing an ip6 address or
|
2005-11-26 |
gpoirier |
Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
|
2005-11-25 |
diego |
skin authors, trailing whitespace cosmetics
|
2005-11-25 |
gpoirier |
wording and gramma fixes by Bougiz
|
2005-11-25 |
diego |
When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility
|
2005-11-24 |
gpoirier |
Grammar and wording fixes by Bougiz
|
2005-11-24 |
diego |
productive skin
|
2005-11-23 |
gpoirier |
M-x untabify
|
2005-11-23 |
gpoirier |
correct k6_mtrr detection, add a great deal of infos about newer processors
|
2005-11-23 |
wight |
fixes in examples, minor details
|
2005-11-23 |
jheryan |
Synced with 1.202
|
2005-11-23 |
gpoirier |
sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >
|
2005-11-23 |
diego |
-mc is useful to get rid of A/V desync.
|
2005-11-23 |
gpoirier |
synced with 1.1161
|
2005-11-23 |
diego |
misc fixes
|
2005-11-22 |
al |
Revert previous commit
|
2005-11-22 |
rtognimp |
Ignore OPTIONS rtsp command during playback. Fixes
|
2005-11-22 |
gpoirier |
sync with 1.1159
|
2005-11-22 |
reimar |
Explain -vo gl:slice-height behaviour if YUV rendering is used.
|
2005-11-22 |
ptt |
added a '.'... not abig effort by me indeed :-)))n..
|
2005-11-22 |
ptt |
sync with 1.1158
|
2005-11-22 |
reimar |
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder
|
2005-11-22 |
lorenm |
10l
|
2005-11-22 |
lorenm |
sync to x264 r373 (brdo)
|
2005-11-21 |
ptt |
resolves problem in module stop_xscreensaver, crashing mp after sleep and awake or enabling/disabling xssaver by hand
|
2005-11-21 |
nicodvb |
buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
|
2005-11-21 |
gpoirier |
Mentions that --enable-runtime-cpudetection is not on by default.
|
2005-11-20 |
albeu |
Make the osd command only switch between enabled/disabled when
|
2005-11-19 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-11-19 |
reimar |
Also parse glX extension string, makes -vo gl:swapinterval work again on linux
|
2005-11-18 |
al |
Change MUST to SHOULD have disposition and if applicable language tags.
|
2005-11-18 |
diego |
Unify include path handling by using -I.
|
2005-11-18 |
diego |
302m_convert and 360m_convert are generated files.
|
2005-11-18 |
diego |
fastmemcpybench and cpuinfo are x86-specific.
|
2005-11-18 |
diego |
Unify include path handling by adding $(MPROOT) to CFLAGS.
|
2005-11-18 |
diego |
Makefile reorganized for better clarity and maintainability.
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-11-18 |
ranma |
1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.
|
2005-11-18 |
gpoirier |
synced with 1.1157
|
2005-11-17 |
reimar |
libavformat seems to use "Vo" as Vorbis tag, so add that.
|
2005-11-17 |
reimar |
-novideo does not work in some cases, e.g. with MPEG demuxers.
|
2005-11-17 |
reimar |
new -(no)border option
|
2005-11-17 |
reimar |
Enable border toggling for gl and gl2 under windows.
|
2005-11-17 |
gpoirier |
print the number of encoded frames per seconds (fps) with a greater precision
|
2005-11-17 |
gpoirier |
Reformating and nit
|
2005-11-17 |
gpoirier |
synced with 1.1155
|
2005-11-17 |
albeu |
Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc
|
2005-11-17 |
diego |
Remove stray \n and shorten overly long lines in the process.
|
2005-11-17 |
diego |
Tests should use echocheck/echores instead of plain echo for output.
|
2005-11-17 |
diego |
Update credits, sync a few lines.
|
2005-11-17 |
gpoirier |
Do not build Debian package with runtime CPU detection by default.
|
2005-11-17 |
diego |
spelling/grammar
|
2005-11-16 |
reynaldo |
Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
|
2005-11-16 |
ptt |
Small fixes...
|
2005-11-16 |
ranma |
1.1153: Document the new oss config parameters.
|
2005-11-16 |
ranma |
sync with rev. 1.202
|
2005-11-16 |
albeu |
Big OSD cleanup. Replace the mess with 100's of counter vars
|
2005-11-16 |
ptt |
fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
|
2005-11-15 |
diego |
avisubdump
|
2005-11-15 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-11-15 |
ptt |
little fixes...
|
2005-11-15 |
ptt |
Sync with 1.202
|
2005-11-15 |
ptt |
Added a space after dv suboption for -lavfopts section
|
2005-11-14 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-11-13 |
reimar |
disable *SwapInterval function when extensions are missing, since it
|
2005-11-13 |
rathann |
Simplify weird code. ;)
|
2005-11-13 |
diego |
Unify include paths by adding -I.. to CFLAGS.
|
2005-11-12 |
diego |
Remove duplicate leftover line.
|
2005-11-12 |
reynaldo |
fixes missing caps on last patches
|
2005-11-12 |
gpoirier |
Configure support for Cyrix C3
|
2005-11-12 |
gpoirier |
Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>
|
2005-11-11 |
gpoirier |
synced with 1.1153
|
2005-11-11 |
albeu |
Document the new oss config parameters.
|
2005-11-11 |
joey |
Generate double-click mouse events.
|
2005-11-11 |
joey |
Add double-click mouse events.
|
2005-11-11 |
joey |
Intercept maximize event and go into fullscreen mode.
|
2005-11-11 |
joey |
DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -10,000 to 0.
|
2005-11-11 |
joey |
Adds a target parameter to the volnorm filter.
|
2005-11-11 |
reynaldo |
-waveheader is deprecated, using -ao pcm:waveheader instead
|
2005-11-10 |
diego |
alphabetical order
|
2005-11-10 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
2005-11-10 |
reynaldo |
[TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux
|
2005-11-10 |
joey |
move window style to a macro for easier maintaining
|
2005-11-10 |
reimar |
attempt to fix missing and/or broken boundary checks
|
2005-11-10 |
reimar |
ffmpeg truemotion1 codec now outputs BGR32 for some files
|
2005-11-10 |
reimar |
do not set ctx->vo_inited when init fails. This caused a crash when a
|
2005-11-10 |
reimar |
Do not hang forever when the card delivers no new data.
|
2005-11-10 |
reimar |
implement norm switching, which was already documented??
|
2005-11-10 |
gpoirier |
Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AH
|
2005-11-10 |
albeu |
Allow setting the mixer per instance so one can fallback between
|
2005-11-10 |
al |
Test if source image dimensions are too big.
|
2005-11-10 |
ptt |
small typo
|
2005-11-10 |
ptt |
synced with 1.198
|
2005-11-09 |
ptt |
reordered subtitles language OSD display, since it worked bad for ogm...
|
2005-11-09 |
gpoirier |
sync with 1.1150 (megaslow pp:) )
|
2005-11-09 |
faust3 |
it looks like width needs to be a multiple of 64 for newer cards
|
2005-11-09 |
ranma |
new orthography
|
2005-11-09 |
ranma |
Speling (das -> daÃ?)
|
2005-11-09 |
diego |
typo, trailing whitespace
|
2005-11-08 |
rathann |
SDL no longer needed by default
|
2005-11-08 |
rtognimp |
Add another content-type for aac audio in shoutcast streams
|
2005-11-08 |
ranma |
document new vf_uspp
|
2005-11-08 |
michael |
ultra simple&slow pp filter, yes yet another spp like filter :)
|
2005-11-08 |
diego |
fd --> file descriptor, small fixes
|
2005-11-07 |
reimar |
do not call glFinish when we do not have a context
|
2005-11-07 |
reimar |
Do not show cache-line size message, I've never seen a case where it was useful
|
2005-11-07 |
diego |
typo: libcio --> libcdio
|
2005-11-06 |
reimar |
Fix compilation, use vo_fs instead of fullscreen variable. Not tested.
|
2005-11-06 |
faust3 |
save us from #ifndef hell
|
2005-11-06 |
gabrov |
synced with 1.197
|
2005-11-06 |
faust3 |
there is no sh_video for audio only files
|
2005-11-06 |
ranma |
mostly formatting fixes
|
2005-11-06 |
faust3 |
libcdio
|
2005-11-06 |
faust3 |
make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
|
2005-11-06 |
nicodvb |
fixed possible uint8 overflow; assign progid to the newly created pmt
|
2005-11-06 |
ranma |
10l: osd_show_dvd_nav_highlight is just a flag
|
2005-11-06 |
reimar |
fix typos: aslo->also, falback->fallback (they were just too annoying *g*)
|
2005-11-06 |
ranma |
Two minor corrections by mitch (mitch at cgarbs dot de)
|
2005-11-06 |
reimar |
Fix bugs/crash introduced by translation patch
|
2005-11-06 |
ranma |
Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead
|
2005-11-06 |
gpoirier |
sync w/ 1.1149
|
2005-11-06 |
reimar |
"describe" cdda://n-m syntax
|
2005-11-06 |
reimar |
fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,
|
2005-11-06 |
reimar |
estimate total time also for audio-only files.
|
2005-11-06 |
ptt |
added support for OSD localization
|
2005-11-06 |
ptt |
Added translatable messages for OSD localization to help/help_mp-en.h
|
2005-11-06 |
ptt |
Added translatable messages for OSD localization from libvo/sub.c
|
2005-11-05 |
gabrov |
synced with 1.98
|
2005-11-05 |
gpoirier |
Sync with 1.1148
|
2005-11-05 |
ranma |
sync with rev. 1.196
|
2005-11-05 |
ranma |
Translated strings might be longer than the originals. One unnecessary dependancy on string length fixed; quadrupled buffer size for matroska case
|
2005-11-05 |
rtognimp |
Use correct demuxer type for aac in shoutcast streams
|
2005-11-05 |
reimar |
Speex audio decoding
|
2005-11-05 |
reimar |
Speex support. Seeking and pts generation does not work.
|
2005-11-05 |
reimar |
set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.
|
2005-11-05 |
reimar |
Allow detection of theora without pkg-config and linking against internal
|
2005-11-05 |
lorenm |
sort timestamps instead of assuming conventional B-frame order. (fixes x264 B-pyramid)
|
2005-11-05 |
ptt |
Enabled OSD localization / moved msgs to help/help_mp-en.h
|
2005-11-05 |
ptt |
Added translatable messages for OSD localization
|
2005-11-05 |
ptt |
Little fixes around ':' and spaces
|
2005-11-05 |
ptt |
Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined two times in help_mp-en.h)
|
2005-11-05 |
ptt |
Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
|
2005-11-05 |
ptt |
Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
|
2005-11-05 |
ptt |
changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they are the same messages
|
2005-11-05 |
ptt |
MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h
|
2005-11-05 |
ptt |
libmpdemux translatables corrections
|
2005-11-04 |
ptt |
synced with 1.136
|
2005-11-04 |
jheryan |
Synced with 1.98
|
2005-11-04 |
jheryan |
Synced with 1.1146
|
2005-11-04 |
jheryan |
Synced with 1.193
|
2005-11-04 |
lorenm |
sync to x264 r360 (trellis)
|
2005-11-03 |
albeu |
Autoload vobsub's from ~/.mplayer/sub
|
2005-11-03 |
ptt |
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
|
2005-11-03 |
ptt |
small grammar/wording fixes
|
2005-11-03 |
reynaldo |
typo fix bust/must
|
2005-11-03 |
ptt |
sync with 1.192 by PaulTT
|
2005-11-02 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
2005-11-02 |
ranma |
sync with 1.193
|
2005-11-02 |
ranma |
sync with rev. 1.192
|
2005-11-02 |
ranma |
Too much spare time on tuesday, compared about 2/3 of the english manpage with the german one to find missing sections; some rephrasing
|
2005-11-02 |
gpoirier |
synced with 1.1146
|
2005-11-01 |
gpoirier |
bump sync tag
|
2005-11-01 |
reimar |
close stream_fd on uninit. Fixes bugzilla bug #400.
|
2005-11-01 |
gpoirier |
synced with 1.98, patch by Johan Bos.
|
2005-11-01 |
reimar |
Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla
|
2005-10-31 |
nicodvb |
more precise seeking based on calculated average video bitrate; works quite well in case of a TS with only 1 video stream
|
2005-10-31 |
reynaldo |
libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
|
2005-10-31 |
reynaldo |
libmpdemux translatables to help_mp part 1 / messages / try 2
|
2005-10-31 |
reimar |
10l typo, nomanyfmts should be used against playback problems.
|
2005-10-31 |
reimar |
More consistent and sane types. Also avoids some gcc 4 warnings.
|
2005-10-31 |
gpoirier |
synced with 1.34, patch by Johan Bos + fixes by me
|
2005-10-30 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
2005-10-30 |
reimar |
Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.
|
2005-10-30 |
reimar |
Provide percentage even when demuxer->movi_start and movi_end are not available
|
2005-10-30 |
reimar |
10l, uninit() was not used, fixes bug #401
|
2005-10-29 |
reynaldo |
Updating little things I have done so far
|
2005-10-29 |
albeu |
Allow the user to set the $MPLAYER_HOME environment variable to point to the location
|
2005-10-28 |
reynaldo |
preliminary support for wpl playlists, closes #362
|
2005-10-27 |
ods15 |
add a \n after whole cache fill.
|
2005-10-26 |
diego |
updates
|
2005-10-26 |
reynaldo |
make myself console help messages maintainter at diego's request
|
2005-10-26 |
diego |
gcc -dumpmachine outputs x86_64-something on some machines and
|
2005-10-26 |
gabrov |
synced with 1.192
|
2005-10-26 |
diego |
Clarify subtitle alignment behavior.
|
2005-10-26 |
syrjala |
Added support for remote controls.
|
2005-10-26 |
reynaldo |
Complete sync with 1.192
|
2005-10-26 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-10-25 |
diego |
Run dh_makeshlibs to create proper shlibs files and avoid warnings.
|
2005-10-25 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-10-25 |
reimar |
big-endian fixes for "extended" (i.e. mythtv) files.
|
2005-10-25 |
rfelker |
10l broken asm crap needs an external name
|
2005-10-25 |
reynaldo |
INPUT section created, added messages from input/input.c and input/joystick.c
|
2005-10-25 |
reynaldo |
translatable eng strings to new section on help_mp-en
|
2005-10-25 |
reynaldo |
printf to mp_msg
|
2005-10-25 |
rfelker |
fix incorrect use of strl* functions (patch by reimar)
|
2005-10-25 |
rfelker |
fix broken (off-by-one) behavior of our strl* functions (patch by reimar)
|
2005-10-25 |
rfelker |
do not export useless symbols! fixed compile bug with decode support in lame
|
2005-10-25 |
gpoirier |
synced with 1.1145
|
2005-10-25 |
diego |
Extra processor information needs to be known in the x86_64 case as well
|
2005-10-25 |
gabucino |
fixing the unverified patch (one of the millions) commited by:
|
2005-10-24 |
diego |
Switch from our own to the upstream DVD key caching strategy and directory.
|
2005-10-24 |
diego |
10l to Reimar: common.h belongs to libdvdcss, not libdvdread.
|
2005-10-24 |
lorenm |
sync to x264 r334 (crf)
|
2005-10-23 |
gpoirier |
Synced with 1.1143
|
2005-10-23 |
diego |
minor spelling wording fixes
|
2005-10-23 |
diego |
author list prettyprinting
|
2005-10-23 |
diego |
Reformat section titles so that it becomes easier to tell sections and
|
2005-10-23 |
diego |
Make include paths consistent among files in libvo. Since -I.. is added
|
2005-10-23 |
rfelker |
improve documentation of -subalign
|
2005-10-23 |
rfelker |
make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
|
2005-10-23 |
rfelker |
reverse incorrect sub alignment change, ok'd by diego
|
2005-10-23 |
rfelker |
10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too much
|
2005-10-23 |
rfelker |
comment on -noskip patch
|
2005-10-23 |
diego |
spelling/grammar/wording
|
2005-10-23 |
diego |
The conditions for bottom (2) and top (1) subtitle alignment are reversed.
|
2005-10-23 |
diego |
support for prescott, nocona and pentium-m processors
|
2005-10-23 |
diego |
Add a comment to an esac where the case is very far away.
|
2005-10-23 |
diego |
Simplification of the system_name check and the PPC CPU type check.
|
2005-10-23 |
diego |
Add a comment to else clauses where the if is very far away.
|
2005-10-23 |
rfelker |
honor decoder's/filter's decision to remove frames when using -noskip.
|
2005-10-23 |
rfelker |
reapply rawaudio muxer fix (don't disable audio without user's permission!) (previously reversed because of mistake in patch.. 10l to me :)
|
2005-10-23 |
rfelker |
reverse patch that was mistakenly applied with unwanted unrelated changes
|
2005-10-22 |
diego |
Add missing quotes around .IPs argument.
|
2005-10-22 |
iive |
Support for video files created by Samsung Miniket VP-M100 diskless camcorder
|
2005-10-22 |
mosu |
Added support for A_AAC.
|
2005-10-21 |
ods15 |
cross compiling probably worth mentioining
|
2005-10-20 |
diego |
Add a few more XML tags for better semantics markup.
|
2005-10-20 |
diego |
Explain how to place subtitles in black bands.
|
2005-10-20 |
faust3 |
mach64_mmio size fix from vidix.sf.net, possible bugfix for #59
|
2005-10-20 |
faust3 |
sync amd64 fixes from vidix.sf.net
|
2005-10-20 |
reimar |
Fix seeking in wav files: align relative to start of data, not start of file
|
2005-10-20 |
diego |
sync with 1.32
|
2005-10-20 |
diego |
ilmv --> ilme typo fix
|
2005-10-20 |
reimar |
semi-hack: avoid passing 0-length blocks to audio filters.
|
2005-10-20 |
ods15 |
document hack
|
2005-10-20 |
diego |
-vc null -vo null is not the fastest way to dump...
|
2005-10-19 |
diego |
Converted from GBK to UTF-8 encoding.
|
2005-10-19 |
diego |
further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >
|
2005-10-19 |
diego |
sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >
|
2005-10-19 |
jheryan |
Synced with 1.98
|
2005-10-19 |
jheryan |
Typo hunting.
|
2005-10-19 |
jheryan |
Formal syncing. Typo hunting.
|
2005-10-19 |
diego |
charset for help_mp-zh_TW.h
|
2005-10-19 |
rfelker |
processing audio is sometimes essential for a/v sync, so 1000l to
|
2005-10-18 |
aurel |
add cross-compiling support
|
2005-10-18 |
aurel |
replace all the direct $TMPO calls by a tmp_run() function call
|
2005-10-18 |
aurel |
replace mp3lame version detection by required features detection
|
2005-10-18 |
aurel |
modify DirectFB version detection so that it only requires pre-processing
|
2005-10-18 |
aurel |
modify alsa version detection so that it don't require running the generated binary
|
2005-10-18 |
aurel |
add a cxx_check function to simplify C++ libs checking
|
2005-10-18 |
gpoirier |
synced with 1.1140
|
2005-10-18 |
rtognimp |
Update
|
2005-10-18 |
rtognimp |
Add FFmpeg QDM2 audio decoder
|
2005-10-18 |
diego |
xscreensaver --> XScreenSaver
|
2005-10-18 |
diego |
Embarassing goofs in the basic key sections that nobody noticed for ages
|
2005-10-18 |
diego |
Make a few more messages translatable by moving them into help_mp-en.h.
|
2005-10-18 |
diego |
Add a few more CPU models to the list.
|
2005-10-17 |
diego |
Add a note about the "synce with 1.XXX" line that should be in every
|
2005-10-17 |
diego |
Add a note and a workaround about broken hardware players and how they
|
2005-10-17 |
gpoirier |
synced with 1.1139 + Reimar's patch
|
2005-10-17 |
rfelker |
new message was even worse -- B/s means bytes per second, not sample!
|
2005-10-17 |
diego |
further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >
|
2005-10-17 |
diego |
deobfuscatioin: csp --> colorspace
|
2005-10-17 |
diego |
Guillaume now maintains the MEncoder documentation.
|
2005-10-17 |
diego |
minor typo
|
2005-10-17 |
rfelker |
100l -- mismatched type after changing sizes to type long!
|
2005-10-17 |
rfelker |
remove nonsense break statements that do nothing..
|
2005-10-16 |
faust3 |
allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
|
2005-10-16 |
diego |
Add MIPS64 detection.
|
2005-10-16 |
gpoirier |
1000l de Breizh Cola: build fix.
|
2005-10-15 |
rtognimp |
Update
|
2005-10-15 |
rtognimp |
Support DTA and FLX extensions for flic via ffmpeg decoder
|
2005-10-15 |
rtognimp |
Add ffmpeg truemotion2 codec, make it default for TM20
|
2005-10-15 |
gpoirier |
synced with 1.1138
|
2005-10-15 |
gpoirier |
synced with 1.1137
|
2005-10-15 |
reimar |
Fix/improve vo_gl and vo_gl2 suboption documentation
|
2005-10-15 |
reimar |
Another usage example for the %n%str escaping syntax and ao_sgi documentation update
|
2005-10-15 |
reimar |
10l, demux_mpg_control was missing from demuxer info struct, causing audio
|
2005-10-15 |
reimar |
ugly hack to make it work again with external libdvdread
|
2005-10-15 |
diego |
Extend the network test to also check the socket libs.
|
2005-10-14 |
gabrov |
bumped sync tag after typo fix in English version (synced with 1.98)
|
2005-10-14 |
gpoirier |
missing ")", picked up by Mizda Gabor
|
2005-10-14 |
gabrov |
synced with 1.186
|
2005-10-14 |
gabrov |
synced with 1.26
|
2005-10-14 |
gabrov |
synced with 1.97
|
2005-10-14 |
gabrov |
synced with 1.31
|
2005-10-14 |
gpoirier |
Kill a compiler warning, Patch by Zuxy Meng
|
2005-10-14 |
gpoirier |
Make FtpSendCmd() function more user friendly by making it append the necessary "\r\n" line break (instead of the caller)
|
2005-10-14 |
gpoirier |
synced with 1.96, patch by Johan Bos <dariusjb AH gmail POIS com
|
2005-10-14 |
rfelker |
third time is lucky, eh? last workaround broke netbsd, which apparently also has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :)
|
2005-10-13 |
ivo |
exit mplayer if audio filter init fails (same as mencoder does)
|
2005-10-13 |
gpoirier |
The Wanderer rulez :)
|
2005-10-13 |
ods15 |
cosmetics. does not change functionality, but makes code easier to read
|
2005-10-13 |
ods15 |
nit by diego
|
2005-10-13 |
gpoirier |
fixes suggested by Diego and Alex
|
2005-10-13 |
ods15 |
weirdness, flags aren't restored right unless you add this second push
|