Sun, 18 Jun 2006 09:02:38 +0000 |
rathann |
Consistency fix.
|
Sat, 17 Jun 2006 20:54:27 +0000 |
reimar |
respect saved default for cache enable when nothing specified on
|
Sat, 17 Jun 2006 19:43:13 +0000 |
reimar |
Make header include order more similar to vo_gl.c
|
Sat, 17 Jun 2006 17:18:46 +0000 |
diego |
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
|
Sat, 17 Jun 2006 17:11:44 +0000 |
diego |
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.
|
Sat, 17 Jun 2006 17:08:06 +0000 |
diego |
Simplify and streamline FAAD detection.
|
Sat, 17 Jun 2006 15:47:37 +0000 |
diego |
consistency fix: --with-foo switches shall not enable options.
|
Sat, 17 Jun 2006 15:01:43 +0000 |
reimar |
Fix crash with all audio-only ogg files, the vorbis_info struct is not
|
Fri, 16 Jun 2006 21:59:56 +0000 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18712
|
Fri, 16 Jun 2006 21:52:25 +0000 |
uau |
Rewrite audio EOF handling logic fixing some problems that could cause
|
Fri, 16 Jun 2006 21:17:47 +0000 |
diego |
cosmetics: Rename some variables and command line parameters.
|
Fri, 16 Jun 2006 20:21:37 +0000 |
uau |
Fix definition of reinit_audio_chain().
|
Fri, 16 Jun 2006 19:06:00 +0000 |
nicodvb |
removed old dvdnav code
|
Fri, 16 Jun 2006 18:38:35 +0000 |
diego |
Use a function for help output.
|
Fri, 16 Jun 2006 18:35:31 +0000 |
gpoirier |
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)
|
Fri, 16 Jun 2006 18:18:36 +0000 |
diego |
option handling consistency fixes
|
Fri, 16 Jun 2006 16:03:27 +0000 |
diego |
readability cosmetics
|
Fri, 16 Jun 2006 13:40:00 +0000 |
gpoirier |
Use MPlayer's CPU detection module instead of libmpeg2's,
|
Fri, 16 Jun 2006 11:39:23 +0000 |
diego |
Setting up a web server and FTP server.
|
Fri, 16 Jun 2006 11:17:04 +0000 |
diego |
misc corrections
|
Fri, 16 Jun 2006 02:25:24 +0000 |
ods15 |
typo
|
Thu, 15 Jun 2006 23:13:42 +0000 |
rathann |
update copyright an changelog with new liba52 0.7.4
|
Thu, 15 Jun 2006 23:09:26 +0000 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
Thu, 15 Jun 2006 22:59:40 +0000 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
Thu, 15 Jun 2006 22:58:06 +0000 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
Thu, 15 Jun 2006 08:43:41 +0000 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
Thu, 15 Jun 2006 08:09:03 +0000 |
reimar |
Do not parse numbers as octal, strip leading zeroes instead.
|
Thu, 15 Jun 2006 08:05:51 +0000 |
reimar |
Support UTF8 in OSD text
|
Thu, 15 Jun 2006 08:04:40 +0000 |
reimar |
Missing free for malloced char_seq in OSD code
|
Thu, 15 Jun 2006 08:00:37 +0000 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
Wed, 14 Jun 2006 22:22:34 +0000 |
nicodvb |
reduced standard verbosity and changed output messages to more uniform descriptions
|
Wed, 14 Jun 2006 22:12:06 +0000 |
nicodvb |
workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
|
Wed, 14 Jun 2006 21:58:17 +0000 |
nicodvb |
restored support for dvdnav only in the stream layer; all other functionalities are disabled
|
Wed, 14 Jun 2006 20:20:28 +0000 |
uau |
When playing an audio only file use audio time instead of video time to
|
Wed, 14 Jun 2006 19:48:54 +0000 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
Wed, 14 Jun 2006 16:08:49 +0000 |
reimar |
improved -vo gl:lscale documentation
|
Wed, 14 Jun 2006 14:05:59 +0000 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
Wed, 14 Jun 2006 13:47:11 +0000 |
uau |
Remove extern declaration for free_sh_audio() that is both unused and
|
Wed, 14 Jun 2006 13:10:24 +0000 |
ivo |
More CVS --> Subversion changes
|
Wed, 14 Jun 2006 11:46:37 +0000 |
ivo |
CVS --> Subversion
|
Wed, 14 Jun 2006 11:19:39 +0000 |
gpoirier |
Fix problem when subtitle file name is shorter than ".utf-8"
|
Wed, 14 Jun 2006 11:17:21 +0000 |
gpoirier |
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
|
Wed, 14 Jun 2006 10:58:09 +0000 |
Gabrov |
DOCS/xml/hu/ports.xml synced with r18704
|
Wed, 14 Jun 2006 10:24:41 +0000 |
diego |
Remove unnecessary rsync exclude.
|
Wed, 14 Jun 2006 10:22:32 +0000 |
diego |
cosmetics
|
Wed, 14 Jun 2006 10:18:57 +0000 |
diego |
formatting fixes
|
Wed, 14 Jun 2006 07:43:36 +0000 |
gpoirier |
sync with r18697
|
Tue, 13 Jun 2006 23:28:56 +0000 |
kraymer |
r18697: scaler -> scale typo fix
|
Tue, 13 Jun 2006 21:40:48 +0000 |
kraymer |
review of large parts of xml documentation
|
Tue, 13 Jun 2006 20:30:16 +0000 |
reimar |
Document lscale/cscale in -vo gl:help message
|
Tue, 13 Jun 2006 20:21:47 +0000 |
reimar |
scaler -> scale typo fix
|
Tue, 13 Jun 2006 19:55:20 +0000 |
reimar |
Do not use border for bicubic filter helper texture, since it will cause ATI
|
Tue, 13 Jun 2006 08:00:48 +0000 |
gpoirier |
Fix a condition as suggested by Rich.
|
Tue, 13 Jun 2006 07:58:06 +0000 |
gpoirier |
cosmetics
|
Tue, 13 Jun 2006 07:57:06 +0000 |
gpoirier |
Fixes suggested by Ivo, and failure under non-root operation improved. Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy).
|
Mon, 12 Jun 2006 23:09:18 +0000 |
nicodvb |
audio stream switching in mpeg-ts
|
Mon, 12 Jun 2006 23:06:21 +0000 |
nicodvb |
support for audio stream switching
|
Mon, 12 Jun 2006 21:24:43 +0000 |
gpoirier |
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)
|
Mon, 12 Jun 2006 16:25:05 +0000 |
reimar |
Optimize bicubic filtering
|
Mon, 12 Jun 2006 15:49:18 +0000 |
diego |
10l to Roberto for forgetting to add the release code name.
|
Mon, 12 Jun 2006 15:19:58 +0000 |
diego |
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
|
Mon, 12 Jun 2006 11:14:10 +0000 |
gpoirier |
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
|
Sun, 11 Jun 2006 21:29:00 +0000 |
nicodvb |
include stream_dvd's interface from libmpdemux/stream_dvd.h
|
Sun, 11 Jun 2006 21:26:35 +0000 |
nicodvb |
moved stream_dvd's interface to stream_dvd.h
|
Sun, 11 Jun 2006 21:18:25 +0000 |
nicodvb |
now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
|
Sun, 11 Jun 2006 21:16:12 +0000 |
nicodvb |
moved audio codec/filters/out to a separate function that is called both at init() and to switch audio stream
|
Sun, 11 Jun 2006 18:35:14 +0000 |
rtogni |
Add pre7try3, final pre8 update
|
Sun, 11 Jun 2006 14:53:31 +0000 |
gpoirier |
sync with r18656 (French man page is now in sync)
|
Sun, 11 Jun 2006 10:08:40 +0000 |
reimar |
fix image adjustment (brightness etc.) for yuv=6
|
Sat, 10 Jun 2006 22:13:19 +0000 |
kraymer |
sync with r18673
|
Sat, 10 Jun 2006 20:48:06 +0000 |
attila |
Preliminary version of mirror howto
|
Sat, 10 Jun 2006 20:11:38 +0000 |
reimar |
Do not require iconv program with --charset=noconv
|
Sat, 10 Jun 2006 12:24:43 +0000 |
diego |
Expand and update the Solaris and AIX sections.
|
Fri, 09 Jun 2006 23:19:13 +0000 |
rtogni |
Protect SIZE_MAX use
|
Fri, 09 Jun 2006 22:33:09 +0000 |
pacman |
Fix declaration mixed in among statements in the recent dvr-ms code
|
Fri, 09 Jun 2006 21:43:23 +0000 |
nicodvb |
moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other demuxers when libogg and/or libvorbis are missing
|
Fri, 09 Jun 2006 21:31:00 +0000 |
nicodvb |
support for vorbis in mp4/mov
|
Fri, 09 Jun 2006 21:30:06 +0000 |
nicodvb |
support for vorbis in mp4/mov
|
Fri, 09 Jun 2006 21:29:18 +0000 |
nicodvb |
decoderConfigLen can be larger than 255 bytes
|
Fri, 09 Jun 2006 14:43:44 +0000 |
kraymer |
r18656: Add yuv to rgb conversion using a 3D lookup texture
|
Fri, 09 Jun 2006 14:41:59 +0000 |
kraymer |
add Kurt Lettmaier to AUTHORS
|
Fri, 09 Jun 2006 14:27:54 +0000 |
diego |
Don't claim that amr_nb is disabled when the fixed point version is enabled.
|
Fri, 09 Jun 2006 14:19:59 +0000 |
diego |
Generalize runtime linker support.
|
Fri, 09 Jun 2006 13:40:19 +0000 |
diego |
Ignore all generates libs.
|
Fri, 09 Jun 2006 13:33:44 +0000 |
diego |
CVS --> Subversion
|
Fri, 09 Jun 2006 13:32:57 +0000 |
diego |
CVS --> Subversion
|
Fri, 09 Jun 2006 13:14:07 +0000 |
Gabrov |
synced with r18656
|
Fri, 09 Jun 2006 10:29:35 +0000 |
michael |
better spatial interpolation
|
Thu, 08 Jun 2006 22:39:45 +0000 |
kraymer |
unify wording of "Manpage" (according to most occurences in de/mplayer.1)
|
Thu, 08 Jun 2006 19:02:56 +0000 |
reimar |
Add yuv to rgb conversion using a 3D lookup texture
|
Thu, 08 Jun 2006 18:56:33 +0000 |
kraymer |
re-added some missing messages (who removed these anyway?)
|
Thu, 08 Jun 2006 18:50:11 +0000 |
reimar |
loadGPUProgram function to load fragment program with error checking and statistics
|
Thu, 08 Jun 2006 18:17:02 +0000 |
reimar |
bicubic scaling for -vo gl
|
Thu, 08 Jun 2006 18:14:16 +0000 |
Gabrov |
synced with r18651
|
Thu, 08 Jun 2006 16:20:01 +0000 |
kraymer |
Except for missing cd-dvd.xml and codecs.xml, German xml docs
|
Thu, 08 Jun 2006 14:09:34 +0000 |
kraymer |
small fixes in en/video.xml
|
Thu, 08 Jun 2006 12:30:53 +0000 |
michael |
filter left & right edges too (yeah the code is lame i know...)
|
Thu, 08 Jun 2006 10:36:35 +0000 |
michael |
improved mc+src merge code
|
Thu, 08 Jun 2006 10:09:04 +0000 |
diego |
s/CVS/Subversion/
|
Thu, 08 Jun 2006 10:07:12 +0000 |
kraymer |
review of ports.xml and formats.xml translations
|
Thu, 08 Jun 2006 06:56:13 +0000 |
gpoirier |
fixes the infinite loop which occurs when there is a decode error in a frame.
|
Thu, 08 Jun 2006 05:39:32 +0000 |
ods15 |
Add recent Snow stuff to changelog
|
Thu, 08 Jun 2006 00:47:17 +0000 |
kraymer |
10l: double "and"
|
Thu, 08 Jun 2006 00:44:45 +0000 |
kraymer |
review of history.xml and users-vs-dev.xml
|
Thu, 08 Jun 2006 00:21:23 +0000 |
kraymer |
review of mencoder.xml
|
Wed, 07 Jun 2006 23:28:16 +0000 |
kraymer |
rewording/clarification of vqscale option
|
Wed, 07 Jun 2006 22:52:46 +0000 |
rtogni |
Update
|
Wed, 07 Jun 2006 22:40:40 +0000 |
nicodvb |
first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1
|
Wed, 07 Jun 2006 22:22:45 +0000 |
diego |
Project Mayo is long dead, their CVS does not work. Some more changes
|
Wed, 07 Jun 2006 22:14:00 +0000 |
nicodvb |
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
|
Wed, 07 Jun 2006 22:07:24 +0000 |
rtogni |
Flash screen video decoded via lavc
|
Wed, 07 Jun 2006 22:01:25 +0000 |
gpoirier |
sync with r18631 (except a gl commit that will be translated later)
|
Wed, 07 Jun 2006 20:32:58 +0000 |
rtogni |
Update
|
Wed, 07 Jun 2006 19:12:31 +0000 |
kraymer |
r18631: yadif filter: formatting fixes
|
Wed, 07 Jun 2006 18:52:49 +0000 |
kraymer |
yadif filter: formatting fixes
|
Wed, 07 Jun 2006 18:19:58 +0000 |
kraymer |
add vqscale=0 option, explain different meanings for snow and other codecs
|
Wed, 07 Jun 2006 18:18:57 +0000 |
banan |
Nop some instructions causing the vfwvp6 dll encoder to crash.
|
Wed, 07 Jun 2006 17:31:14 +0000 |
michael |
mcdeint is happy with yadif=3 too
|
Wed, 07 Jun 2006 17:21:45 +0000 |
michael |
make spatial interlacing check optional
|
Wed, 07 Jun 2006 16:46:52 +0000 |
michael |
simplify
|
Wed, 07 Jun 2006 15:03:25 +0000 |
ivo |
avoid usage of head -1/head -n 1 and use sed 1q instead
|
Wed, 07 Jun 2006 14:43:34 +0000 |
michael |
cleanup
|
Wed, 07 Jun 2006 14:07:32 +0000 |
reimar |
Add bicubic texture scaling
|
Wed, 07 Jun 2006 13:39:06 +0000 |
michael |
cleanup
|
Wed, 07 Jun 2006 13:36:45 +0000 |
reimar |
move misplaced echores. Output may still not be as intended though
|
Wed, 07 Jun 2006 13:24:54 +0000 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
Wed, 07 Jun 2006 13:17:32 +0000 |
reimar |
VP6 under FreeBSD and -monitorpixelaspect
|
Wed, 07 Jun 2006 13:12:11 +0000 |
reimar |
Fix runtime-patching code to take into account the address when the codec is loaded.
|
Wed, 07 Jun 2006 13:04:35 +0000 |
gpoirier |
sync with r18574
|
Wed, 07 Jun 2006 12:59:07 +0000 |
gpoirier |
some more s/CVS/Subversion/ + update some step-by-step directions which were specific to old MPlayer CVS layout
|
Wed, 07 Jun 2006 12:28:04 +0000 |
gpoirier |
Remove all references to MPlayer CVS from bugreports.xml
|
Wed, 07 Jun 2006 00:15:28 +0000 |
corey |
Change "Supress" to "Suppress" in a couple comments.
|
Wed, 07 Jun 2006 00:05:50 +0000 |
corey |
sinesupress --> sinesuppress rename: looks like I need to
|
Wed, 07 Jun 2006 00:02:51 +0000 |
corey |
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
|
Tue, 06 Jun 2006 23:42:33 +0000 |
michael |
simplify
|
Tue, 06 Jun 2006 23:34:21 +0000 |
pacman |
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
|
Tue, 06 Jun 2006 23:30:23 +0000 |
michael |
yet another deinterlacing filter
|
Tue, 06 Jun 2006 23:04:28 +0000 |
diego |
small consistency fix
|
Tue, 06 Jun 2006 22:58:59 +0000 |
diego |
grammar/wording and formatting fixes for mcdeint
|
Tue, 06 Jun 2006 22:40:57 +0000 |
diego |
Fix mailing list name.
|
Tue, 06 Jun 2006 21:22:47 +0000 |
pacman |
Spelling fix
|
Tue, 06 Jun 2006 20:18:33 +0000 |
kraymer |
* fix obsolete cvs revision tags
|
Tue, 06 Jun 2006 19:57:22 +0000 |
kraymer |
(at least for now) finalizing review of encoding-guide.xml
|
Tue, 06 Jun 2006 18:58:36 +0000 |
kraymer |
</para> tag was accidently deleted and caused compile error
|
Tue, 06 Jun 2006 14:36:30 +0000 |
gpoirier |
fixes by jerome ferrari
|
Tue, 06 Jun 2006 13:58:03 +0000 |
kraymer |
xml docs: CVS --> Subversion
|
Tue, 06 Jun 2006 13:48:26 +0000 |
gpoirier |
sync with help_mp-en.h 1.238, patch by Pierre Lombard and Gilles Pelletier
|
Tue, 06 Jun 2006 13:41:52 +0000 |
gpoirier |
synced with r18573
|
Tue, 06 Jun 2006 12:42:57 +0000 |
rathann |
UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) solnetworks (crack) net\
|
Tue, 06 Jun 2006 12:01:34 +0000 |
diego |
cosmetics
|
Tue, 06 Jun 2006 12:00:07 +0000 |
diego |
Drop all system-specific version generation stuff.
|
Tue, 06 Jun 2006 10:42:30 +0000 |
rathann |
Put SVN revision in the version string
|
Tue, 06 Jun 2006 10:34:45 +0000 |
michael |
known issues and notes
|
Tue, 06 Jun 2006 08:59:05 +0000 |
Gabrov |
synced with r18591
|
Tue, 06 Jun 2006 00:11:13 +0000 |
michael |
Motion compensating deinterlacer
|
Mon, 05 Jun 2006 22:23:42 +0000 |
corey |
Fix a few minor spelling errors in comments.
|
Mon, 05 Jun 2006 22:23:33 +0000 |
kraymer |
(unfinished) review with lots of changes
|
Mon, 05 Jun 2006 22:17:39 +0000 |
kraymer |
r18577: mention when vo_gl yuv conversion methods are inexact
|
Mon, 05 Jun 2006 21:43:01 +0000 |
gpoirier |
sync with r18567
|
Mon, 05 Jun 2006 20:38:47 +0000 |
rtogni |
cvs2svn
|
Mon, 05 Jun 2006 20:21:25 +0000 |
reimar |
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are available
|
Mon, 05 Jun 2006 19:00:23 +0000 |
rtogni |
Disable unsecure dumping of generic track with -v -v -v
|
Mon, 05 Jun 2006 18:50:44 +0000 |
iive |
Adds missing NULL last entry to msgl_config
|
Mon, 05 Jun 2006 18:41:57 +0000 |
rtogni |
Reject codecs.conf files older than 20060501
|
Mon, 05 Jun 2006 18:41:01 +0000 |
rtogni |
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
|
Mon, 05 Jun 2006 11:45:33 +0000 |
reimar |
Move/add checks to avoid crashes and make error messages less confusing
|
Mon, 05 Jun 2006 11:26:33 +0000 |
reimar |
add (currently unused) lookup for glTexImage3D
|
Mon, 05 Jun 2006 11:23:51 +0000 |
reimar |
more GL extension checks to avoid crashes with Mesa
|
Mon, 05 Jun 2006 11:20:31 +0000 |
reimar |
mention when vo_gl yuv conversion methods are inexact
|
Mon, 05 Jun 2006 10:51:58 +0000 |
reimar |
fix variable type used via "m" asm constraint to match size used in asm.
|
Mon, 05 Jun 2006 08:24:17 +0000 |
kraymer |
German man page is completed since some time..
|
Mon, 05 Jun 2006 06:57:22 +0000 |
corey |
Make aic description a bit more helpful and less misleading.
|
Mon, 05 Jun 2006 06:37:29 +0000 |
corey |
Support and document lavc b_sensitivity option.
|
Mon, 05 Jun 2006 06:36:21 +0000 |
corey |
A couple typos: whith --> with, Defult --> Default
|
Mon, 05 Jun 2006 06:21:57 +0000 |
kraymer |
r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'
|
Mon, 05 Jun 2006 05:34:26 +0000 |
lorenm |
document the recent changes in Snow.
|
Mon, 05 Jun 2006 05:02:47 +0000 |
kraymer |
initial import of some missing German xml translation, review(s) pending
|
Mon, 05 Jun 2006 00:35:58 +0000 |
kraymer |
18567: fixed -dvbin :timeout range
|
Sun, 04 Jun 2006 23:41:44 +0000 |
nicodvb |
fixed -dvbin :timeout range
|
Sun, 04 Jun 2006 23:23:58 +0000 |
nicodvb |
support for dts (identified only by the PMT, not from the bitstream)
|
Sun, 04 Jun 2006 23:16:09 +0000 |
nicodvb |
fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't respect the type qualified in the PMT)
|
Sun, 04 Jun 2006 23:11:40 +0000 |
nicodvb |
one more a52 descriptor (dvb impl., untested)
|
Sun, 04 Jun 2006 23:09:19 +0000 |
nicodvb |
configurable tuning timeout
|
Sun, 04 Jun 2006 23:04:42 +0000 |
nicodvb |
configurable tuning timeout
|
Sun, 04 Jun 2006 22:52:02 +0000 |
nicodvb |
fixed off by one object_types in -faacopts
|
Sun, 04 Jun 2006 22:48:59 +0000 |
rtogni |
SVN switch: get version date from .svn subdir instead of CVS/Entries
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
Fri, 02 Jun 2006 11:31:42 +0000 |
diego |
libpostproc is not a subdirectory of libavcodec anymore.
|
Fri, 02 Jun 2006 11:27:19 +0000 |
diego |
svn:externals definitions for required FFmpeg libraries.
|
Fri, 02 Jun 2006 11:24:33 +0000 |
diego |
Remove now obsolete .cvsignore files.
|
Tue, 30 May 2006 23:23:28 +0000 |
michael |
metadata support
|
Tue, 30 May 2006 23:18:05 +0000 |
poirierg |
Remove dead code, and do close smem file descriptor during un-init
|
Wed, 31 May 2006 23:37:29 +0000 |
poirierg |
On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < zuxy P meng A gmail P com>
|
Tue, 30 May 2006 23:08:28 +0000 |
poirierg |
URL fix
|
Thu, 18 May 2006 18:31:14 +0000 |
uau |
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
|
Thu, 18 May 2006 18:05:10 +0000 |
nicodvb |
psm longer than 1018 bytes is not allowed, thus invalid
|
Thu, 18 May 2006 17:45:20 +0000 |
gabrov |
synced with 1.87
|
Thu, 18 May 2006 17:43:50 +0000 |
gabrov |
typo fixes
|
Thu, 18 May 2006 17:37:00 +0000 |
gabrov |
increased sync tag (1.16) after URL update
|
Thu, 18 May 2006 17:33:29 +0000 |
gabrov |
synced with 1.53
|
Thu, 18 May 2006 17:31:24 +0000 |
gabrov |
typo fixes
|
Thu, 18 May 2006 12:53:14 +0000 |
gpoirier |
Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >
|
Thu, 18 May 2006 10:08:38 +0000 |
ivo |
use mp_msg instead of printf
|
Thu, 18 May 2006 09:54:44 +0000 |
ivo |
include sys/io.h instead of asm/io.h so iopl() gets declared too
|
Thu, 18 May 2006 09:21:45 +0000 |
ivo |
only include sys/mman.h if HAVE_SYS_MMAN_H is defined
|
Wed, 17 May 2006 22:02:26 +0000 |
diego |
Mention new mphelp_check.py script.
|
Wed, 17 May 2006 21:10:11 +0000 |
gpoirier |
Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
|
Wed, 17 May 2006 21:05:42 +0000 |
gpoirier |
S3 virge on fbdev is -vo s3fb
|
Wed, 17 May 2006 21:01:39 +0000 |
gpoirier |
Mention new driver which does back end scaling on S3 Virge chips in combination with fbdev.
|
Wed, 17 May 2006 20:56:49 +0000 |
gpoirier |
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
|
Wed, 17 May 2006 20:15:02 +0000 |
gpoirier |
x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.
|
Wed, 17 May 2006 17:29:06 +0000 |
reimar |
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.
|
Wed, 17 May 2006 14:49:44 +0000 |
diego |
10l: Really accept both one and two dashes.
|
Wed, 17 May 2006 12:15:23 +0000 |
diego |
Add mphelp_check.py.
|
Wed, 17 May 2006 12:10:17 +0000 |
diego |
Accept --missing as well as -missing, print less newlines.
|
Wed, 17 May 2006 12:01:00 +0000 |
attila |
fix reversed order of arguments
|
Wed, 17 May 2006 11:45:13 +0000 |
diego |
Fix some errors revealed by Uoti's help file checker.
|
Wed, 17 May 2006 11:30:15 +0000 |
diego |
Smacker, typo
|
Wed, 17 May 2006 11:18:02 +0000 |
diego |
Add FFmpeg Smacker audio and video.
|
Wed, 17 May 2006 07:46:21 +0000 |
reynaldo |
fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 3 of 3
|
Wed, 17 May 2006 07:18:57 +0000 |
reynaldo |
fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 2 of 3
|
Wed, 17 May 2006 05:18:16 +0000 |
reynaldo |
fix extras and maformed translation messages, check done with uau's brand new TOOLS/ script, PART 1 of 3
|
Tue, 16 May 2006 18:09:14 +0000 |
uau |
Add tool to check MPlayer translation files for conflicting arguments
|
Mon, 15 May 2006 20:34:33 +0000 |
kraymer |
version bump (we are in sync with 1.16)
|
Mon, 15 May 2006 19:35:45 +0000 |
gpoirier |
URL fix
|
Mon, 15 May 2006 19:17:57 +0000 |
gpoirier |
sync with 1.1289
|
Mon, 15 May 2006 17:56:10 +0000 |
gpoirier |
10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)
|
Mon, 15 May 2006 15:10:23 +0000 |
gpoirier |
fix build on macintel, patch by Zuxy Meng
|
Mon, 15 May 2006 11:30:43 +0000 |
gpoirier |
document more codecs supported by vfw interface.
|
Mon, 15 May 2006 09:38:46 +0000 |
rtognimp |
Add AACP fourcc for AACPlus in nsv streams
|
Sun, 14 May 2006 22:06:59 +0000 |
rathann |
Fix:
|
Sun, 14 May 2006 22:06:17 +0000 |
rathann |
Fix:
|
Sun, 14 May 2006 22:03:24 +0000 |
rathann |
Fix:
|
Sun, 14 May 2006 20:24:47 +0000 |
gpoirier |
Various improvement, fix build on AMD-64 and icc
|
Sun, 14 May 2006 19:49:49 +0000 |
gpoirier |
explains why current players do not deinterlace to full fieldrate, original patch by Jerome Ferrari, reworked by Diego and myself.
|
Sun, 14 May 2006 19:36:21 +0000 |
reimar |
do aspect correction of video size before calculating vo_dx and vo_dy.
|
Sun, 14 May 2006 17:56:04 +0000 |
reimar |
typo fixes: Extenstion -> extension
|
Sun, 14 May 2006 16:18:41 +0000 |
gpoirier |
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>
|
Sun, 14 May 2006 16:00:26 +0000 |
gpoirier |
add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP ferrari AA lappis PP com> + random fixes by me
|
Sun, 14 May 2006 15:51:05 +0000 |
rtognimp |
Fix some potential integer overflow in memory allocation (mot of these
|