summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_nut.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-3/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+18
|\
| * Add standard license header to all files in libmpdemux.diego2009-05-081-0/+18
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
|/
* Warning fixes for demux_nutods152008-12-121-3/+2
* Remove resync_audio_stream() from demux_nut seek functionods152008-12-121-2/+0
* Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIods152008-12-121-14/+14
* Fix double free in demux_nut, patch by Onur Küçük.ods152008-10-131-2/+0
* 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