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
|