| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning fixes for demux_nut | ods15 | 2008-12-12 | 1 | -3/+2 |
* | Remove resync_audio_stream() from demux_nut seek function | ods15 | 2008-12-12 | 1 | -2/+0 |
* | Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API | ods15 | 2008-12-12 | 1 | -14/+14 |
* | Fix double free in demux_nut, patch by Onur Küçük. | ods15 | 2008-10-13 | 1 | -2/+0 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove silly #ifdef around the complete file. | diego | 2007-08-24 | 1 | -6/+0 |
* | compilation fix, manually include help_mp.h | ods15 | 2007-04-24 | 1 | -0/+2 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 1 | -0/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | remove some lines which should have never been in demux_nut.c, broke CPU | ods15 | 2007-03-09 | 1 | -3/+0 |
* | Sync to libnut, nom->num | ods15 | 2006-12-23 | 1 | -7/+7 |
* | fix demux_nut to give proper (estimate) of percent position after a seek | ods15 | 2006-11-18 | 1 | -1/+3 |
* | Add disabled EAGAIN testing code for libnut | ods15 | 2006-11-18 | 1 | -6/+16 |
* | move demux_nut priv calloc to init() instead of check_file() | ods15 | 2006-11-18 | 1 | -2/+2 |
* | missed piece in update to libnut API - non negative errors | ods15 | 2006-11-17 | 1 | -2/+1 |
* | update to libnut API, non-negative errors | ods15 | 2006-11-16 | 1 | -12/+12 |
* | update to libnut, no nut_skip_packet() | ods15 | 2006-11-15 | 1 | -1/+2 |
* | update to libnut API, don't free the streams | ods15 | 2006-11-15 | 1 | -3/+2 |
* | update to libnut, add cache_syncpoints | ods15 | 2006-11-14 | 1 | -1/+2 |
* | update to libnut, rename nut.h->libnut.h | ods15 | 2006-11-14 | 1 | -1/+1 |
* | change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn... | ods15 | 2006-11-12 | 1 | -1/+1 |
* | shut warning on "realloc undefined" in demuxer.h | ods15 | 2006-11-10 | 1 | -0/+1 |
* | update libnut API | ods15 | 2006-11-10 | 1 | -1/+1 |
* | simplifications, any error from libnut is fatal | ods15 | 2006-09-23 | 1 | -32/+16 |
* | sync to new libnut | ods15 | 2006-09-23 | 1 | -0/+1 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+316 |