summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream_read() now returns no. of bytes readedarpi2001-10-211-2/+4
* oggvorbis stuff moved out from stheader.harpi2001-10-211-19/+1
* not reqarpi2001-10-211-0/+0
* some more rtfmarpi2001-10-211-0/+43
* includes cleanuparpi2001-10-219-60/+6
* AVI - no audio stream fixarpi2001-10-213-1/+4
* print stats at read instead of fillarpi2001-10-211-2/+4
* ehh. include config.h... 10larpi2001-10-201-0/+2
* cache2 supportarpi2001-10-205-11/+230
* streaming fixedarpi2001-10-201-1/+3
* libdemux cleanup part 1arpi2001-10-206-17/+15
* tets.c removed +10larpi2001-10-201-1/+1
* i forgot this. -10l :(arpi2001-10-201-0/+46
* libdemuxer...arpi2001-10-2035-0/+7101