summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* disabled audioalex2002-05-021-10/+21
* printf to mp_msgalbeu2002-05-022-8/+9
* printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARNalbeu2002-05-021-3/+3
* printf to mp_msgalbeu2002-05-021-1/+1
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-023-3/+27
* vf_inited flag addedarpi2002-05-011-0/+1
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:pl2002-05-011-2/+2
* completed real seeking - working very well with audio only filesalex2002-04-301-31/+72
* Added ICY error 400: Server full.bertrand2002-04-301-0/+3
* Convert printf to mp_msg in the network layeralbeu2002-04-303-136/+133
* ugly workaround disabledarpi2002-04-291-0/+2
* Add support for another AVI with ogg/vorbis audio (0x674F)albeu2002-04-291-2/+16
* Fix buggy extra header printingalbeu2002-04-291-1/+2
* Added ICY error 401: Service unavailable.bertrand2002-04-281-0/+3
* soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>arpi2002-04-281-0/+4
* OpenBSD, NetBSD portability patches byarpi2002-04-274-1/+217
* Add some info prints to ICY code and handle return codes ICY specific, also a...atmos42002-04-271-4/+32
* ICY found (mp3 stream) != sucess.albeu2002-04-271-1/+0
* DVDKIT supportarpi2002-04-242-5/+7
* Uninit addedalbeu2002-04-244-0/+56
* Added demuxer uninitalbeu2002-04-249-1/+101
* Add seeking without index (still not perfect). Use -forceidx for thealbeu2002-04-241-50/+83
* mp_mp3_get_lsf() added - to get decomp. frame sizearpi2002-04-241-0/+12
* more strict check for .mp3arpi2002-04-231-1/+3
* Fix % seekingalbeu2002-04-231-4/+5
* typo fix for pre2alex2002-04-211-1/+1
* dumping unknown extradata tooalex2002-04-211-0/+8
* mplayer was not compileable without, i tested it with and without vorbis, i h...jaf2002-04-211-0/+4
* Seeking implementedalbeu2002-04-202-42/+272
* 1000larpi2002-04-191-1/+1
* show extended mp3 infoarpi2002-04-181-1/+8
* 'wide' may contain 'mdat'arpi2002-04-181-1/+3
* FPS calculation fixedarpi2002-04-151-9/+2
* get aspect info from display size if != real sizearpi2002-04-151-2/+6
* Changed the big handling to make it use mplayer's endian macros.bertrand2002-04-141-6/+3
* Added big endian handling for the ASF_chunk_t struct.bertrand2002-04-141-6/+11
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.bertrand2002-04-141-0/+19
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>arpi2002-04-131-1/+4
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is upd...arpi2002-04-121-24/+14
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-1210-442/+619
* max_packs increased for some dvd with too many audio/subarpi2002-04-121-1/+1
* field 'vfilter' added to sh_video_tarpi2002-04-061-0/+1
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-032-103/+26
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-034-2/+287
* added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl...arpi2002-04-031-0/+1
* don't alloc/free NULLarpi2002-04-032-2/+2
* freeing codec in/out buffers is job of libmpcodecs, not demuxerarpi2002-04-011-3/+0
* after some STFW i've found some info about fps codesarpi2002-03-311-4/+10
* mtvp says its' 29.97 not 1 fpsarpi2002-03-311-1/+1
* seeking fixed (variable fps videos needs to reset PTS after seeking)arpi2002-03-311-0/+2
* fixed new_chunk calculation at seeking (seeking not work yet) and added -noso...arpi2002-03-311-11/+15
* 10l... int/1000 will be int while we want float, so let's do int*0.001arpi2002-03-311-2/+2
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
* changed int -> float for proper PTS calculation (works just as well as themelanson2002-03-311-13/+3
* backed out unneeded modmelanson2002-03-311-3/+0
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-312-4/+17
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25...arpi2002-03-311-0/+3
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOmelanson2002-03-311-28/+76
* added soem debug prints, and fixed 10l bug of Albanarpi2002-03-311-0/+5
* FreeBSD require stdlib.hnexus2002-03-301-0/+1
* FreeBSD warning fixnexus2002-03-301-0/+2
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
* typo, thx to Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-283-1/+126
* some under-devel code, will be required for qtx codecsarpi2002-03-271-0/+35
* incremented PACK_BYTES for BSDBT848 - by Charles Henrichalex2002-03-271-0/+5
* ooops :)atmos42002-03-261-2/+2
* Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.atmos42002-03-262-4/+29
* eeh 10l, removed one line too much :(atmos42002-03-251-1/+1
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur...atmos42002-03-251-23/+33
* Use esds parser for movie esds atom and only pass decoder specific configurat...atmos42002-03-241-4/+15
* - Add parsing of Sync Layer Descriptoratmos42002-03-243-13/+38
* 10l fix memory allocationatmos42002-03-242-8/+15
* eeh 10l, forgot malloc of esds struct.atmos42002-03-241-1/+2
* Improved MP4 parsing (finally)atmos42002-03-246-8/+230
* sys/types.h required for off_tarpi2002-03-231-1/+2
* 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
*