summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Add Parsing off ftyp box and some more docs refatmos42002-03-221-9/+31
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...atmos42002-03-211-0/+2
* insert mpeg4 video header into the first chunkarpi2002-03-211-3/+23
* 0.1larpi2002-03-211-0/+1
* support multiple video header extension chunksarpi2002-03-211-7/+7
* argh 0.5latmos42002-03-211-1/+2
* Recognize and skip ftype chunk used by some .mp4 files andatmos42002-03-211-12/+25
* temporary disabled len=0 code due to reported loop errorsalex2002-03-211-0/+2
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...atmos42002-03-211-24/+69
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-204-2/+132
* add alternative samplerate calculation for files with timescale\!=samplerateatmos42002-03-201-1/+22
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...atmos42002-03-191-1/+69
* added PTS for audio, but seeking still doesn't workmelanson2002-03-181-8/+24
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onmelanson2002-03-172-53/+69
* don't free our_out_buffer - it's obsoletedarpi2002-03-171-1/+1
* added proper PTS support for FILM demuxermelanson2002-03-162-30/+20
* BSD compatibility fix by Steven M. Schultzalex2002-03-161-0/+4
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-166-3/+634
* spelling type fix by Anders Rune Jensenalex2002-03-151-1/+1
* 0.1l ;)alex2002-03-151-0/+1
* update by Charles Henrichalex2002-03-151-7/+15
* audio support and pts based packet handling by Charles Henrichalex2002-03-151-42/+104
* mp_msg'ized (for i18n ;)alex2002-03-151-2/+3
* workaround in palette reader for statunit6.mov, needed to implement support f...alex2002-03-151-16/+56
* added get_sh_video/audio and realmedia seekingalex2002-03-152-2/+34
* added PRE-ALPHA seeking ability and index table generator (like avi's one)alex2002-03-151-29/+188
* added TVI BSD BT848alex2002-03-151-1/+1
* initialalex2002-03-151-0/+634
* mp3 detection fixed...arpi2002-03-141-0/+2
* some cleanup, fixes for video header parsing. finally we get the coded size i...arpi2002-03-141-13/+55
* Add IJPG decoder.pontscho2002-03-101-1/+1
* video_out added to sh_video_tarpi2002-03-071-0/+1
* 're-include' possibilitynick2002-03-032-0/+9
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andmelanson2002-03-011-9/+4
* Added waitpid in free_stream to avoid zombiesalbeu2002-02-281-1/+4
* We should know size of out buffernick2002-02-271-0/+1
* fixes build with new-input disabledrfelker2002-02-241-1/+1
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-234-14/+24
* These 2 files are intended for code common to the whole libalbeu2002-02-232-0/+39
* Handle HTTP OK response that doesn't contain a mime-type.bertrand2002-02-231-4/+3
* Fixed the http response parser when the http header only has the HTTPbertrand2002-02-231-1/+2
* Finnaly figured out this little long living bugalbeu2002-02-221-1/+1
* discovered what appears to be another valid FLI frame magic numbermelanson2002-02-221-1/+1
* Support for retriving mp3 playlist from the networkalbeu2002-02-212-0/+12
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-201-2/+15
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-205-13/+230
* Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2albeu2002-02-201-7/+65
* fixed RoQ file detection and FPS determination (maybe)melanson2002-02-181-8/+6
* ehh, i forgot to commit this...arpi2002-02-171-2/+4
* Changed the default prefill cache value for raw network input stream.bertrand2002-02-171-1/+1
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-163-9/+18
* fixed WAV demuxer so that it skips to the actual start of the audio datamelanson2002-02-161-1/+10
* We should skip exactly the first frame on mp3 files.albeu2002-02-151-3/+2
* mp3 position fixedarpi2002-02-151-2/+5
* added mp3 detectionarpi2002-02-141-1/+9
* fast header checker addedarpi2002-02-141-0/+9
* mpeg-es osd fix - patch by ??? (lost mail:((()arpi2002-02-141-1/+2
* Improved mp3 detection (don't detect mpeg1/2 as mp3 anymore)albeu2002-02-141-2/+15
* 10l... it detected mpeg1/2 ps files as mpeg audio...arpi2002-02-141-9/+9
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-146-78/+581
* ehh. forgot to commit this one...arpi2002-02-121-2/+13
* AVI demuxer fixes:arpi2002-02-121-5/+93
* A whole bunch of free_demuxer in demux_openalbeu2002-02-111-9/+20
* add initial mPNG supportpontscho2002-02-111-4/+6
* Removed the url_copy function , since it was badly implemented,bertrand2002-02-112-17/+2
* Cleaned up the way proxies checking was done.bertrand2002-02-111-13/+15
* reinstated original palette decision logic from XAnim (was the QT specmelanson2002-02-101-1/+3
* added nmhd, added checking for audio trak in demux_mov_fill_bufferalex2002-02-101-1/+10
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringalex2002-02-101-1/+2
* check for overflow in new_sh_video and new_sh_audioalex2002-02-102-2/+17
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-25/+118
* fixedsize video samples fixed (dvntsc-qt.mov)arpi2002-02-101-8/+17
* Don't read index for -forceidx and -nodix (speedup with bad media and not nee...atmos42002-02-101-1/+2
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-081-16/+18
* finalize mfi support.pontscho2002-02-073-32/+60
* completely reworked FILM demuxer to support both audio and video...neithermelanson2002-02-071-88/+138
* emulating BITMAPINFOHDR (for win32 codecs)arpi2002-02-061-1/+12
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ...arpi2002-02-061-7/+8
* add mfi supportpontscho2002-02-065-1/+44
* add mfi demuxerpontscho2002-02-061-0/+103
* add mfi supportpontscho2002-02-062-0/+91
* Added auto selection of the best streams and fixed a few compileralbeu2002-02-051-5/+30
* reconciled one minor, nagging palette issue with the official QT specmelanson2002-02-051-1/+1
* fixed FPS as well as crash bug when no audio chunks are presentmelanson2002-02-051-20/+21
* demuxer is now more complete, though still not perfectmelanson2002-02-021-29/+50
* overwrite old infonexus2002-02-011-1/+1
* implemented RoQ file demuxingmelanson2002-02-014-2/+243
* warning (proper) fixpl2002-01-292-0/+2
* DVD start position handling changed (progbar/eta fix)arpi2002-01-272-2/+5
* DVD progress bar fixarpi2002-01-271-1/+2
* avoids a warningpl2002-01-271-1/+1
* fixed (reversed) the RGB palette ordermelanson2002-01-272-271/+271
* yuy2 reported as workingalex2002-01-261-2/+2
* pre-check for audio/video streams (hope it fix wma steraming)arpi2002-01-261-0/+14
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-242-0/+35
* freebsd fix by bjoern fischeratmos42002-01-241-0/+11
* aspect ratio 9 added.jaf2002-01-241-0/+3
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
* Add a parser for the "ASF group stream object" and display the bitrate valuesbertrand2002-01-241-0/+30
* QT demuxer now supports the default QT palettesmelanson2002-01-242-11/+321
* fixed num_of_packets and current_packet handling, bug found by Mike Melansonalex2002-01-231-7/+6
* 10l ...nexus2002-01-232-5/+2
* FreeBSD need this to compile after last changesnexus2002-01-231-0/+4
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
* Removed unused code that I commented earlier.bertrand2002-01-231-37/+0
* Modified the cache option value setting/reading, so we can reportbertrand2002-01-221-9/+21
* Add a check to not set the cache size if the user alredy set it.albeu2002-01-211-12/+13
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-212-3/+22
* Set the cache value if the network layer was able to compute it.bertrand2002-01-201-7/+19
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-203-9/+41
* Moved network related code from open.c to network.cbertrand2002-01-193-30/+30
* fixed channel changing with frequencies.calex2002-01-181-1/+1
* added .rm (real) and .y4m (yuv4mpeg)alex2002-01-181-0/+2
* fix dnet supportalex2002-01-181-2/+36
* Fixed bug of multiple declaration of 'dvd_device'nick2002-01-181-1/+1
* made a little more headway but it still doesn't work properlymelanson2002-01-181-8/+31
* more movi_end messarpi2002-01-171-1/+4
* Change to use cdrom-device and dvd-device options needed for DVD/TV/VCDalbeu2002-01-171-6/+8
* reverted old seeking method - ask Holm why...arpi2002-01-171-1/+1
* fixed a few possible bugsarpi2002-01-161-3/+3
* image field added. 10*10l....arpi2002-01-161-0/+3
* initial support for FILM file demuxingmelanson2002-01-165-4/+209
* workaround for broken 'muvi' chunksarpi2002-01-141-1/+2
* Added support for the environment variable http_proxy.bertrand2002-01-143-2/+45
* Changed the proxy protocol to http_proxy.bertrand2002-01-142-5/+5
* QT demuxer loads palette information from files that transport palettes inmelanson2002-01-131-3/+49
* patch by Steven M. Schultz to support dvd under BSD/OSalex2002-01-131-0/+2
* Added proxy support.bertrand2002-01-122-27/+77
* Added a debug function to print the struct's variables.bertrand2002-01-122-1/+35
* relatiev path to libcss.so - patch by Jim Radford <radford@robotics.caltech.edu>arpi2002-01-111-1/+1
* added mpeg userdata dumparpi2002-01-101-3/+14
* Changed the return value of the start function. Doesn't return the fdbertrand2002-01-101-11/+11
* Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>bertrand2002-01-101-5/+13
* seek patch by Panagoitis Issarisalex2002-01-092-7/+136
* Kept the HTTP connection open after autodetect, sobertrand2002-01-084-101/+115
* STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for pla...arpi2002-01-082-0/+2
* various small streaming fixes by Alban Bedel <albeu@free.fr>arpi2002-01-082-21/+25
* patch for missing include by Steven M. Schultz <sms@2BSD.COM>pl2002-01-071-0/+2
* mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added...alex2002-01-051-14/+22
* added stream_read_qword by Chris Bednaralex2002-01-051-0/+13
* updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and ...alex2002-01-041-85/+126
* libmpeg2 is now able to decode framecopied (with mencoder) mpeg filesalex2002-01-041-0/+28
* Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) solgb2002-01-043-65/+99
* stream_skip len s/be off_tsteve2002-01-031-1/+1
* last minute audio demuxer patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>arpi2002-01-021-3/+2
* last minute aspect patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>arpi2002-01-021-1/+7
* hotfix for ac3 aid<0x20 (VDR)arpi2002-01-021-1/+1
* added read_index_chunk, fixed audio_header parser for version5alex2001-12-301-23/+149
* fixed rv10 with subid=3alex2001-12-291-2/+5
* -Wall removedarpi2001-12-291-1/+1
* Applied Rik Snel's seeking patchalex2001-12-282-5/+35
* asf<->y4m detection swappedarpi2001-12-281-8/+8
* don't reset timer at seek - req. for dxr3arpi2001-12-281-0/+4
* updatedalex2001-12-275-147/+226
* audio is workingalex2001-12-271-4/+6
* neededalex2001-12-271-0/+92
* added NuppelVideo demuxer, based on Panagiotis Issaris' patchalex2001-12-274-2/+192
* aspect ratio patch by Rik Snelalex2001-12-271-5/+9
* fixed audio detection code and improved ;)alex2001-12-271-76/+108
* fixed YUV4MPEG frame readeralex2001-12-271-1/+11
* added support for older YUV4MPEG format (used by xawtv)alex2001-12-271-25/+108
* improved audio codec detectionalex2001-12-271-10/+91
* yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>arpi2001-12-278-1/+1569
* 10l...arpi2001-12-271-1/+0
* warning fix == cleanuparpi2001-12-271-3/+3
* better, nicer progress status for index generationarpi2001-12-271-2/+16
* added real demuxeralex2001-12-264-1/+421
* mpeg startpos (-ss, -chapter) fixedarpi2001-12-261-1/+3
* mpeg VDR vs. BIN fixed?arpi2001-12-262-3/+14
* dvd language->aid/sid functionsarpi2001-12-262-2/+41
* subtitle_t + audio_stream_t -> stream_language_t (cleanup)arpi2001-12-251-8/+3
* is itn't %, it is a byteposition of the video ...jaf2001-12-251-1/+1
* warning fixpl2001-12-252-2/+4
* po