summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Collapse)AuthorAgeFilesLines
* fix playback of files with displaysize not set (aspect was set to NaN for these)reimar2004-09-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13382 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-162-1/+7
| | | | | | | | -hr-mp3-seek bug (pts was -inf after seeking) and remove the workaround from demux_audio.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13358 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.mosu2004-09-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13325 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)reimar2004-09-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13311 b3059339-0415-0410-9bf9-f77b7e298cf2
* show video format for all demuxers, not just avi (move this somewhere else ↵rfelker2004-09-101-0/+9
| | | | | | if you prefer) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13302 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid always skipping first junk with a "sync lost" messagereimar2004-09-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13300 b3059339-0415-0410-9bf9-f77b7e298cf2
* chunk size fix from Ross Finlayson, ported from xinediego2004-09-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13290 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsrfelker2004-09-051-0/+1
| | | | | | | | | | | | | ever infinite?!?!) but at least it makes it work... :) patch by Balazs KOSSOVICS (tevefeju AT freemail.hu): Hi! When we listening music with "-hr-mp3-seek" option, than there is a negative value at the first rewinds in the statusrange (-52 hours, some minutes). The patch is against this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13257 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed warning in my patchrfelker2004-09-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13251 b3059339-0415-0410-9bf9-f77b7e298cf2
* ensure that avi files have a valid header as soon as possible.rfelker2004-09-051-0/+7
| | | | | | | | | | | | | | without this, the header says 0x0 video size, which works with mplayer when the video size is stored in the codec data, but it does NOT work with other players or with codecs that don't store size (e.g. snow). actually i don't like having seeks in the muxer module, but i don't know any other way to implement this fix without major changes to mencoder. if you have a better fix, please reverse this and commit yours. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13250 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow empty assignments, necessary for some weird servers...reimar2004-08-301-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13204 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVC (fourcc avc1) in mp4 supportrtognimp2004-08-291-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13191 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesrathann2004-08-283-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13188 b3059339-0415-0410-9bf9-f77b7e298cf2
* use correct headersrathann2004-08-281-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13184 b3059339-0415-0410-9bf9-f77b7e298cf2
* added forgotten dvb-t params lp_coderate and hierarchynicodvb2004-08-263-11/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: fix some compiler warnings.mosu2004-08-252-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Display the language code for subtitles from Matroska files.mosu2004-08-242-2/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use globals. Put the variables into the appropriate demuxer struct ↵mosu2004-08-242-10/+40
| | | | | | instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for subtitle switching in Matroska.mosu2004-08-242-9/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13127 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved combined vobsub_lang into sub_selectjoey2004-08-223-1/+30
| | | | | | | | | add support for dvd subs and ogg subs into sub_select document sub_select vobsub_lang left as a link to sub_select for backwards compatibility git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13090 b3059339-0415-0410-9bf9-f77b7e298cf2
* more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>diego2004-08-221-6/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13082 b3059339-0415-0410-9bf9-f77b7e298cf2
* nut is only handled by lavf, speed up detectionalex2004-08-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13073 b3059339-0415-0410-9bf9-f77b7e298cf2
* DTS support via lavc and libdtsrtognimp2004-08-122-2/+44
| | | | | | | | Patch by Aurelien Jacobs ( aurel at gnuage dot org ) dts in wav by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13007 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not attempt to seek backward in stream on MDPR chunk with no codec datareimar2004-08-101-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12993 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better protection against double definition of MPEGLAYER3WAVEFORMATwight2004-08-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12980 b3059339-0415-0410-9bf9-f77b7e298cf2
* LIVE.COM tests moved to ./configurewight2004-08-091-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use port number embedded in url for mms streamsrtognimp2004-08-071-1/+3
| | | | | | | Patch by Bertrand Baudet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12969 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for crash when seeking with -novideo optionreimar2004-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the old Matroska demuxer.mosu2004-08-042-3186/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12959 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw stdin fixesfaust32004-07-311-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12922 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes a crash and unchecked string-handling in ENCA code.reimar2004-07-283-3/+3
| | | | | | | Also does a bit of cleanup. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12910 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent segfault on shmem faileriive2004-07-261-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -nosound and -novideo (bug #28)rtognimp2004-07-251-10/+3
| | | | | | | | Move audio fourcc assignement inside audio if() Remove bogus VLB warning (codec missing, no demuxer problem) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault caused by changing a pointer that will be freed laterrtognimp2004-07-251-5/+7
| | | | | | | Patch by Martin Simmons ( vyslnqaaxytp at spammotel dot com ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12895 b3059339-0415-0410-9bf9-f77b7e298cf2
* reduced code complexity, and also made consistent with other partsalex2004-07-211-12/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12880 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing broken and unneeded copyalex2004-07-211-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12879 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip ecc only if present, patch by Alexis Durelle ↵alex2004-07-211-2/+12
| | | | | | <alexis.durelle@cen.cnamts.fr> (needed for the Aiptek DV3500 camera) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated to conform to a small change in the LIVE.COM API.rsf2004-07-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated to cnform to a small change in the LIVE.COM API.rsf2004-07-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12866 b3059339-0415-0410-9bf9-f77b7e298cf2
* embarassing typodiego2004-07-193-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12861 b3059339-0415-0410-9bf9-f77b7e298cf2
* no redefinition, clashes with OpenBSDalex2004-07-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12846 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-162-6/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12836 b3059339-0415-0410-9bf9-f77b7e298cf2
* missed function name change after ENCA support commitiive2004-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12819 b3059339-0415-0410-9bf9-f77b7e298cf2
* added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)nicodvb2004-07-123-76/+156
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12804 b3059339-0415-0410-9bf9-f77b7e298cf2
* x86_64 fix by John Stebbins <john@stebbins.name>faust32004-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make rtp:// cohexist with LIVE.COMrtognimp2004-07-114-159/+5
| | | | | | | Patch by Nico Sabbi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12800 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD portability patches from the OpenBSD ports treediego2004-07-112-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless "size restrictions" messageranma2004-07-031-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12756 b3059339-0415-0410-9bf9-f77b7e298cf2
* WMP doesn't encode urls with mmst protocolrtognimp2004-07-021-1/+15
| | | | | | | Patch by Ilia ( chest4l at mail dot ru ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12752 b3059339-0415-0410-9bf9-f77b7e298cf2
* We still need to make sure the upper 16 bits of dwFlags are clearedranma2004-06-301-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove borken index fixup (breaks more than it fixes)ranma2004-06-301-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12737 b3059339-0415-0410-9bf9-f77b7e298cf2
* If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,ranma2004-06-291-0/+7
| | | | | | | | use it even if there is no AVIX RIFF-Chunk. (See also <40D2E910.2000708@comcast.net> "Non-seeking OpenDML AVI") git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not dereference NULL if no track could be found for a block.mosu2004-06-281-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Negate default palette for grayscale cvidrtognimp2004-06-271-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12709 b3059339-0415-0410-9bf9-f77b7e298cf2
* The granulepos does not depend on the number of channels, only on the sample ↵mosu2004-06-271-8/+15
| | | | | | size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12704 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid double slashes, patch by Yoshinori Satoalex2004-06-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12680 b3059339-0415-0410-9bf9-f77b7e298cf2
* cseq starts from 1 according to the standard, patch by Yoshinori Satoalex2004-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12679 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable iconv in case setlocale is disabled - compile fixalex2004-06-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2
* user nl_langinfo if langinfo support present for proper chinese support, ↵alex2004-06-261-1/+8
| | | | | | feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12675 b3059339-0415-0410-9bf9-f77b7e298cf2
* index creation/reading behaviour just like the avi demuxer, patch based on ↵alex2004-06-251-14/+26
| | | | | | work by Reza Jelveh, Moritz Bunkus und myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12666 b3059339-0415-0410-9bf9-f77b7e298cf2
* static tablesalex2004-06-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12657 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct spellingalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12655 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12652 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesdiego2004-06-251-6/+11
| | | | | | | | patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net> reviewed by Pontscho, Alex, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
* tcp fragging bugfix by Song Du <freewizard at gmail.com>alex2004-06-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12641 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpst fixalex2004-06-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12640 b3059339-0415-0410-9bf9-f77b7e298cf2
* RFC compliance patch by Eric Lammerts <eric@lammerts.org>alex2004-06-251-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12639 b3059339-0415-0410-9bf9-f77b7e298cf2
* uber 10l found by Ilia <chest4l at mail.ru>alex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12638 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for ac3 in non-pes aligned private1 streams; removed useless ↵nicodvb2004-06-181-71/+131
| | | | | | and commented code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12613 b3059339-0415-0410-9bf9-f77b7e298cf2
* calling bind with multicast addresses doesn't work on windows, patch by ↵faust32004-06-181-3/+21
| | | | | | Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12611 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>faust32004-06-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback of file after playing an urlrtognimp2004-06-111-0/+3
| | | | | | | Patch by Aurelien Jacobs <aurel (at) gnuage (dot) org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12572 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 chroma422/444 supportiive2004-06-111-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ↵mosu2004-06-102-38/+135
| | | | | | idx. Made the parser handle whitespaces better. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to get the "size:" and "palette:" entries for VobSub tracks from the ↵mosu2004-06-081-0/+92
| | | | | | private data. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix hang on broken mmst streamsrtognimp2004-06-071-1/+2
| | | | | | | Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use same order as WMP for mms protocols (MMSU, MMST, HTTP)rtognimp2004-06-06