summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_nut.c
Commit message (Expand)AuthorAgeFilesLines
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Remove silly #ifdef around the complete file.diego2007-08-241-6/+0
* compilation fix, manually include help_mp.hods152007-04-241-0/+2
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-201-0/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* remove some lines which should have never been in demux_nut.c, broke CPU ods152007-03-091-3/+0
* Sync to libnut, nom->numods152006-12-231-7/+7
* fix demux_nut to give proper (estimate) of percent position after a seekods152006-11-181-1/+3
* Add disabled EAGAIN testing code for libnutods152006-11-181-6/+16
* move demux_nut priv calloc to init() instead of check_file()ods152006-11-181-2/+2
* missed piece in update to libnut API - non negative errorsods152006-11-171-2/+1
* update to libnut API, non-negative errorsods152006-11-161-12/+12
* update to libnut, no nut_skip_packet()ods152006-11-151-1/+2
* update to libnut API, don't free the streamsods152006-11-151-3/+2
* update to libnut, add cache_syncpointsods152006-11-141-1/+2
* update to libnut, rename nut.h->libnut.hods152006-11-141-1/+1
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...ods152006-11-121-1/+1
* shut warning on "realloc undefined" in demuxer.hods152006-11-101-0/+1
* update libnut APIods152006-11-101-1/+1
* simplifications, any error from libnut is fatalods152006-09-231-32/+16
* sync to new libnutods152006-09-231-0/+1
* Add demux_nut to MPlayer repoods152006-09-171-0/+316