aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_nuv.c
Commit message (Expand)AuthorAge
* Remove native nuv demuxer, it only needs more code to achieve the same thingGravatar reimar2009-03-09
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* 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
* big-endian fixes for "extended" (i.e. mythtv) files.Gravatar reimar2005-10-25
* Demuxer modularizationGravatar rtognimp2005-08-05
* Support more MythTV nuv files, based on Gentoo portage patchGravatar reimar2005-08-01
* 10lGravatar faust32005-06-26
* Make nuv files work on bigendian (but old nuv files created with mencoderGravatar reimar2005-03-03
* - demuxer->audio->id is set to -2 when using 'frameno.avi', soGravatar arpi2002-09-30
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* fixed >2GB files demuxingGravatar arpi2002-09-10
* aspect prescaling fix by magnus.pfeffer@epost.deGravatar arpi2002-07-06
* Added demuxer uninitGravatar albeu2002-04-24
* 10l... int/1000 will be int while we want float, so let's do int*0.001Gravatar arpi2002-03-31
* seek patch by Panagoitis IssarisGravatar alex2002-01-09
* last minute audio demuxer patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>Gravatar arpi2002-01-02
* last minute aspect patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>Gravatar arpi2002-01-02
* audio is workingGravatar alex2001-12-27
* added NuppelVideo demuxer, based on Panagiotis Issaris' patchGravatar alex2001-12-27