summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>bertrand2002-09-091-0/+5
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-084-17/+23
* fixed get_format/set_formatalex2002-09-081-2/+4
* changed message leveles (too many non-sense info messages)alex2002-09-082-20/+16
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for...alex2002-09-081-3/+3
* Don't try to reread from the socket if the server says EOFbertrand2002-09-071-1/+1
* Fixed an unknown command. Looks like it's a new command from WMS9.bertrand2002-09-071-3/+10
* removes old input code (forgot to commit this)alex2002-09-071-12/+0
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...bertrand2002-09-071-2/+2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
* Humm, only if __DEBUG_URL is defined, declare the prototype...bertrand2002-09-051-1/+1
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn...bertrand2002-09-041-4/+54
* - If fatal error while trying to connect to a WM server, skip other proto.bertrand2002-09-031-2/+8
* Return -2 for fatal error while connecting to a server.bertrand2002-09-031-4/+6
* Checked if the connection succeeded before writing in the socket.bertrand2002-09-031-0/+8
* gcc 2.95.4 doesn't like VAR==value without spacesarpi2002-09-021-1/+1
* removed obsolete itemsalex2002-09-011-13/+0
* audio in layer is used only bu tvi_v4l, don't compile for others.arpi2002-08-314-9/+28
* user-data moved one -v uparpi2002-08-311-1/+1
* fix cache disable for live.comatmos42002-08-311-6/+5
* removed buggy fd<0 check for disallowing dumpstream/cachearpi2002-08-311-5/+6
* 1000l - libmpdvdkit2 fix, thx Nexusarpi2002-08-311-0/+7
* assume $(CC) can compile c++ - fixes compile with non-default compilerarpi2002-08-301-1/+1
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-303-16/+73
* 10l bug, found by Nexusarpi2002-08-291-0/+1
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-1/+1
* new mencoder option -info, to store copyright, title, encoder version etc in AVIarpi2002-08-292-0/+65
* fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net>arpi2002-08-291-1/+1
* - Tell the RTSP client code to use the string "mplayer" in RTSParpi2002-08-291-1/+2
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>bertrand2002-08-291-0/+14
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...alex2002-08-281-2/+2
* - added matrix cracking/debugging code - disabledarpi2002-08-271-1/+28
* Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should chec...alex2002-08-261-0/+5
* some files has some shit before teh audio/video headers...arpi2002-08-251-9/+22
* 10l - fixed chunktab size calculationarpi2002-08-241-1/+5
* - changed re-muxed packet structure (see struct dp_hdr_t)arpi2002-08-241-35/+62
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-224-11/+13
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lis...jaf2002-08-221-0/+9
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-0/+629
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-270/+729
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-142-2/+2
* disable cache if stream->fd<0 (no regular file/pipe but some special thing)arpi2002-08-141-0/+7
* corrects an off-by-one error when trying to seek beyond the end of file.arpi2002-08-141-1/+1
* RV20 A-V desync fixed - use timestamp hack only for RV30arpi2002-08-141-6/+14
* RV40 supportarpi2002-08-121-1/+8
* messages moved againjaf2002-08-081-20/+20
* 10larpi2002-08-061-1/+1
* detection reordered. note: raw DV detection should be more reliable.arpi2002-08-061-12/+9
* allow early exit from esds parsing, so decoder info (type & bitrate) arearpi2002-08-051-3/+5
* support for .mp4 with .mp3 audioarpi2002-08-051-0/+6
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-054-3/+267
* PPC endianess fix by Colin Leroy <colin@colino.net>arpi2002-08-051-14/+53
* fixed 'eof at 66s' bugarpi2002-08-051-14/+40
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-058-8/+556
* 10000l - didn't clear new stream struct, causing possible sig11 in cache layerarpi2002-08-041-0/+1
* detection of badly interleaved avi files and auto-switch to -niarpi2002-08-041-10/+34
* new_demux_packet: allocate 8 bytes too mucharpi2002-08-041-1/+1
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-023-1/+13
* skip 'pnot' and 'PICT' - fixes incoming/1.movarpi2002-08-011-0/+4
* There appears to be a trivial namespace error in determining the validarpi2002-07-301-1/+1
* ogm audio format id is in hex, not decarpi2002-07-301-1/+1
* Add uninit to the avi demuxeralbeu2002-07-262-0/+14
* warning fixesatmos42002-07-261-1/+4
* 10L free the cachealbeu2002-07-261-0/+1
* codmetics :)arpi2002-07-251-7/+6
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-1/+12
* Workaround for seeking multiangle discs with missing sml_agli[] table, as aarpi2002-07-231-6/+33
* 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/