summaryrefslogtreecommitdiffstats
path: root/libmpdemux
<
Commit message (Expand)AuthorAgeFilesLines
* 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
* possible uninit pointer free()'dpl2001-12-251-3/+2
* warning fixpl2001-12-251-1/+1
* As nobody fixed this yet:pl2001-12-251-1/+1
* As nobody fixed this yet:pl2001-12-251-2/+2
* missing #include'spl2001-12-253-0/+5
* Somewhere along the line, someone updated a field in an ASF structuremelanson2001-12-241-1/+1
* FreeBSD fixnexus2001-12-241-1/+1
* fixed video syncingalex2001-12-241-3/+5
* i420 supportalex2001-12-242-0/+3
* memset is more portable than bzero ("BSD"ism)pl2001-12-241-2/+2
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>arpi2001-12-234-2/+363
* Add aspect 6, anamorphic 16:9 for svcdatmos42001-12-231-0/+1
* added co64 (64bit chunk offset table) chunk (needed for mov files created wit...alex2001-12-221-3/+58
* void* context added - it should keep the codec-specific stuff (struct ptr or ...arpi2001-12-211-2/+4
* x = malloc(strlen(s) + c) ... strcpy(x, s)pl2001-12-193-14/+7
* checkings for malloc results (potential memleaks)pl2001-12-192-10/+21
* If the demuxer type is unknown it will start an http streaming.bertrand2001-12-191-6/+8
* Removed unnecessary check after the protocol autodetection.bertrand2001-12-191-6/+0
* pre-cache fixedarpi2001-12-192-4/+5
* nop_steraming fixedarpi2001-12-191-0/+1
* Added the Host field in the HTTP request.bertrand2001-12-181-0/+3
* initial precachingarpi2001-12-173-8/+27
* Divide by Zero fix.atmos42001-12-171-2/+1
* Fixed the multiple ASF header stream chunk.bertrand2001-12-171-7/+2
* fli seeking implementedarpi2001-12-172-1/+21
* reset ds eof flags at seeking - requires for mpeg -looparpi2001-12-171-0/+2
* Removed functions prototypes for streaming that don't need to be here.bertrand2001-12-161-9/+0
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-161-92/+190
* vivo A-V sync fixedarpi2001-12-162-1/+15
* Changed an unknown file to preroll.bertrand2001-12-161-2/+2
* Handle broken server that doesn't send CRLF but jusr LF.bertrand2001-12-161-11/+14
* -vivo version option addedalex2001-12-151-0/+3
* added -vivo subconfigalex2001-12-151-32/+85
* fixed sig8 while -idx on some files (actually this is a workaround) :(gabucino2001-12-141-1/+2
* Made the HTTP request escaped the url.bertrand2001-12-141-7/+26
* Added 2 functions to escape/unescape the url as described in the RFC 2396.bertrand2001-12-142-1/+64
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-143-8/+26
* Applied the patch from Alban Bedel <albeu@free.fr> tobertrand2001-12-122-17/+159
* hacked audio support to work with acmalex2001-12-121-29/+92
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,bertrand2001-12-111-17/+76
* Added a data field in the streaming_ctrl_t struct, to store anybertrand2001-12-112-3/+8
* fixed Waveformatheader emu and added vivo1/2 audio detectionalex2001-12-101-9/+29
* Added the connect2Server prototype.bertrand2001-12-101-0/+2
* Moved the network related include files from network.c to network.hbertrand2001-12-102-10/+8
* 10lalex2001-12-091-2/+2
* committed corrected speed calculationmelanson2001-12-091-7/+0
* give the IMGFMT_ for sh_video->format not 0x0alex2001-12-091-1/+1
* Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ...atmos42001-12-081-0/+1
* default size 320x200alex2001-12-081-0/+8
* Checked the return values on read.bertrand2001-12-071-1/+13
* using audio.dwStart too... (for baittest.avi)arpi2001-12-041-0/+1
* fixed startup crashiive2001-12-031-0/+3
* add tv fps supportalex2001-12-032-2/+5
* update (audio support is coming:)alex2001-12-032-43/+55
* using #ifdef HAVE_VCDarpi2001-12-013-26/+13
* file format detection reordered to get better hitsarpi2001-12-011-21/+21
* combined PS/PES sync to allow .VDR playback from stdinarpi2001-12-011-10/+4
* init_v4l only present if HAVE_TV_V4Lalex2001-12-011-0/+2
* added support for packet 0x82 (from vivodump.c by arpi)alex2001-12-011-5/+28
* updated for support detection by configurealex2001-12-011-1/+1
* magic_number checking addedalex2001-11-301-0/+15
* pts supportalex2001-11-301-2/+3
* updatealex2001-11-301-28/+10
* bad malloc+strcpy => strduparpi2001-11-271-10/+6
* changed to generate fourcc's like: viv<version> -> viv1,viv2alex2001-11-251-2/+9
* fixed FLI demuxer so that it skips over app-specific framesmelanson2001-11-251-3/+15
* fixed divide-by-0 bug in FLI demuxermelanson2001-11-251-1/+5
* mostly complete support for loading and decoding FLI/FLC animationsmelanson2001-11-244-1/+137
* fixed tv detection in demux_openalex2001-11-231-6/+4
* added some new typesalex2001-11-221-0/+3
* added demux_infoalex2001-11-224-14/+46
* added demux_info supportalex2001-11-221-8/+24
* wrote a very annoying bugalex2001-11-221-1/+1
* added support for demux_infoalex2001-11-221-3/+10
* it wanted to be strcasecmp not strncmp and i dunno why it compiled for me wit...alex2001-11-221-4/+4
* 10l for al3x :-Patmos42001-11-211-4/+4
* added demuxer_infoalex2001-11-212-0/+81
* add subtitle language detect.pontscho2001-11-212-2/+43
* Don't need to stream_enable_cache it will be done later.bertrand2001-11-211-1/+0
* Changed the order of processing the network opening.bertrand2001-11-201-4/+8
* Added a network read function call and a seek network function call.bertrand2001-11-201-0/+20
* Added a new struct to stream_t to handle, network streaming.bertrand2001-11-201-0/+7
* Removed my buffer hack to use cache2.bertrand2001-11-203-404/+227
* Changed the some functions prototypes for the network streaming.bertrand2001-11-201-3/+4
* Added a function to copy URL.bertrand2001-11-202-0/+17
* Removed the field number limitation.bertrand2001-11-202-30/+64
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* added skip atom to support .mp4 filesalex2001-11-171-0/+1
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...alex2001-11-174-2/+132
* added support for setting color valuesalex2001-11-163-0/+128
* add dvd audio stream detectpontscho2001-11-162-18/+99
* tv frequenciesalex2001-11-162-0/+1176
* splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to su...alex2001-11-161-67/+66
* tv interface updatealex2001-11-165-19/+64
* some minor fixesalex2001-11-161-13/+18
* 001.vdr fixarpi2001-11-131-1/+3
* ignore mov detection if first chunk badarpi2001-11-131-0/+4
* qt/mov detection firstarpi2001-11-131-8/+8
* don't set freq if channel isn't capablealex2001-11-111-1/+1
* updated audio and tuner checkingalex2001-11-111-8/+52
* tuning worx (can set frequency)alex2001-11-116-20/+59
* never include files from public headers...arpi2001-11-114-5/+15
* -nobps NaN fixedarpi2001-11-111-1/+3
* cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TValex2001-11-114-8/+10
* printf's changed into mp_msgalex2001-11-113-77/+60
* added support for -tv outfmtalex2001-11-112-3/+22
* fixalex2001-11-111-0/+7
* doublebuffeing SYNC fixedarpi2001-11-111-3/+4
* demuxer fixedarpi2001-11-111-66/+21
* tv updatealex2001-11-112-30/+46
* small fixpl2001-11-111-11/+11
* disabled vivo2 scaling (decodes some vivo2 files)alex2001-11-111-1/+6
* tv updatealex2001-11-107-157/+729
* checking for EOFalex2001-11-101-1/+3
* added tv subsystemalex2001-11-0911-9/+718
* freeing up space and some debugalex2001-11-091-0/+31