summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* many small typo and grammar fixesgabucino2003-10-047-10/+10
* Backwards compatibility fix for old SSA CodecIDs.mosu2003-10-021-2/+4
* simple fix for buffer overflow (remotely exploitable). feel free torfelker2003-09-251-2/+2
* Changed the criteria for when to drop RTP packets whose timestamp is too farrsf2003-09-241-2/+5
* Fix for imprecise floating point calculations.mosu2003-09-221-0/+2
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!lumag2003-09-203-3/+6
* Fix for borked .mov files with bogus user data length values. Patch by Marek ...mosu2003-09-201-0/+4
* get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a...faust32003-09-192-0/+24
* Different decision making for seeking which takes the direction into account.mosu2003-09-151-2/+21
* Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tris...mosu2003-09-121-13/+17
* Improved backwards seeking for small seek steps. Patch by matthieu <mat100@if...mosu2003-09-121-3/+7
* warning fix (missing C initializers)pl2003-09-121-9/+9
* 1000lhenry2003-09-121-12/+12
* yet another sync fixhenry2003-09-111-1/+9
* Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.mosu2003-09-111-0/+1
* Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...mosu2003-09-102-38/+110
* Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...mosu2003-09-102-8/+117
* Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by ...mosu2003-09-081-1/+1
* plen=0 is handledalex2003-09-071-1/+2
* audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yaho...alex2003-09-063-2/+10
* 10l - forgotten gettimeofdayhenry2003-09-051-1/+4
* cdda && cddb aren't uris too (hopefully all the pseudo urls are catched befor...alex2003-09-031-0/+1
* Do not automatically select a subtitle stream for display.mosu2003-09-021-1/+0
* Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>mosu2003-09-022-9/+299
* Fix immediatemode with mplayer (ie playing both sound and video)albeu2003-09-012-0/+10
* spelling fixesdiego2003-09-011-14/+14
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-316-15/+16
* Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libe...mosu2003-08-291-2/+6
* Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.mosu2003-08-281-1/+4
* Updated highest demuxer number.mosu2003-08-281-1/+1
* printing fps with 3 dec digit instead of 2arpi2003-08-272-2/+2
* This patch fixes:alex2003-08-271-4/+19
* Removed some ":" in the track output for easier cut&paste.mosu2003-08-271-5/+5
* Track selection uses the n-th audio/subtitle/video track as the ID, not the n...mosu2003-08-271-9/+40
* a/v sync cleanupshenry2003-08-271-12/+21
* added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such no...alex2003-08-251-1/+4
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)arpi2003-08-243-4/+28
* - seek() is always synchronized to keyframes, so the decoders don'tarpi2003-08-241-160/+981
* Support for linked seek heads, multiple seek heads, multiple cues.mosu2003-08-241-94/+129
* Re-added block duration parsing, needed for subtitles. Got lost in the last u...mosu2003-08-231-0/+3
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-1/+7
* a/v sync improvementshenry2003-08-181-4/+26
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+1
* fix compilation on mingwfaust32003-08-171-1/+1
* Fixes for compilation with gcc versions != 3.2.mosu2003-08-171-2/+2
* Big reorganization. Relies on libmatroska's Read() function and then processe...mosu2003-08-171-734/+421
* Forgot #include <sys/socket.h>albeu2003-08-161-0/+1
* url_unescape_string is used by the command line parser. These few helperalbeu2003-08-161-2/+2
* ftp support for mingwfaust32003-08-161-4/+9
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-158-20/+490
* fixes http://pot.lsd.ro/video.asfarpi2003-08-151-1/+1
* this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,diego2003-08-151-0/+6
* Spelling police:diego2003-08-143-3/+3
* 1000lalex2003-08-141-1/+1
* Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial fix...alex2003-08-131-5/+6
* using CONF_TYPE_IMGFMTalex2003-08-131-1/+2
* Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no ne...alex2003-08-132-24/+20
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-135-9/+5
* v4l2 checkhenry2003-08-131-0/+22
* Fix -cdrom-device to work again with cdda and vcd.albeu2003-08-132-2/+20
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-121-8/+7
* this patch fixesarpi2003-08-115-548/+617
* For a request by Gabu, i've cut & fix a part of Joey's dvd aid switchinggabucino2003-08-091-2/+4
* support for raw DV >2Gbgabucino2003-08-071-1/+1
* 10l - some forgotten ifdefshenry2003-08-072-3/+3
* v4l2 supporthenry2003-08-077-8/+32
* v4l2 supporthenry2003-08-072-0/+2484
* dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.diego2003-08-041-1/+1
* I'd like to change tv tuner frequency in the slave mode. So this patchgabucino2003-08-042-21/+40
* BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>arpi2003-08-021-1/+3
* dump extra bytes of bitmapinfoheader in verbose mode and make outputs consistentalex2003-07-271-1/+13
* dts aid fix by f.stock@t-online.de (Florian-Wolfgang Stock)alex2003-07-271-2/+5
* Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.rsf2003-07-271-3/+14
* Added support for checking whether a RTP demuxer contains combined audio_vide...rsf2003-07-271-0/+7
* Added support for checking whether a RTP demuxer had combined audio+video data.rsf2003-07-271-0/+1
* Added support for checking whether a RTP demuxer contains a combined audio_vi...rsf2003-07-271-0/+4
* inconsistencyalex2003-07-191-1/+1
* Fixes for stuff that only showed up with gcc versions other than 3.2.mosu2003-07-171-3/+11
* Fixed spelling mistakes that were present in libmatroska until now.mosu2003-07-171-3/+3
* Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...mosu2003-07-152-36/+159
* Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented sup...mosu2003-07-112-185/+542
* -dvd -> dvd:// and -vcd -> vcd://jonas2003-07-091-1/+1
* output typo fixes: unknow --> unknowndiego2003-07-091-6/+6
* fix compilation (uint*_t undefined)colin2003-07-081-0/+1
* fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachararpi2003-07-051-0/+2
* codmetics (noticed by Alex)arpi2003-07-041-5/+5
* better checksarpi2003-07-041-22/+23
* removing my (nonworking) email addressalex2003-07-033-4/+4
* A little hack to be able to play ogg radio streamalbeu2003-07-021-2/+12
* fake newer realplayer versionfaust32003-06-301-1/+1
* typo in console outputdiego2003-06-281-1/+1
* 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