2006-07-22 |
nicodvb |
simplified mpeg packetizer used by hw mpeg decoders/vo - first round
|
2006-07-21 |
gpoirier |
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %
|
2006-07-21 |
gpoirier |
sync r19134
|
2006-07-21 |
ben |
updated french man page with vo_ivtv description
|
2006-07-21 |
ben |
updated english man page with vo_ivtv description
|
2006-07-20 |
lucabe |
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
2006-07-19 |
ben |
updated mpeg_packetizer include to new localization
|
2006-07-19 |
ben |
moved mpeg_packetizer helpers to libmpdemux
|
2006-07-19 |
ben |
added myself as maintainer of vo_ivtv driver
|
2006-07-19 |
ben |
added reference to ivtv vo driver
|
2006-07-19 |
ben |
added reference to ivtv card in mpegpes decoder info
|
2006-07-19 |
ben |
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
|
2006-07-19 |
ben |
new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
|
2006-07-19 |
rtogni |
Quit on eof, was broken by r17150
|
2006-07-19 |
rfelker |
10l, i broke this with my last commit. should be fixed now.
|
2006-07-19 |
rfelker |
10l, i missed ifdefs around the calls
|
2006-07-19 |
rfelker |
remove duplicate code and fix issue of compiling mmx code when we
|
2006-07-19 |
rfelker |
do not compile mmx/sse/3dnow code if not available
|
2006-07-19 |
rfelker |
old 10l: do not try to compile mmx code if we do not have mmx
|
2006-07-18 |
kraymer |
move -ass on top of -ass-* options
|
2006-07-18 |
kraymer |
r19131: 10l to someone..
|
2006-07-18 |
diego |
10l compilation fix: misplaced tag
|
2006-07-18 |
rfelker |
10l to someone..
|
2006-07-18 |
lorenm |
sync to x264 r537 (api change)
|
2006-07-17 |
uau |
Fix use of uninitialized variable
|
2006-07-17 |
michael |
remove vorbis and theora support by request of ivan
|
2006-07-17 |
diego |
10l typo, please check compilation before committing.
|
2006-07-16 |
michael |
clarify H.264 global header format
|
2006-07-16 |
nicodvb |
prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crash
|
2006-07-16 |
kraymer |
oops, r18816 was actually missing in previous commit
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19081: Update some old and crufty sections.
|
2006-07-16 |
kraymer |
r19097: wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19050: grammar and consistency fixes
|
2006-07-16 |
kraymer |
r18964: wording fix
|
2006-07-16 |
kraymer |
sync of ports.xml:
|
2006-07-16 |
kraymer |
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)
|
2006-07-16 |
reynaldo |
marks several strings inside structs as const when they hold just
|
2006-07-16 |
reynaldo |
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org
|
2006-07-16 |
reynaldo |
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
|
2006-07-15 |
reynaldo |
minor arrangements to my entry
|
2006-07-15 |
reynaldo |
add stefan to AUTHORS file for his several cleanup patches
|
2006-07-15 |
michael |
clarify "extradata"
|
2006-07-15 |
reynaldo |
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-15 |
diego |
now obsolete
|
2006-07-15 |
diego |
Change sync tags to rXXXX.
|
2006-07-15 |
diego |
Change function declararation w/o parameters to the correct foo(void) syntax.
|
2006-07-15 |
boskicinek |
- sync and fixes
|
2006-07-15 |
boskicinek |
- CVS --> SVN
|
2006-07-15 |
Gabrov |
help_mp-hu.h synced with r19087
|
2006-07-15 |
Gabrov |
Hungarian docs & man page synced with r19101
|
2006-07-15 |
ivo |
print frame type and keep track of last encountered keyframe
|
2006-07-15 |
ivo |
typo
|
2006-07-15 |
ivo |
new black frame detection filter
|
2006-07-14 |
rtogni |
Assume that missing streamcount means one stream, and missing mimetype
|
2006-07-14 |
nicodvb |
wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-14 |
nicodvb |
raise default tuning timeout to 30 seconds in order to give enough time to less sensitive cards; better tuners won't tune slower
|
2006-07-14 |
nicodvb |
cosmetical reformatting
|
2006-07-14 |
nicodvb |
simplification in dvb_step_channel
|
2006-07-14 |
nicodvb |
force demuxer type to mpegts to speed up detection and avoid useless and slow probes; this doesn't prevent to use stream_dvb with demux_lavf
|
2006-07-14 |
nicodvb |
removed obsolete file
|
2006-07-14 |
nicodvb |
moved LOF macros from dvb_defaults.h
|
2006-07-14 |
ivo |
added checks for stupid code like casting return value of malloc and friends,
|
2006-07-14 |
nicodvb |
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)
|
2006-07-14 |
ivo |
remove useless comment
|
2006-07-14 |
diego |
Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-14 |
diego |
Mark several string parameters that are not modified in the function as const.
|
2006-07-14 |
ivo |
fix line >79 characters
|
2006-07-14 |
ivo |
fix matching of MSDOS line endings
|
2006-07-14 |
ivo |
also omit configure.log and the generated help_mp.h from files to check
|
2006-07-14 |
ivo |
CVS --> Subversion
|
2006-07-14 |
diego |
Update some old and crufty sections.
|
2006-07-14 |
diego |
printf --> mp_msg
|
2006-07-14 |
reynaldo |
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias
|
2006-07-13 |
diego |
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
|
2006-07-13 |
diego |
cosmetics to ease future patching
|
2006-07-13 |
eugeni |
Fix linking order. FontConfig should appear after libass.
|
2006-07-13 |
reynaldo |
more sizeof(char) fun
|
2006-07-13 |
diego |
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from vidix/
|
2006-07-13 |
reynaldo |
little rephrasing and corrected reference to main->trunk
|
2006-07-13 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc, leftover on libmpcodecs
|
2006-07-13 |
eugeni |
Cosmetics.
|
2006-07-13 |
eugeni |
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from the gui code
|
2006-07-13 |
gpoirier |
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
|
2006-07-13 |
diego |
Compilation fix: Mark mp_property_find parameter as const.
|
2006-07-13 |
gpoirier |
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >
|
2006-07-13 |
michael |
rename mpcf.txt to nut.txt
|
2006-07-13 |
michael |
freeze (this is pretty much oded shimons patch from a few month ago)
|
2006-07-13 |
Gabrov |
man/hu/mplayer.1 synced with r19052
|
2006-07-13 |
gpoirier |
synced with r19051
|
2006-07-13 |
reynaldo |
marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-13 |
diego |
Streamline GUI build.
|
2006-07-13 |
diego |
Clean up codec-cfg and friends handling.
|
2006-07-12 |
diego |
Remove non-existing CSS_INC.
|
2006-07-12 |
diego |
Simplify includes.
|
2006-07-12 |
diego |
Remove old and obsolete mplayer_wine QT DLL loading stuff.
|
2006-07-12 |
diego |
Rename OSD/SUB section to OSD/SUBTITLES.
|
2006-07-12 |
diego |
alphabetical order for the OSD/SUB section
|
2006-07-12 |
diego |
grammar and consistency fixes
|
2006-07-12 |
eugeni |
Support 6 argument variant of \move.
|
2006-07-12 |
Gabrov |
HU DOCS & man synced with r19046
|
2006-07-12 |
kraymer |
r19046: two small fixes
|
2006-07-12 |
kraymer |
two small fixes
|
2006-07-12 |
kraymer |
r19043: add missing comma [does not apply]
|
2006-07-12 |
kraymer |
r19039: Use only one global config.mak file.
|
2006-07-12 |
corey |
add missing comma
|
2006-07-12 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
2006-07-12 |
diego |
There is only one config.mak file left, don't ignore the others anymore.
|
2006-07-12 |
diego |
There is only one global config.mak file left.
|
2006-07-12 |
diego |
Use only one global config.mak file.
|
2006-07-12 |
diego |
Remove useless variable.
|
2006-07-12 |
diego |
Sync with latest FFmpeg build system changes:
|
2006-07-12 |
vayne |
center sub window option within the preferences dialog.
|
2006-07-12 |
ivo |
remove check. libavutil is now mandatory
|
2006-07-12 |
diego |
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
|
2006-07-12 |
diego |
Make libavutil mandatory.
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove copyright notice changes from local diff.
|
2006-07-12 |
boskicinek |
- incomplete but we probably need this (because we updated mencoder.xml already)
|
2006-07-12 |
diego |
Update with latest changes and make diff apply cleanly.
|
2006-07-12 |
diego |
updates + cosmetics
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove remnants of old libmp1e support.
|
2006-07-12 |
diego |
Telecine article on divx.com has gone 404, link to Wikipedia instead.
|
2006-07-12 |
diego |
libavformat interdependencies have been fixed so disable all muxers
|
2006-07-12 |
reimar |
Fix for changed env parameter contents and improve speed.
|
2006-07-12 |
uau |
Fix = vs == typo
|
2006-07-11 |
diego |
sync with FFmpeg r5718
|
2006-07-11 |
diego |
Fix compilation with MEncoder disabled: Some libavformat demuxers have
|
2006-07-11 |
diego |
Fix 10l regexp mistake that disabled all decoders/encoders.
|
2006-07-11 |
diego |
xvmclib vs xvmclibdir typo
|
2006-07-11 |
reimar |
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will
|
2006-07-11 |
diego |
Split _libavcodecs variable into _libavdecoders and _libavencoders.
|
2006-07-11 |
diego |
Disable FFmpeg muxers when not compiling MEncoder.
|
2006-07-11 |
diego |
Sync with FFmpeg: (de)muxers are now individually selectable.
|
2006-07-11 |
Gabrov |
help_mp-hu.h synced with r18916
|
2006-07-11 |
diego |
Add FFmpeg parsers to config.h as well.
|
2006-07-11 |
diego |
Mention that individual codec and parser en-/disabling is FFmpeg-specific.
|
2006-07-11 |
gpoirier |
sync w/ 18969 (latest Eng. version)
|
2006-07-11 |
gpoirier |
sync w/ r18942
|
2006-07-10 |
eugeni |
Support some recently discovered color formats.
|
2006-07-10 |
eugeni |
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
|
2006-07-10 |
eugeni |
Only match outline fonts.
|
2006-07-10 |
ben |
appended pvr support in AUTHORS file
|
2006-07-10 |
ben |
added myself as maintainer of pvr input layer
|
2006-07-10 |
ben |
updated ChangeLog with new pvr:// input
|
2006-07-10 |
ben |
added new pvr:// input for ivtv based cards
|
2006-07-10 |
reimar |
vo_gl can do flipping without special filter
|
2006-07-10 |
reimar |
Fix negative stride handling in -dr case
|
2006-07-10 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
2006-07-10 |
gpoirier |
sync w/ r18928
|
2006-07-10 |
gpoirier |
sync w/ 18916
|
2006-07-10 |
gpoirier |
Sync w/ 18712
|
2006-07-10 |
gpoirier |
sync w/ 18702
|
2006-07-10 |
lucabe |
make libswscale build system similar to the libav* one
|
2006-07-10 |
reimar |
Fix off-by-one error for negative strides (flipped image)
|
2006-07-10 |
reimar |
Fix window size bug when starting with -fs and returning
|
2006-07-10 |
rfelker |
c++ decls, 100000000000l to whoever broke my code like this..
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
1000000000l to whoever added c++ decl crap, probably uau..
|
2006-07-09 |
diego |
Simplify ASS handling second try, this time taking FreeType into account.
|
2006-07-09 |
eugeni |
Revert r18980, it breaks compilation under MinGW.
|
2006-07-09 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
diego |
10l, xvmclib(dir) does not specify a directory name.
|
2006-07-09 |
diego |
Consistent option and variable naming for x11libdir and xvmclibdir.
|
2006-07-09 |
diego |
_x11_paths should just be a list of paths without -L.
|
2006-07-09 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
2006-07-09 |
diego |
Simplify ASS handling.
|
2006-07-09 |
diego |
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.
|
2006-07-09 |
diego |
Sync with latest FFmpeg build system changes, now parsers can be
|
2006-07-09 |
eugeni |
Add my IRC nick.
|
2006-07-09 |
uau |
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current
|
2006-07-09 |
gpoirier |
Fix code cosmetics
|
2006-07-09 |
Gabrov |
DOCS/xml/hu synced with r18973
|
2006-07-09 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18969
|
2006-07-09 |
reynaldo |
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
make prefix const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-08 |
gpoirier |
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:
|
2006-07-08 |
reimar |
customtrect -vo gl suboption
|
2006-07-08 |
reimar |
forgotten customtlin -vo gl suboption documentation
|
2006-07-08 |
reimar |
Support for 16 bit ppms
|
2006-07-08 |
reimar |
More helpful ProgramEnvParameters.
|
2006-07-08 |
diego |
wording fix
|
2006-07-08 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
2006-07-08 |
eugeni |
Add myself to maintainers.
|
2006-07-08 |
eugeni |
Add myself to AUTHORS.
|
2006-07-08 |
diego |
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.
|
2006-07-08 |
vayne |
small fix to properly display skins when switching skins during playback.
|
2006-07-08 |
vayne |
crash fix when clicking on volume sliders when in stop state.
|
2006-07-08 |
vayne |
handle sub-window WinID checks in the gui.
|
2006-07-08 |
uau |
Set svn:ignore
|
2006-07-08 |
uau |
Make some functions static.
|
2006-07-08 |
reimar |
Improve windows gui support
|
2006-07-08 |
reimar |
Do not fiddle (too much) with external (WinID) windows
|
2006-07-08 |
reimar |
OpenGL outputs actually support WinID, not to mention that showing the option
|
2006-07-08 |
reimar |
vo_init hack is no longer required after the last patch removed the call
|
2006-07-08 |
reimar |
No point in checking for X for windows gui, in addition the hackish
|
2006-07-08 |
diego |
small cosmetics
|
2006-07-08 |
diego |
grammar/markup fixes
|
2006-07-08 |
rtogni |
Revert r18878, always sync rm files using only pts (ignore framerate)
|
2006-07-08 |
gpoirier |
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com
|
2006-07-08 |
rtogni |
Remove unused prototype
|
2006-07-08 |
reimar |
Change use_gui detection to accept also filenames only containing
|
2006-07-07 |
eugeni |
Indentation fix (cosmetics).
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|
2006-07-07 |
eugeni |
Split guess_cp() in two functions:
|
2006-07-07 |
eugeni |
Make utf8_get_char non-static.
|
2006-07-07 |
eugeni |
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
|
2006-07-07 |
diego |
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
|
2006-07-07 |
gpoirier |
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
|
2006-07-07 |
reimar |
lavf demuxer works better for gxf
|
2006-07-07 |
reimar |
Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.
|
2006-07-07 |
reimar |
Remove windows-specific hack that interfered with relative path
|
2006-07-07 |
reimar |
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
|
2006-07-07 |
reimar |
Convince windows to allow window sizes > screen size
|
2006-07-07 |
diego |
usleep is still missing in MinGW, so leave it out of the MinGW version check.
|
2006-07-07 |
gpoirier |
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
|
2006-07-06 |
reimar |
Fix for case when both V4L and V4L2 are enabled
|
2006-07-06 |
diego |
some grammar/spelling/markup fixes for -rtsp-destination
|
2006-07-06 |
diego |
Move conditional compilation into the build system.
|
2006-07-06 |
diego |
cosmetics
|
2006-07-06 |
diego |
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.
|
2006-07-06 |
Gabrov |
DOCS/xml/hu synced with r18923
|
2006-07-06 |
gpoirier |
Update MPlayerOSX checkout commandlines with subversion commandline
|
2006-07-06 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
2006-07-06 |
reynaldo |
several function from playtreeparser.c maked static,
|
2006-07-06 |
reynaldo |
modifies function declarations without parameters from ()
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-05 |
reynaldo |
document the change on -edlout's behavior
|
2006-07-05 |
reynaldo |
Modifies behavior of -edlout
|
2006-07-05 |
diego |
MinGW 3.1 has added gettimeofday.
|
2006-07-05 |
diego |
Update with changes from r18894 (get_path as const).
|
2006-07-05 |
nicodvb |
inclusion of md5.c based on USE_LIBAVUTIL_SO
|
2006-07-05 |
nicodvb |
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
|
2006-07-05 |
attila |
add a file saying that people should not try to compile
|
2006-07-05 |
diego |
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org
|
2006-07-05 |
reynaldo |
all cosmetics, mainly denestifying of main edl operation's fill loop
|
2006-07-05 |
reynaldo |
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found
|
2006-07-05 |
reynaldo |
corectly report badly formated line number
|
2006-07-05 |
reynaldo |
reverts previous commit due to mixed cosmetics ...
|
2006-07-04 |
reimar |
move some ill-behaving demuxers further down the list
|
2006-07-04 |
michael |
trying to end the codec id battle
|
2006-07-04 |
nicodvb |
respect dvdnav's requests of WAIT to prevent while(1)
|
2006-07-04 |
nicodvb |
support for audio streams that appear after unsuccessful probing
|
2006-07-04 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
2006-07-04 |
uau |
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
|
2006-07-04 |
jheryan |
Sync with 18818
|
2006-07-04 |
jheryan |
Sync with 18835
|
2006-07-04 |
jheryan |
Sync to svn up to 27.6.2006
|
2006-07-04 |
reynaldo |
- Fix segfault on overlapping start/stop
|
2006-07-03 |
diego |
Remove silly variable indirection.
|
2006-07-03 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
reynaldo |
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
diego |
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
|
2006-07-03 |
diego |
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org
|
2006-07-03 |
reynaldo |
rm unnecesary casts from void* - part 4
|
2006-07-02 |
ivo |
fix linking on some systems
|
2006-07-02 |
ivo |
remove obsolete md5sum files. libavutil's implementation is used now
|
2006-07-02 |
ivo |
use libavutil's md5 implementation instead of local imported copy
|
2006-07-02 |
ivo |
disable vo_md5sum if there is no libavutil
|
2006-07-02 |
ivo |
cosmetics: move md5sum check down so it can depend on libavutil later
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 3
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 2
|
2006-07-01 |
ben |
updated english and french manpages with new -rtsp-destination option
|
2006-07-01 |
ben |
missing free() if bails out at step 12
|
2006-07-01 |
lucabe |
Remove unneeded code
|
2006-07-01 |
ben |
new rtsp-destination option which allows forcing destination ip address (fixes some issues with some reluctant rtsp servers)
|
2006-07-01 |
rtogni |
Fix A-V sync for real files (also live streams)
|
2006-07-01 |
reimar |
Get rid of unused variable
|
2006-07-01 |
reimar |
Make sure all texture units have a different texture bound.
|
2006-07-01 |
reynaldo |
this unrelated and erroneus change was applied on my previous commit, reverted
|
2006-07-01 |
reynaldo |
rm unnecesary void* casts - part 1
|
2006-06-30 |
reynaldo |
havent seen him in ages..
|
2006-06-30 |
diego |
Add some explanatory comments to #endif jungle.
|
2006-06-30 |
diego |
10l: wrong #endif removed.
|
2006-06-30 |
diego |
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...
|
2006-06-30 |
diego |
Move conditional FreeType support compilation to the build system.
|
2006-06-30 |
diego |
postproc --> libswscale
|
2006-06-30 |
diego |
postprocess.h was moved to libpostproc years ago..
|
2006-06-30 |
lucabe |
Move postproc ---> libswscale
|
2006-06-30 |
gpoirier |
Nicolas Le Gaillart has vanished
|
2006-06-30 |
diego |
Update list of documentation maintainers.
|
2006-06-30 |
reynaldo |
gets ride of a few more sizeof(char)s
|
2006-06-30 |
reynaldo |
more sizeof(char) fun
|
2006-06-30 |
reynaldo |
correct handling of sgi compressed images on amd64, patch by Paul-Francois Fontigny - pff AT filmik-be
|
2006-06-29 |
ben |
coverity report #179 from xine: variable "rest" not freed or pointed-to in function "rtsp_put" (see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.19&r2=1.20)
|
2006-06-29 |
ben |
cosmetic patch to remove useless sizeof(char) statements
|
2006-06-29 |
ben |
increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.17&r2=1.18)
|
2006-06-29 |
ben |
be more tolerant on server responses parameters case (fix 1.17 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.16&r2=1.17)
|
2006-06-29 |
ben |
2 more unused functions removal (trying to sync with xine)
|
2006-06-29 |
ben |
removed unused hexdump()
|
2006-06-29 |
ben |
fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)
|
2006-06-29 |
gpoirier |
Add missing license, as chosen by its author
|
2006-06-29 |
gpoirier |
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com
|
2006-06-29 |
gpoirier |
Switch to UTF-8, patch by Rickard Narstrom
|
2006-06-29 |
diego |
Fix misplaced apostrophe.
|
2006-06-28 |
pacman |
Clear up the "who is pacman / who is tcsetattr?" mystery
|
2006-06-28 |
pacman |
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
|
2006-06-28 |
pacman |
Respect AOPLAY_FINAL_CHUNK
|
2006-06-28 |
diego |
cosmetics
|
2006-06-28 |
diego |
Rewrite and extend the Subversion guidelines.
|
2006-06-28 |
diego |
typo/grammar fixes
|
2006-06-27 |
gpoirier |
More information on how to compile MPlayer on OSX with extra features
|
2006-06-27 |
ben |
includes before checking for defines (thanks Reimar for watching me)
|
2006-06-27 |
ben |
network code portability for win32
|
2006-06-27 |
ben |
avoid messing up with includes
|
2006-06-27 |
gpoirier |
remove MMX2 dependency (replace pshufw $78 with pswapd) so it can
|
2006-06-27 |
gpoirier |
fix conversion float to int to use saturated ops,
|
2006-06-26 |
ben |
don't declare same global var twice (break live555 compilation)
|
2006-06-26 |
ben |
updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port option
|
2006-06-26 |
ben |
mention new rtsp demuxer in changelog file
|
2006-06-26 |
ben |
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
|
2006-06-26 |
ivo |
Add new Subversion beginners guide
|
2006-06-26 |
ivo |
Remove old CVS beginners guide
|
2006-06-26 |
ben |
added FreeSDP library in Copyright file
|
2006-06-26 |
kraymer |
r18824: URL update for Marillat Debian packages
|
2006-06-26 |
ben |
added myself as freesdp imported library maintainer
|
2006-06-26 |
ben |
new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)
|
2006-06-26 |
ben |
cosmetic changes to avoid constants redefinition
|
2006-06-26 |
reimar |
Avoid crash in uninit-without-config case
|
2006-06-26 |
diego |
URL update for Marillat Debian packages
|
2006-06-25 |
ben |
support for auto_close parameter in menu command list (geexbox patch)
|
2006-06-25 |
ben |
switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)
|
2006-06-25 |
ben |
declaring static functions with the same name than libc ones was not the best idea ever
|
2006-06-25 |
gpoirier |
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add
|
2006-06-25 |
attila |
10l
|
2006-06-25 |
attila |
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat
|
2006-06-25 |
attila |
reword some of the german translations of the mga message strings
|
2006-06-25 |
attila |
correctly prefix all messages from -vo mga with [MGA]
|
2006-06-25 |
attila |
fail with an error if the source resolution is larger than 1023x1023
|
2006-06-25 |
reimar |
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load
|
2006-06-25 |
reimar |
Forgotten free on error
|
2006-06-25 |
reimar |
respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer
|
2006-06-25 |
reimar |
remove unused variable
|
2006-06-24 |
attila |
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu
|
2006-06-24 |
nicodvb |
exit() is not allowed in any other function than main(); removed
|
2006-06-24 |
nicodvb |
fprintf -> ms_msg
|
2006-06-24 |
nicodvb |
static-ized a couple of functions
|
2006-06-24 |
nicodvb |
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)
|
2006-06-23 |
ben |
prevent a buffer overflow to occur at teardown
|
2006-06-23 |
ben |
added myself as the new librtsp maintainer
|
2006-06-23 |
ben |
moved generic rtsp related files from realrtsp to librtsp
|
2006-06-23 |
ben |
remove some never called code
|
2006-06-23 |
ben |
prevent most RTSP streams from locking due to -idx
|
2006-06-23 |
ben |
added myself to AUTHORS file
|
2006-06-23 |
ben |
removed some includes that are now useless
|
2006-06-23 |
ben |
new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
|
2006-06-23 |
ben |
some printf() to mp_msg() replacements
|
2006-06-23 |
ben |
move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp session demuxer
|
2006-06-23 |
diego |
Produce correct version string even when not run in a Subversion working copy.
|
2006-06-23 |
gpoirier |
fix charset of turkish help msg
|
2006-06-22 |
uau |
"make depend" requires version.h
|
2006-06-22 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
2006-06-22 |
reimar |
reduce number of texture indirections to support older cards
|
2006-06-22 |
diego |
CVS --> Subversion + better version.h handling
|
2006-06-22 |
diego |
CVS --> Subversion
|
2006-06-22 |
diego |
Adapt FFmpeg version.sh that only recreates version.h if its content changed.
|
2006-06-22 |
diego |
CVS --> Subversion in copyright notices
|
2006-06-22 |
diego |
Ignore libmpencoders.a.
|
2006-06-22 |
diego |
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edu
|
2006-06-22 |
diego |
Remove forgotten --disable-setlocale option from --help output.
|
2006-06-21 |
uau |
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
|
2006-06-21 |
michael |
intercept VFCTRL_FLIP_PAGE if needed
|
2006-06-21 |
michael |
send flip_page() through the filter chain
|
2006-06-21 |
nicodvb |
support for -alang in demux_lavf
|
2006-06-21 |
nicodvb |
support for -alang
|
2006-06-21 |
ben |
cosmetic changes (defines will be used later in other parts of the code)
|
2006-06-21 |
diego |
Make most of the xpm-files read 'const char*' instead of 'char*'
|
2006-06-21 |
ben |
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)
|
2006-06-21 |
diego |
Move #ifdefs around complete files into the build system.
|
2006-06-21 |
diego |
Ignore libraries.
|
2006-06-21 |
ivo |
rename cvs-howto.txt to svn-howto.txt
|
2006-06-21 |
diego |
Comment #ifdef #endif jungle.
|
2006-06-21 |
diego |
minor Subversion-related changes
|
2006-06-21 |
diego |
Comment some #endif directives to avoid confusion.
|
2006-06-21 |
diego |
Remove separation between Win32 DLL and DirectShow support in the build system.
|