aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_nsv.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_nsv: don't write to sh_video->ptsGravatar Uoti Urpala2010-11-13
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Set demuxer->audio->id to avoid breakage due to r26301Gravatar reimar2008-04-05
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Cleanup/simplify nsv check_file function.Gravatar reimar2006-10-28
* Better check for non-broken NSVf-header to avoid incorrect detection.Gravatar reimar2006-10-28
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.Gravatar diego2006-04-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Fix nsv detection with new demuxer structureGravatar rtognimp2005-08-30
* Demuxer modularizationGravatar rtognimp2005-08-05
* support 10000/1001 framerateGravatar reimar2005-07-17
* avoid always skipping first junk with a "sync lost" messageGravatar reimar2004-09-09
* Fix -nosound and -novideo (bug #28)Gravatar rtognimp2004-07-25
* More keyframe search fix for VP6xGravatar rtognimp2004-04-25
* Fix VP62 keyframe searchGravatar rtognimp2004-04-25
* Fix support for audio only streamsGravatar rtognimp2004-04-25
* Do not crash on audio only streamsGravatar rtognimp2004-04-13
* Add license, remove bogus comment as told by Reza Jelveh, the author.Gravatar diego2004-04-12
* Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)Gravatar rtognimp2004-04-12
* nsv (Nullsoft streaming video) demuxerGravatar rtognimp2004-04-12