summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* added pre-flash detecting support ;)alex2001-11-091-12/+68
* vivo_check_file uses also new textparseralex2001-11-091-2/+2
* added text block parseralex2001-11-091-11/+184
* added missing #include <malloc.h>pl2001-11-091-1/+5
* Progress indicator for index creation.atmos42001-11-071-0/+2
* vivo 2.0 compatibilityarpi2001-11-041-13/+40
* vivo demuxerarpi2001-11-044-3/+333
* new stream field: sizearpi2001-11-032-0/+3
* fixed AVI header creation - now should be compatible with NaNdubarpi2001-11-021-6/+9
* -idx fixes: support for divx4 and ignoring bad movi_endarpi2001-10-311-6/+15
* buffer_len addedarpi2001-10-311-0/+1
* pts_from_bps fixarpi2001-10-311-1/+1
* mp3 header parserarpi2001-10-311-1/+0
* mp3 header parserarpi2001-10-312-1/+93
* video frame reading cleanuparpi2001-10-303-1/+247
* mpeg video header parserarpi2001-10-303-1/+122
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-3012-8/+25
* twos pcm audio supportarpi2001-10-291-3/+5
* added edit atom (edit list), some comments and typos fixesalex2001-10-291-13/+47
* seek ebfore begin of the movie fixedarpi2001-10-291-3/+5
* using keyframe info for seekingarpi2001-10-291-9/+20
* cbr audio fixarpi2001-10-291-6/+27
* extended udta recordalex2001-10-291-4/+37
* added stss (not completed)alex2001-10-291-6/+29
* changed if's to switch in lschunksalex2001-10-291-10/+29
* AVI muxer rewrittenarpi2001-10-292-117/+192
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-265-11/+38
* added two new clip info types, all printf's were upgraded to mp_msgalex2001-10-261-30/+28
* CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.cjkeil2001-10-251-1/+1
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-0/+4
* while_encoding.avi (ffmpeg) fix (ignoring movi_ check if end<=start)arpi2001-10-241-4/+4
* better logic to choose valid info at broken indexarpi2001-10-241-8/+35
* handling free chunk (wide needs implementation) and displaying clip info (dat...alex2001-10-231-0/+72
* compressed mov audio fixedarpi2001-10-233-1/+9
* compression algo detection fix (bswap) and fps fixalex2001-10-221-2/+13
* largefileizationarpi2001-10-221-11/+9
* printf->mp_msgarpi2001-10-221-6/+12
* cache seeking fixed(?)arpi2001-10-211-32/+79
* EOF bug fixedarpi2001-10-211-1/+5</