aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Revert r18878, always sync rm files using only pts (ignore framerate)Gravatar rtogni2006-07-08
* Remove unused prototypeGravatar rtogni2006-07-08
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* lavf demuxer works better for gxfGravatar reimar2006-07-07
* Fix for case when both V4L and V4L2 are enabledGravatar reimar2006-07-06
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* cosmeticsGravatar diego2006-07-06
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* move some ill-behaving demuxers further down the listGravatar reimar2006-07-04
* respect dvdnav's requests of WAIT to prevent while(1)Gravatar nicodvb2006-07-04
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* missing free() if bails out at step 12Gravatar ben2006-07-01
* new rtsp-destination option which allows forcing destination ip address (fixe...Gravatar ben2006-07-01
* Fix A-V sync for real files (also live streams)Gravatar rtogni2006-07-01
* Add some explanatory comments to #endif jungle.Gravatar diego2006-06-30
* 10l: wrong #endif removed.Gravatar diego2006-06-30
* Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...Gravatar diego2006-06-30
* coverity report #179 from xine: variable "rest" not freed or pointed-to in fu...Gravatar ben2006-06-29
* cosmetic patch to remove useless sizeof(char) statementsGravatar ben2006-06-29
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ...Gravatar ben2006-06-29
* be more tolerant on server responses parameters case (fix 1.17 from xine, see...Gravatar ben2006-06-29
* 2 more unused functions removal (trying to sync with xine)Gravatar ben2006-06-29
* removed unused hexdump()Gravatar ben2006-06-29
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor...Gravatar ben2006-06-29
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canGravatar pacman2006-06-28
* includes before checking for defines (thanks Reimar for watching me)Gravatar ben2006-06-27
* network code portability for win32Gravatar ben2006-06-27
* avoid messing up with includesGravatar ben2006-06-27
* don't declare same global var twice (break live555 compilation)Gravatar ben2006-06-26
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...Gravatar ben2006-06-26
* new imported library in libmpdemux: freesdp (will be used by native rtsp demu...Gravatar ben2006-06-26
* cosmetic changes to avoid constants redefinitionGravatar ben2006-06-26
* Forgotten free on errorGravatar reimar2006-06-25
* exit() is not allowed in any other function than main(); removedGravatar nicodvb2006-06-24
* fprintf -> ms_msgGravatar nicodvb2006-06-24
* static-ized a couple of functionsGravatar nicodvb2006-06-24
* rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)Gravatar nicodvb2006-06-24
* prevent a buffer overflow to occur at teardownGravatar ben2006-06-23
* moved generic rtsp related files from realrtsp to librtspGravatar ben2006-06-23
* remove some never called codeGravatar ben2006-06-23
* prevent most RTSP streams from locking due to -idxGravatar ben2006-06-23
* removed some includes that are now uselessGravatar ben2006-06-23
* new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...Gravatar ben2006-06-23
* some printf() to mp_msg() replacementsGravatar ben2006-06-23
* move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...Gravatar ben2006-06-23
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* support for -alangGravatar nicodvb2006-06-21