summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
| | | | | | | to be rejected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor code cleanup.rsf2003-04-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
| | | | | | | "-user" and "-passwd" options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-104-43/+48
| | | | | | | implement /dev/zero on system how don't have it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9902 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use inet_ntoa where inet_ntop is not available.bertrand2003-04-101-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9901 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixnexus2003-04-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9900 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ↵alex2003-04-092-14/+4
| | | | | | Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9891 b3059339-0415-0410-9bf9-f77b7e298cf2
* channel finetuning cmdline support, patch by Ivan Szanto ↵alex2003-04-091-0/+11
| | | | | | <szivan@duticai.TWI.TUDelft.NL> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the vcd API fully reentrant.albeu2003-04-093-146/+176
| | | | | | | | Move perror and co to mp_msg. Hope there is no big 10L as i couldn't test sun,fbsd and nbsd :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port vcd to the new APIalbeu2003-04-095-65/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9887 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved the "sdp://" test above the URL streaming test, so that SDP files canrsf2003-04-081-24/+25
| | | | | | | be read without streaming error messages being printed first. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9879 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, I just noticed albeu's revision 1.58 - so I backed out thersf2003-04-071-1/+1
| | | | | | | | "s->fd == NULL" test once again. I'll need to come up with some other way of fixing this so that it works properly on Solaris... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reapplied the patch that I had originally made in revision 1.53.rsf2003-04-071-1/+1
| | | | | | | (Someone apparently overlooked it when they checked in a subsequent patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9874 b3059339-0415-0410-9bf9-f77b7e298cf2
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-062-3/+18
| | | | | | | Would be cool if someone with a be,le network could test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add netstreamalbeu2003-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add netstreamalbeu2003-04-061-2/+9
| | | | | | | | | | A little 10L fix Call control(STREAM_CTRL_RESET) Close stream fd AFTER calling their close function (as some may still need it during close) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9854 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new control called upon stream reset.albeu2003-04-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9852 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new stream wich allow access to MPlayer stream accross the network.albeu2003-04-062-0/+418
| | | | | | | | URL is mpst://host[:port]/remote_url where remote_url is any valid MPlayer url. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check that we really got a filename.albeu2003-04-061-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9850 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary disable mf support for systems without globfaust32003-04-042-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Little fix.albeu2003-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9828 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L NULL == 0 == stdinalbeu2003-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-4/+0
| | | | | | | some header in the rest of MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9826 b3059339-0415-0410-9bf9-f77b7e298cf2
* H264-ES demuxermichael2003-04-044-4/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9825 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround only, please fix.pontscho2003-04-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9812 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-04-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9811 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL is cdda://tracks[:speed][/device]albeu2003-04-024-140/+159
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9802 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***albeu2003-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9801 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Albeufaust32003-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9800 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-04-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdpalbeu2003-04-021-25/+15
| | | | | | | Now fallback on the new stream api. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream modularization, the first step.albeu2003-04-023-12/+318
| | | | | | | Only file stream are converted atm, other will come later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".rsf2003-04-021-1/+1
| | | | | | | | | | | | ("fd" is NULL if the session is defined by a SDP file, for example.) It turns out that this test is necessary only for Solaris, not Linux, because in Linux, "s->eof" got set after the prior (failing) call to "lseek()" in "stream_seek_long()". In Solaris, however, "lseek(NULL, ...)" returns 0 (go figure!) rather than -1, so "s->eof" doesn't get set in "stream_seek_long()". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9787 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation without TV supportfaust32003-03-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9774 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-03-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix test compilationalbeu2003-03-302-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix all demuxers wich where using a global var to enable themself.albeu2003-03-301-19/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set deuxer_type instead of using our own global var.albeu2003-03-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headersalbeu2003-03-302-10/+11
| | | | | | | Remove STREAMTYPE_PLAYLIST. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-304-22/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9747 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch to the new config headeralbeu2003-03-271-1/+3
| | | | | | | Fix the chapter==0 bug when playing a list of title git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
| | | | | | | It's a bit of a hack, but atm it's the best place to free them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
| | | | | | | | Use the new config header Add a cache for the stream used by -audiofile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9710 b3059339-0415-0410-9bf9-f77b7e298cf2
* on now set the demuxer type some we can use rawvideo with -audiofilealbeu2003-03-271-9/+12
| | | | | | | | Add the pts, it was always 0 :( Switch to the new config header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5
| | | | | | | config header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9708 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>alex2003-03-261-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added IPv6 support, patch by Dave Lambley ↵bertrand2003-03-261-21/+121
| | | | | | <mplayer-dev-eng@dlambley.freeserve.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/filebertrand2003-03-262-14/+28
| | | | | | | Added const for arguments that shouldn't be changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9691 b3059339-0415-0410-9bf9-f77b7e298cf2
* color equalizer for tv inputhenry2003-03-233-4/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9664 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed trivial seeking bugs, patch by Krister Lagerstrom <krister@kmlager.com>alex2003-03-221-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warning fix, patch by Dominik Mierzejewskyrtognimp2003-03-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9656 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix crash on streams with frame tags, patch by Brett Kosinski ↵alex2003-03-221-1/+2
| | | | | | <brettk@frodo.dyn.gno.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9655 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong assignment of codec, patch by nsabbi@libero.italex2003-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9639 b3059339-0415-0410-9bf9-f77b7e298cf2
* report TRUE for IS_AUDIO control when user forces the audio recordinghenry2003-03-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9635 b3059339-0415-0410-9bf9-f77b7e298cf2
* largefile support by Matthias Schwarzott <zzam@gmx.de>alex2003-03-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9631 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace sys_errlist with strerror() by Ivan Szantohenry2003-03-201-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9625 b3059339-0415-0410-9bf9-f77b7e298cf2
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-193-1/+191
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9621 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l cbSize not inited for l=16.\n Could give problem in print_wave_headerrtognimp2003-03-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9617 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2003-03-171-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9616 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvbin_param_on movedarpi2003-03-162-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9612 b3059339-0415-0410-9bf9-f77b7e298cf2
* this is a combo patch that:arpi2003-03-1612-4/+2660
| | | | | | | | | | | | 1) adds an experimental TS demuxer to mplayer 2) adds an input (streaming) interface from DVB cards. It compiles and runs with the following versions of the drivers: dvb-kernel (HEAD) (with stock kernel 2.4.20) and 0.9.4 (with kernel 2.4.18) patch by Nico <nsabbi@libero.it> some cleanups, ts demuxer fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9611 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove the lower boundaryhenry2003-03-161-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9610 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups and some 10l fixes for previous commithenry2003-03-161-41/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9609 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct small framerate fluctuations directly in the capture threadhenry2003-03-151-1/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9608 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch corrects the calculation of the MPEG bitrate from thearpi2003-03-151-3/+3
| | | | | | | | | sequence header. The bitrate contained in the sequence header is in units of 400 bits/s, not 500. Eric Lammerts <eric@lammerts.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Same behaviour as old code for short headersrtognimp2003-03-151-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9597 b3059339-0415-0410-9bf9-f77b7e298cf2
* Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. ↵rtognimp2003-03-151-5/+16
| | | | | | Required for truespeech files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)rtognimp2003-03-151-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>rtognimp2003-03-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-113-221/+336
| | | | | | | | | | socket buffering. Improve A/V sync by dropping packets when one stream gets too far behind the other. Now tries to figure out the video frame rate automatically (if "-fps" is not used). Added support for MPEG-4 Elementary Stream video and MPEG-4 Generic audio RTP streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9566 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed playback of files with bad WxH in header (tricky! we can always read thearpi2003-03-101-16/+32
| | | | | | | | | | secondary WxH values, but only the codec can decide which one is the correct...) - better fps parsing - print VIDEO: line with codec info based on patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9562 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully fixed all RV30/RV40 A-V sync issuesarpi2003-03-091-9/+24
| | | | | | | based on patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)arpi2003-03-091-2/+2
| | | | | | | | noticed by Balatoni Denes <pnis@coder.hu> [sample files: pro: DISK1.RM contra: spygames-2MB.rmvb] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9554 b3059339-0415-0410-9bf9-f77b7e298cf2
* rv40 pict_type parsermichael2003-03-071-5/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dynamic decision of DVD device Darwin patch by (danchr at da