summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 10l let path behave like before the start/stop patchrtognimp2003-12-191-1/+1
* UYVY support (port from v4l1)henry2003-12-191-0/+2
* make outfmt=uyvy work with rivatv patch by Stephen Beahmfaust32003-12-181-0/+2
* cdda: endianness fixcolin2003-12-161-0/+6
* 100l Fix audio decoding and random sig11rtognimp2003-12-151-1/+1
* For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a ...mosu2003-12-151-3/+13
* using more common function strchr instead indexalex2003-12-091-1/+1
* 1000l to mealex2003-12-091-1/+1
* Proper runtime index generation with support for growing files. Patch by rgse...alex2003-12-081-67/+148
* keyframe detection support by rgselk <rgselknospam@yahoo.com>alex2003-12-081-3/+14
* removed the historic libcss supportalex2003-12-084-356/+1
* bsdism by Steven Schultzalex2003-12-081-6/+13
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-084-3/+378
* 100l. Probably I was smoking crack while committing...alex2003-12-081-1/+1
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl...alex2003-12-084-3/+292
* 1000lalex2003-12-081-2/+2
* Fixes for a couple of warnings.mosu2003-12-082-2/+5
* Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor...mosu2003-12-082-8/+53
* Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l...mosu2003-12-052-40/+65
* 10lrtognimp2003-11-301-1/+1
* Real rtsp Range parameter (Start and End) support.rtognimp2003-11-233-2/+67
* Add detection of Real rtsp when there are queries in url.rtognimp2003-11-231-21/+7
* Added the FLAC CodecId.mosu2003-11-161-0/+1
* Support for FLAC tracks that already contain the "fLaC" header.mosu2003-11-161-11/+16
* Support for FLAC in Matroska written in the MS compatibility mode.mosu2003-11-161-3/+12
* Support for FLAC in Matroska.mosu2003-11-161-4/+26
* Small format fixes.mosu2003-11-151-2/+2
* missing externrathann2003-11-151-0/+1
* For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a...mosu2003-11-151-2/+4
* seek in realmedia filesluran2003-11-122-49/+179
* Warning fixes (approved by A'rpi).rathann2003-11-083-3/+4
* fallback to non-iconv dummy utf16 conversion if iconv failedalex2003-11-061-35/+27
* remove uncommon langinfo code and replace it by more common setlocal. patch b...alex2003-11-061-2/+1
* Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.mosu2003-11-061-2/+2
* Oops, removed a debugging printf from teh previous version.rsf2003-11-061-1/+0
* Increased the threshold for how many incoming frames to look at while guessingrsf2003-11-061-1/+2
* Proper usage of zlib for decompression.mosu2003-11-051-21/+33
* The message parameter was removed.diego2003-11-041-1/+1
* Fix waveformatex size calculationranma2003-11-031-2/+1
* 1000000l!!!!rfelker2003-11-031-4/+0
* Patch by Nico <nsabbi@libero.it>attila2003-11-012-18/+26
* Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mmsattila2003-11-011-0/+44
* Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique An...mosu2003-11-011-1/+2
* Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mp...mosu2003-10-301-2/+4
* VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ...mosu2003-10-291-224/+6
* * fix my 100l from beforeattila2003-10-261-3/+11
* 10!attila2003-10-261-2/+2
* Support for -chapter selection.mosu2003-10-251-5/+122
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>alex2003-10-223-1/+63
* Added support for additional content encoding (compression, encryption) in ge...mosu2003-10-221-81/+361
* User settable http user-agent. Patch by Per Wigrenalex2003-10-221-4/+12
* disable a silly errormessagealex2003-10-221-1/+1
* 10lalex2003-10-221-2/+1
* Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>alex2003-10-221-10/+11
* update by Andriy N. Gritsenko <andrej@lucky.net>alex2003-10-221-9/+15
* some updates in muxer apialex2003-10-221-0/+1
* big demux_ts fix from Nico <nsabbi@libero.it>attila2003-10-201-316/+715
* Support for MP2 audio.mosu2003-10-162-2/+5
* Support for uncompressed VobSubs.mosu2003-10-161-17/+331
* Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.mosu2003-10-161-0/+7
* Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.mosu2003-10-161-16/+16
* Clear subs a bit later than requested in order to avoid clearing the subs if ...mosu2003-10-151-1/+1
* More liberal codec id recognition for AC3 codecs (needed for transcoded DNET ...mosu2003-10-141-2/+2
* 10l found by Mark Berryman <mplayer@theberrymans.com>alex2003-10-141-1/+1
* FLAC decoding support via imported libmpflac.lumag2003-10-043-0/+38
* 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