summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Patch from Andreas Hess <jaska@gmx.net>:bertrand2003-06-211-22/+17
* 0.5l for debug messagesalex2003-06-201-1/+0
* fix one missing #include, one missing extern and one 10l error.rathann2003-06-193-1/+3
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...arpi2003-06-181-0/+4
* solaris fix by Gtz Waschk <waschk@informatik.uni-rostock.de>alex2003-06-171-3/+3
* Support for files whose first timecode is not 0 (which is the case for splitt...mosu2003-06-121-13/+28
* Networking support under MinGW.diego2003-06-1112-23/+161
* tivo demuxer moved down, its fileformat detection is unstable (misdetects mpe...arpi2003-06-091-12/+12
* Updates needed for libebml/libmatroska 0.4.4mosu2003-06-091-0/+28
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+0
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-096-3/+2022
* - discard soon non TS files (previously it took too long, as in the casearpi2003-06-081-19/+41
* - open new_ds_[audio | video] only when the relative streams are really avail...arpi2003-06-071-598/+632
* don't set audio pts to infinity after seeking in mp3 files :)rfelker2003-06-041-0/+1
* warning fixes by Dominikalex2003-06-034-1/+4
* Warning fixes, patch by Dominik Mierzejewskirtognimp2003-06-013-4/+7
* warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-05-311-0/+1
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+1
* remove ssize_t messfaust32003-05-301-3/+0
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-297-18/+18
* Fix redirection in real rtsp connections.rtognimp2003-05-283-8/+32
* Accept Helix as a valid Real serverrtognimp2003-05-271-1/+1
* use threads on windowsfaust32003-05-261-3/+42
* 10l found by yepyepalex2003-05-251-2/+2
* Recognize ra and rm extensions even with query strings,rtognimp2003-05-231-4/+15
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-7/+14
* 10lalex2003-05-231-1/+1
* Delayed the parsing of the cues for the case that the KaxInfos (and therefore...mosu2003-05-221-11/+18
* Endian fixes and proper support for headerless AAC streams.mosu2003-05-192-6/+74
* Added support for AAC.mosu2003-05-172-3/+18
* Remove byteswap hack with dnet audiortognimp2003-05-171-12/+0
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-179-14/+15
* skip dnet/ac3 byteswappingarpi2003-05-171-1/+3
* Bigendian fix, with help from Viktor Rosenfeldrtognimp2003-05-171-86/+96
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-152-0/+4
* Removed the abs function as someone reported compilation problems under MacOS.mosu2003-05-111-2/+2
* Check with the wrong variable.mosu2003-05-111-1/+1
* Preliminary Theora support. Patch by David Kuehling.mosu2003-05-111-25/+128
* ffsvq3 fix, dunno if this is the correct fixmichael2003-05-101-1/+2
* timecode scale value must be initialized before the duration is found. API ch...mosu2003-05-091-4/+3
* Support for aspect ratio set via DisplayWidth/DisplayHeight.mosu2003-05-061-3/+28
* Vorbis header packet lengths were calculated incorrectly.mosu2003-05-061-1/+2
* Proper key frame reporting. Proper handling of "no subtitles wanted".mosu2003-05-051-4/+5
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-051-2/+2
* Fixed seeking in audio-only files. Added support for subtitle track selection...mosu2003-05-041-50/+80
* Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"rsf2003-05-031-2/+2
* Added some special-case code for checking for "sip:" URLs (because theyrsf2003-05-031-5/+12
* We now check for "sip:" URLs - which are handled using the same LIVE.COMrsf2003-05-031-1/+10
* Added SIP (IP telephony) client support. (This was already supported in thersf2003-05-031-26/+59
* removed nonsense stream_reset/seek in check_file()arpi2003-04-303-8/+0
* Implemented some default values. The corresponding Kax elements are not store...mosu2003-04-301-3/+8
* Remove broker reset/seek and fix ;;rtognimp2003-04-301-4/+1
* Realaudio supportrtognimp2003-04-301-0/+302
* Add support for Realaudio filesrtognimp2003-04-303-2/+25
* Support codecs 14_4 and 28_8rtognimp2003-04-301-0/+2
* Fixes for gcc 3.2mosu2003-04-301-6/+6
* Loop counter was used inside for another loop as well.mosu2003-04-301-3/+4
* Added Matroska demuxing support.mosu2003-04-305-2/+2004
* 1000000000lrfelker2003-04-293-6/+6
* fully reworked by Nico <nsabbi@libero.it>alex2003-04-281-245/+216
* abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan...alex2003-04-281-1/+21
* fopen requires binary flag on windows, toofaust32003-04-261-0/+4
* enable mf support on mingw32faust32003-04-251-1/+3
* fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shacharalex2003-04-211-4/+3
* Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 fromdiego2003-04-201-2/+1
* Removed unneded Cygwin #ifdefs. Tested by Diego Biurrunrtognimp2003-04-204-24/+0
* Fix this 10L for wich i got so good bugreports :(((albeu2003-04-201-1/+1
* Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schult...rtognimp2003-04-192-0/+2
* Some .ra files are playable, noted by Ross Finlaysonrtognimp2003-04-181-1/+2
* 10l, noted by Sascha Sommerrtognimp2003-04-181-1/+1
* mingw fixfaust32003-04-181-1/+1
* Fix incorrect URL encoding.ranma2003-04-181-2/+2
* Fixed the code that checks for a ".rm" URL extension to also make surersf2003-04-181-1/+1
* Real rstp:// streaming support, ported from xinertognimp2003-04-1716-0/+4377
* 10lmichael2003-04-141-2/+2
* Fix cache uninitalbeu2003-04-122-4/+11
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
* Minor code cleanup.rsf2003-04-121-3/+4
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-104-43/+48
* Use inet_ntoa where inet_ntop is not available.bertrand2003-04-101-1/+5
* typo fixnexus2003-04-101-4/+4
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ...alex2003-04-092-14/+4
* channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI....alex2003-04-091-0/+11
* Make the vcd API fully reentrant.albeu2003-04-093-146/+176
* Port vcd to the new APIalbeu2003-04-095-65/+149
* Moved the "sdp://" test above the URL streaming test, so that SDP files canrsf2003-04-081-24/+25
* Oops, I just noticed albeu's revision 1.58 - so I backed out thersf2003-04-071-1/+1
* Reapplied the patch that I had originally made in revision 1.53.rsf2003-04-071-1/+1
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-062-3/+18
* Add netstreamalbeu2003-04-061-1/+1
* Add netstreamalbeu2003-04-061-2/+9
* A new control called upon stream reset.albeu2003-04-061-0/+1
* A new stream wich allow access to MPlayer stream accross the network.albeu2003-04-062-0/+418
* Check that we really got a filename.albeu2003-04-061-0/+6
* temporary disable mf support for systems without globfaust32003-04-042-1/+13
* Little fix.albeu2003-04-041-1/+1
* 10L NULL == 0 == stdinalbeu2003-04-041-1/+1
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-4/+0
* H264-ES demuxermichael2003-04-044-4/+109
* workaround only, please fix.pontscho2003-04-031-0/+4
* 10lpontscho2003-04-031-0/+4
* URL is cdda://tracks[:speed][/device]albeu2003-04-024-140/+159
* *** empty log message ***albeu2003-04-021-1/+1
* 10l to Albeufaust32003-04-021-1/+1
* MINGW32 portfaust32003-04-021-0/+4
* Remove -sdpalbeu2003-04-021-25/+15
* Stream modularization, the first step.albeu2003-04-023-12/+318
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".rsf2003-04-021-1/+1
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
* fix compilation without TV supportfaust32003-03-311-0/+2
* MINGW32 portfaust32003-03-301-3/+3
* Fix test compilationalbeu2003-03-302-2/+8
* Fix all demuxers wich where using a global var to enable themself.albeu2003-03-301-19/+16
* Set deuxer_type instead of using our own global var.albeu2003-03-301-2/+2
* Use new config headersalbeu2003-03-302-10/+11
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-304-22/+56
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
* Switch to the new config headeralbeu2003-03-271-1/+3
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
* on now set the demuxer type some we can use rawvideo with -audiofilealbeu2003-03-271-9/+12
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>alex2003-03-261-3/+2
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...bertrand2003-03-261-21/+121
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/filebertrand2003-03-262-14/+28
* color equalizer for tv inputhenry2003-03-233-4/+24
* fixed trivial seeking bugs, patch by Krister Lagerstrom <krister@kmlager.com>alex2003-03-221-1/+8
* Warning fix, patch by Dominik Mierzejewskyrtognimp2003-03-221-1/+2
* fix crash on streams with frame tags, patch by Brett Kosinski <brettk@frodo.d...alex2003-03-221-1/+2
* wrong assignment of codec, patch by nsabbi@libero.italex2003-03-211-1/+1
* report TRUE for IS_AUDIO control when user forces the audio recordinghenry2003-03-211-0/+1
* largefile support by Matthias Schwarzott <zzam@gmx.de>alex2003-03-211-3/+3
* replace sys_errlist with strerror() by Ivan Szantohenry2003-03-201-5/+5
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-193-1/+191
* 10l cbSize not inited for l=16.\n Could give problem in print_wave_headerrtognimp2003-03-171-0/+1
* 1000larpi2003-03-171-1/+0
* dvbin_param_on movedarpi2003-03-162-2/+2
* this is a combo patch that:arpi2003-03-1612-4/+2660
* remove the lower boundaryhenry2003-03-161-2/+1
* cleanups and some 10l fixes for previous commithenry2003-03-161-41/+44
* correct small framerate fluctuations directly in the capture threadhenry2003-03-151-1/+47
* This patch corrects the calculation of the MPEG bitrate from thearpi2003-03-151-3/+3
* Same behaviour as old code for short headersrtognimp2003-03-151-2/+5
* Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. Requi...rtognimp2003-03-151-5/+16
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)rtognimp2003-03-151-5/+6
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>rtognimp2003-03-121-3/+4
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-113-221/+336
* - fixed playback of files with bad WxH in header (tricky! we can always read thearpi2003-03-101-16/+32
* Hopefully fixed all RV30/RV40 A-V sync issuesarpi2003-03-091-9/+24
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)arpi2003-03-091-2/+2
* rv40 pict_type parsermichael2003-03-071-5/+19
* Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)michael2003-03-051-4/+27
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-051-1/+3
* 10L never blowup an option pointer !!!!albeu2003-03-031-2/+3
* MACOSX support patch, based on Dan Christiansens workalex2003-02-251-1/+5
* make tv non-seekablehenry2003-02-251-1/+1
* commented out nonsensealex2003-02-211-0/+2
* gif library incompatibility fixes and prefere libungif over libgif. Patch by ...alex2003-02-191-0/+13
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....bertrand2003-02-182-7/+14
* enabling mpeg4-es autodetection (if we dont enable it, then we will never kno...michael2003-02-161-1/+1
* linux->osdeparpi2003-02-093-3/+3
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTParpi2003-02-092-3/+11
* compile fixhenry2003-02-081-1/+1
* 1) codecs.conf changed recently and demux_gif no longer needs to spitarpi2003-02-081-11/+7
* disable num_of_packets check, it's unreliablearpi2003-02-041-0/+2
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-034-164/+341
* - ignore movi_end if reading from stdinarpi2003-02-021-6/+6
* debugarpi2003-02-021-1/+1
* fix default device (manpage says /dev/video0, /dev/video often is a directory)colin2003-02-021-1/+1
* fix off-by-one error messagecolin2003-02-021-1/+1
* xmms_demuxer missing symbolarpi2003-02-021-0/+1
* 100l... ogg-in-avi (type 0xFFFE) fixarpi2003-01-291-6/+7
* removed nonsense (and confusing) defaultsarpi2003-01-281-3/+3
* type autodetection (