summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Fix vbr muxing and win32 codec crash on initalbeu2002-07-213-5/+19
* workaround for empty version1 audio headers (bugreport by Sascha Sommer)arpi2002-07-121-1/+1
* Added a simple xmcd parser to retreive the tracks name.bertrand2002-07-101-32/+269
* Build a fake list of track name.bertrand2002-07-101-15/+64
* Created a new header file to store common struct & prototype forbertrand2002-07-101-0/+65
* Fixed the asf http authentication.bertrand2002-07-091-3/+14
* Added ASF_Authenticate as an asf stream type.bertrand2002-07-091-1/+2
* Add missing authentication for asf streaming.atmos42002-07-081-0/+1
* 100l - seq++ for groupingarpi2002-07-071-0/+1
* Fix -bandwidth if no streaming available, 10l ;)atmos42002-07-071-1/+3
* edit-list support for video - fixes various A-V sync problems (TODO: seeking)arpi2002-07-071-6/+74
* aspect prescaling fix by magnus.pfeffer@epost.dearpi2002-07-061-1/+1
* fixed endless 'unknown chunk' and doublespeed ima4 audio bugsarpi2002-07-061-2/+5
* - add icon (nice, but very ugly hakk:)pontscho2002-07-052-3/+12
* If network is used, take the streams id that were requested.bertrand2002-07-051-0/+6
* Moved the asf_http_streaming_ctrl_t struct from asf_streaming.cbertrand2002-07-051-0/+8
* Changed the way that the streams are requested.bertrand2002-07-051-37/+62
* Retreive the bandwidth option from the command line.bertrand2002-07-051-6/+21
* Added the bandwidth variable. Used to set the max download bandwidthbertrand2002-07-051-0/+1
* hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printfarpi2002-07-041-3/+7
* add -audiofile support for guipontscho2002-07-022-1/+3
* CBR audio PTS fixes (using stsd v1 header)arpi2002-06-301-14/+24
* dump edit listarpi2002-06-291-5/+7
* Paul Ortyl's patchalex2002-06-271-1/+1
* Changed the -pass option to -passwd to avoid clash with mencoder option.bertrand2002-06-251-5/+5
* Read username/password from the -user -pass command line options.bertrand2002-06-251-28/+35
* Moved authentication code into its own function.bertrand2002-06-241-44/+65
* Paul Ortyl's patch - tv4l timestamps (not so precise :()alex2002-06-241-7/+19
* tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>alex2002-06-231-3/+5
* Improved the authentication interaction. Still need to replace scanf.bertrand2002-06-231-13/+24
* Added HTTP basic authentication supportbertrand2002-06-231-0/+37
* Added base64 encoderbertrand2002-06-232-1/+103
* Added support for URLs that contain an username:passwordbertrand2002-06-231-9/+45
* filename can be NULL. Fix the conflict between cdda and dvdnav.albeu2002-06-211-2/+2
* Add uninit to the dvd stream.albeu2002-06-212-1/+15
* Here I go again, another fix for the timeout.bertrand2002-06-211-4/+6
* Increased the timeout value on connection.bertrand2002-06-211-2/+2
* Checked the return value when retrieving the protocol level.bertrand2002-06-211-1/+4
* CDDB support added.bertrand2002-06-213-1/+595
* Added mplayer version in the user-agent field.bertrand2002-06-201-1/+3
* Removed unecessary malloc and memcpy.bertrand2002-06-201-9/+2
* Added a function prototype for reuse outside of network.cbertrand2002-06-171-0/+4
* Added some missing carriage returns.bertrand2002-06-171-7/+7
* some cleanup and fixes, but the badquality.asf is still buggy :(arpi2002-06-161-72/+100
* fixed playback speed and a-v sync issuesarpi2002-06-142-11/+50
* fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-131-1/+12
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-131-3/+10
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-119-3/+364
* export subpacket-size and matrix w*h to the codec (cook)arpi2002-06-101-18/+28
* Fix asf stream wich were giving invalid frame times because the frame timealbeu2002-06-101-2/+2
* export extra data for cook codec, some debug stuffarpi2002-06-101-14/+31
* - multiple audio/video stream support fixedarpi2002-06-091-23/+63
* sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev...arpi2002-06-081-37/+196
* Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see f...atmos42002-06-071-1/+2
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>arpi2002-06-071-0/+2
* common code to handle file/stdin/fifo opening, allows using named pipes andarpi2002-06-071-13/+10
* Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.atmos42002-06-051-1/+1
* file descriptor leak - found by Marc Espie <espie@nerim.net>arpi2002-06-041-0/+1
* msmpeg4v1 indexingmichael2002-06-021-1/+8
* playback of 'being downloaded' filesarpi2002-06-021-1/+2
* off_t fields reordered, to avoid problems due to struct paddingarpi2002-05-292-6/+5
* clone_demux_packet(), using refcounting to avoid memcpy()arpi2002-05-252-9/+35
* On the sun all int32 objects have to be aligned on 32 bit boundaries. Witharpi2002-05-251-1/+2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-4/+9
* 10L bugfixalbeu2002-05-231-2/+4
* some more output cosmetics, especially for vivo and mov demuxersarpi2002-05-202-24/+24
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-202-2/+2
* new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>arpi2002-05-201-0/+1
* a/v stream selection - patch by alexander.werth@gmx.dearpi2002-05-191-4/+4
* Enable mmst support. MMST will be tried if the HTTP support failed.bertrand2002-05-141-10/+16
* Added asf_mmst_streaming.c for compilation.bertrand2002-05-141-1/+1
* Added support for asf mmst protocol.bertrand2002-05-141-0/+628
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>arpi2002-05-123-39/+66
* added some new typesalex2002-05-091-1/+7
* cache lower limit 32kbarpi2002-05-051-1/+3
* gui doesn't like exit() in forged processarpi2002-05-051-1/+2
* 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<