index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
Commit message (
Expand
)
Author
Age
*
move some ill-behaving demuxers further down the list
reimar
2006-07-04
*
respect dvdnav's requests of WAIT to prevent while(1)
nicodvb
2006-07-04
*
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
reynaldo
2006-07-03
*
rm unnecesary casts from void* - part 4
reynaldo
2006-07-03
*
rm unnecesary casts from void* - part 3
reynaldo
2006-07-02
*
missing free() if bails out at step 12
ben
2006-07-01
*
new rtsp-destination option which allows forcing destination ip address (fixe...
ben
2006-07-01
*
Fix A-V sync for real files (also live streams)
rtogni
2006-07-01
*
Add some explanatory comments to #endif jungle.
diego
2006-06-30
*
10l: wrong #endif removed.
diego
2006-06-30
*
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...
diego
2006-06-30
*
coverity report #179 from xine: variable "rest" not freed or pointed-to in fu...
ben
2006-06-29
*
cosmetic patch to remove useless sizeof(char) statements
ben
2006-06-29
*
increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ...
ben
2006-06-29
*
be more tolerant on server responses parameters case (fix 1.17 from xine, see...
ben
2006-06-29
*
2 more unused functions removal (trying to sync with xine)
ben
2006-06-29
*
removed unused hexdump()
ben
2006-06-29
*
fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor...
ben
2006-06-29
*
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
pacman
2006-06-28
*
includes before checking for defines (thanks Reimar for watching me)
ben
2006-06-27
*
network code portability for win32
ben
2006-06-27
*
avoid messing up with includes
ben
2006-06-27
*
don't declare same global var twice (break live555 compilation)
ben
2006-06-26
*
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...
ben
2006-06-26
*
new imported library in libmpdemux: freesdp (will be used by native rtsp demu...
ben
2006-06-26
*
cosmetic changes to avoid constants redefinition
ben
2006-06-26
*
Forgotten free on error
reimar
2006-06-25
*
exit() is not allowed in any other function than main(); removed
nicodvb
2006-06-24
*
fprintf -> ms_msg
nicodvb
2006-06-24
*
static-ized a couple of functions
nicodvb
2006-06-24
*
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)
nicodvb
2006-06-24
*
prevent a buffer overflow to occur at teardown
ben
2006-06-23
*
moved generic rtsp related files from realrtsp to librtsp
ben
2006-06-23
*
remove some never called code
ben
2006-06-23
*
prevent most RTSP streams from locking due to -idx
ben
2006-06-23
*
removed some includes that are now useless
ben
2006-06-23
*
new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...
ben
2006-06-23
*
some printf() to mp_msg() replacements
ben
2006-06-23
*
move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...
ben
2006-06-23
*
CVS --> Subversion in copyright notices
diego
2006-06-22
*
support for -alang
nicodvb
2006-06-21
*
cosmetic changes (defines will be used later in other parts of the code)
ben
2006-06-21
*
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)
ben
2006-06-21
*
support for audio stream switching
nicodvb
2006-06-20
*
fix a buffer overflow causing a segfault
aurel
2006-06-20
*
Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...
nicodvb
2006-06-19
*
feed any audio track present in the mux; switch to any of the available audio...
nicodvb
2006-06-19
*
try to reduce the distance between consecutive frames with pts to no more tha...
nicodvb
2006-06-18
*
prevent buffer overflow in the STD; simplified fill_packet() (moving part of ...
nicodvb
2006-06-18
*
Fix crash with all audio-only ogg files, the vorbis_info struct is not
reimar
2006-06-17
[next]