summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_nsv.c
Commit message (Expand)AuthorAgeFilesLines
* Set demuxer->audio->id to avoid breakage due to r26301reimar2008-04-051-0/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Cleanup/simplify nsv check_file function.reimar2006-10-281-22/+7
* Better check for non-broken NSVf-header to avoid incorrect detection.reimar2006-10-281-0/+2
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-1/+1
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.diego2006-04-241-1/+1
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* Fix nsv detection with new demuxer structurertognimp2005-08-301-47/+30
* Demuxer modularizationrtognimp2005-08-051-6/+23
* support 10000/1001 frameratereimar2005-07-171-0/+3
* avoid always skipping first junk with a "sync lost" messagereimar2004-09-091-3/+5
* Fix -nosound and -novideo (bug #28)rtognimp2004-07-251-10/+3
* More keyframe search fix for VP6xrtognimp2004-04-251-3/+3
* Fix VP62 keyframe searchrtognimp2004-04-251-3/+4
* Fix support for audio only streamsrtognimp2004-04-251-25/+24
* Do not crash on audio only streamsrtognimp2004-04-131-15/+16
* Add license, remove bogus comment as told by Reza Jelveh, the author.diego2004-04-121-4/+2
* Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)rtognimp2004-04-121-13/+11
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-0/+350