summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Collapse)AuthorAgeFilesLines
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-201-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-205-13/+230
| | | | | | | | Options registration for libmpdemux. Demuxer info query. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4766 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2albeu2002-02-201-7/+65
| | | | | | | wich is % seeking git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4765 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ file detection and FPS determination (maybe)melanson2002-02-181-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4754 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh, i forgot to commit this...arpi2002-02-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the default prefill cache value for raw network input stream.bertrand2002-02-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4731 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-163-9/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4730 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed WAV demuxer so that it skips to the actual start of the audio datamelanson2002-02-161-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4721 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should skip exactly the first frame on mp3 files.albeu2002-02-151-3/+2
| | | | | | | Should correct many badly detected file, decoder crash, etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4718 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp3 position fixedarpi2002-02-151-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4713 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mp3 detectionarpi2002-02-141-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4712 b3059339-0415-0410-9bf9-f77b7e298cf2
* fast header checker addedarpi2002-02-141-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4711 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg-es osd fix - patch by ??? (lost mail:((()arpi2002-02-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved mp3 detection (don't detect mpeg1/2 as mp3 anymore)albeu2002-02-141-2/+15
| | | | | | | Added resync_audio call git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4701 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... it detected mpeg1/2 ps files as mpeg audio...arpi2002-02-141-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-146-78/+581
| | | | | | | | genres.h come from id3edit of servex@servex.yi.org found at http://id3edit.sourceforge.net/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4695 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. forgot to commit this one...arpi2002-02-121-2/+13
| | | | | | | | - workaround for files with bad index (first chunk absolute, other relative offsets) -> fixes many 'no video stream found' bugreports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4666 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI demuxer fixes:arpi2002-02-121-5/+93
| | | | | | | | | | | - workaround for files with bad index (first chunk absolute, others relative offsets) (fixes many 'no video stream found' bugreports) - check for LIST boundaries, truncate if sub-chunk wraps LIST endpos (FMP_3.avi) - support/workaround for empty info blocks with size=3 (FMP_3.avi) - lots of new avi info types added (from avifile source), just for fun... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4665 b3059339-0415-0410-9bf9-f77b7e298cf2
* A whole bunch of free_demuxer in demux_openalbeu2002-02-111-9/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4661 b3059339-0415-0410-9bf9-f77b7e298cf2
* add initial mPNG supportpontscho2002-02-111-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the url_copy function , since it was badly implemented,bertrand2002-02-112-17/+2
| | | | | | | and a url_new can do the job. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleaned up the way proxies checking was done.bertrand2002-02-111-13/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4653 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinstated original palette decision logic from XAnim (was the QT specmelanson2002-02-101-1/+3
| | | | | | | wrong on this?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4647 b3059339-0415-0410-9bf9-f77b7e298cf2
* added nmhd, added checking for audio trak in demux_mov_fill_bufferalex2002-02-101-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4646 b3059339-0415-0410-9bf9-f77b7e298cf2
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringalex2002-02-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4644 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for overflow in new_sh_video and new_sh_audioalex2002-02-102-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-25/+118
| | | | | | | | correctly; modified Cinepak decoder in order to deal with the deviant CVID data from FILM files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4629 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixedsize video samples fixed (dvntsc-qt.mov)arpi2002-02-101-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't read index for -forceidx and -nodix (speedup with bad media and not ↵atmos42002-02-101-1/+2
| | | | | | needed anyway) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-081-16/+18
| | | | | | | Plus : stop displaying PAUSE when -quiet is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4588 b3059339-0415-0410-9bf9-f77b7e298cf2
* finalize mfi support.pontscho2002-02-073-32/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4566 b3059339-0415-0410-9bf9-f77b7e298cf2
* completely reworked FILM demuxer to support both audio and video...neithermelanson2002-02-071-88/+138
| | | | | | | | of which work yet (CVID video and uncompressed audio)...but the demuxer is working well now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4565 b3059339-0415-0410-9bf9-f77b7e298cf2
* emulating BITMAPINFOHDR (for win32 codecs)arpi2002-02-061-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4557 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ↵arpi2002-02-061-7/+8
| | | | | | <dave@dchapman.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4554 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi supportpontscho2002-02-065-1/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4552 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi demuxerpontscho2002-02-061-0/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4551 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi supportpontscho2002-02-062-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added auto selection of the best streams and fixed a few compileralbeu2002-02-051-5/+30
| | | | | | | warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4539 b3059339-0415-0410-9bf9-f77b7e298cf2
* reconciled one minor, nagging palette issue with the official QT specmelanson2002-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4534 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed FPS as well as crash bug when no audio chunks are presentmelanson2002-02-051-20/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4533 b3059339-0415-0410-9bf9-f77b7e298cf2
* demuxer is now more complete, though still not perfectmelanson2002-02-021-29/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4486 b3059339-0415-0410-9bf9-f77b7e298cf2
* overwrite old infonexus2002-02-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4465 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented RoQ file demuxingmelanson2002-02-014-2/+243
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4452 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning (proper) fixpl2002-01-292-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4408 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD start position handling changed (progbar/eta fix)arpi2002-01-272-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4392 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD progress bar fixarpi2002-01-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4391 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids a warningpl2002-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4384 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed (reversed) the RGB palette ordermelanson2002-01-272-271/+271
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4372 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 reported as workingalex2002-01-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4351 b3059339-0415-0410-9bf9-f77b7e298cf2
* pre-check for audio/video streams (hope it fix wma steraming)arpi2002-01-261-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
| | | | | | | Quiet one GCC warning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-242-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
* freebsd fix by bjoern fischeratmos42002-01-241-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4338 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect ratio 9 added.jaf2002-01-241-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4337 b3059339-0415-0410-9bf9-f77b7e298cf2
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
| | | | | | | sent we can still try with the content-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a parser for the "ASF group stream object" and display the bitrate valuesbertrand2002-01-241-0/+30
| | | | | | | of all the streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4334 b3059339-0415-0410-9bf9-f77b7e298cf2
* QT demuxer now supports the default QT palettesmelanson2002-01-242-11/+321
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4333 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed num_of_packets and current_packet handling, bug found by Mike Melansonalex2002-01-231-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4329 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l ...nexus2002-01-232-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4316 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD need this to compile after last changesnexus2002-01-231-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
| | | | | | | Fixed a bug in the reading of the "reason answer" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unused code that I commented earlier.bertrand2002-01-231-37/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the cache option value setting/reading, so we can reportbertrand2002-01-221-9/+21
| | | | | | | in any case the cache size value used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a check to not set the cache size if the user alredy set it.albeu2002-01-211-12/+13
| | | | | | | Use m_config_set_int in place of m_config_set_option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-212-3/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set the cache value if the network layer was able to compute it.bertrand2002-01-201-7/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-203-9/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved network related code from open.c to network.cbertrand2002-01-193-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4252 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed channel changing with frequencies.calex2002-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4243 b3059339-0415-0410-9bf9-f77b7e298cf2
* added .rm (real) and .y4m (yuv4mpeg)alex2002-01-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4237 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dnet supportalex2002-01-181-2/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4236 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of multiple declaration of 'dvd_device'nick2002-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4229 b3059339-0415-0410-9bf9-f77b7e298cf2
* made a little more headway but it still doesn't work properlymelanson2002-01-181-8/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4227 b3059339-0415-0410-9bf9-f77b7e298cf2
* more movi_end messarpi2002-01-171-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4226 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change to use cdrom-device and dvd-device options needed for DVD/TV/VCDalbeu2002-01-171-6/+8
| | | | | | | integration in playlist git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4223 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverted old seeking method - ask Holm why...arpi2002-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4204 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a few possible bugsarpi2002-01-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4198 b3059339-0415-0410-9bf9-f77b7e298cf2
* image field added. 10*10l....arpi2002-01-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial support for FILM file demuxingmelanson2002-01-165-4/+209
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4190 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for broken 'muvi' chunksarpi2002-01-141