summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Removed the limitation to max. eight laced blocks.mosu2004-03-251-9/+21
* Round Chunklen to word boundaryranma2004-03-241-1/+1
* Use aspect from encoder for AVI vprp headerranma2004-03-243-25/+43
* Better vprp aspect fixranma2004-03-222-10/+18
* explicit option for AVI PRP headerhenry2004-03-211-28/+33
* fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t...nicodvb2004-03-201-21/+35
* removed unused code, synced to szap tuning sequence and unified diseqc, tone ...nicodvb2004-03-191-239/+109
* added missing tuning parameters (inversion and coderate) and changed debug le...nicodvb2004-03-191-2/+7
* Bigendian macro 10lranma2004-03-191-17/+17
* Fixed a bug that was accidentally introduced by the addition of MPEG Transportrsf2004-03-191-0/+3
* Parse comma separated language lists instead of comparing the complete langua...mosu2004-03-181-5/+12
* copy&paste 10lranma2004-03-171-1/+1
* OpenDML read/write supportranma2004-03-176-71/+816
* Raw audio and video are always keyframesranma2004-03-171-0/+2
* Seek in HTTP streams and stdin seek fixesrtognimp2004-03-135-5/+13
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>ranma2004-03-094-2/+105
* We now allow for the possibility of the RTCP audio/video synchronization beingrsf2004-03-021-1/+7
* missing video thread shutdown, frame count rounding fixhenry2004-02-251-1/+4
* Support for v3 audio section (used with 14_4 codec) in real filesrtognimp2004-02-221-0/+58
* dont mess up v4l volumesattila2004-02-222-5/+1
* Added support for multiplexed (audio+video) RTP streams.rsf2004-02-221-1/+1
* Added support for multiplexed audio+video RTP streams.rsf2004-02-221-1/+12
* Added support for handling multiplexed audio+video RTP streams.rsf2004-02-221-1/+1
* enable seeking in http streamsattila2004-02-176-12/+79
* Exit when an invalid EBML ID has been read (e.g. for files that have been cut...mosu2004-02-091-0/+6
* Do not open more than one audio/video/subtitle stream at the same time.mosu2004-02-011-30/+5
* Do not try to seek beyond the end of the stream when parsing the headers.mosu2004-01-311-1/+2
* Cleanup and small improvement in seeking if the final_granulepos is known. Pa...mosu2004-01-311-11/+9
* 1000000000l reported by Steven Schultz (thanks!)rfelker2004-01-301-1/+2
* fix some 10ls in sample rate handlinattila2004-01-291-2/+3
* add support for aac in real media filesattila2004-01-291-0/+37
* 10lhenry2004-01-291-1/+0
* Compliance with the DVB power management specification (doesn't closeattila2004-01-293-64/+51
* continue playing real files after errorsattila2004-01-291-27/+36
* Set fcchandler according to fourcc, some players (Archos Jukebox) need it, al...alex2004-01-281-0/+2
* 100lrfelker2004-01-271-1/+1
* Pass header to codec in extradata (needed by ffmpeg fli decoder)rtognimp2004-01-251-0/+10
* freebsd fix (btw, why does it needs this int_max shit?alex2004-01-251-0/+7
* mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.carpi2004-01-232-1/+1
* Fix for compilation with libmatroska 0.6.3.mosu2004-01-231-4/+1
* fix aspect 4 according to the standartiive2004-01-231-1/+3
* Do not deactivate the video stream if no audio stream was wanted/found...mosu2004-01-221-1/+1
* Compiler/system compatibility fixes.mosu2004-01-202-10/+4
* compile fix when v4l2 is present but disabledalex2004-01-201-1/+1
* Fixed subtitle clearing.mosu2004-01-201-4/+27
* Have the MOV demuxer recognize and display (via MPINFO) registered ISOdiego2004-01-201-4/+37
* Fixed the subtitle line overflowing for SSA if there were too many \N in the ...mosu2004-01-191-2/+12
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-196-1/+3431
* Fix for Real files with header size == 0x10 (normally is 0x12)rtognimp2004-01-161-5/+10
* 100lrfelker2004-01-161-1/+1
* ALSA 1.x audio out driverhenry2004-01-118-34/+53
* Added more legacy CodecIDs (S_ASS).mosu2004-01-111-0/+2
* 10l off-by-one when allocating space for subs. Prevent newlines in SSA subs f...mosu2004-01-111-20/+37
* 10lhenry2004-01-111-1/+1
* Fix long standing bug where last (and sometimes first) char of thealbeu2004-01-101-6/+8
* Properly set the file duration for audio-only Ogg files. Patch by Michael Beh...mosu2004-01-061-0/+2
* Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.rsf2004-01-061-1/+3
* Changes to conform to recent changes to the "LIVE.COM Streaming Media" code.rsf2004-01-061-2/+2
* sync with netbsd ports: audio grabbing support fixedalex2004-01-021-0/+14
* FreeBSD 5.2-CURRENT supportalex2004-01-021-0/+4
* 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<