aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_nut.c
Commit message (Expand)AuthorAge
* Warning fixes for demux_nutGravatar ods152008-12-12
* Remove resync_audio_stream() from demux_nut seek functionGravatar ods152008-12-12
* Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIGravatar ods152008-12-12
* Fix double free in demux_nut, patch by Onur Küçük.Gravatar ods152008-10-13
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Remove silly #ifdef around the complete file.Gravatar diego2007-08-24
* compilation fix, manually include help_mp.hGravatar ods152007-04-24
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* remove some lines which should have never been in demux_nut.c, broke CPU Gravatar ods152007-03-09
* Sync to libnut, nom->numGravatar ods152006-12-23
* fix demux_nut to give proper (estimate) of percent position after a seekGravatar ods152006-11-18
* Add disabled EAGAIN testing code for libnutGravatar ods152006-11-18
* move demux_nut priv calloc to init() instead of check_file()Gravatar ods152006-11-18
* missed piece in update to libnut API - non negative errorsGravatar ods152006-11-17
* update to libnut API, non-negative errorsGravatar ods152006-11-16
* update to libnut, no nut_skip_packet()Gravatar ods152006-11-15
* update to libnut API, don't free the streamsGravatar ods152006-11-15
* update to libnut, add cache_syncpointsGravatar ods152006-11-14
* update to libnut, rename nut.h->libnut.hGravatar ods152006-11-14
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Gravatar ods152006-11-12
* shut warning on "realloc undefined" in demuxer.hGravatar ods152006-11-10
* update libnut APIGravatar ods152006-11-10
* simplifications, any error from libnut is fatalGravatar ods152006-09-23
* sync to new libnutGravatar ods152006-09-23
* Add demux_nut to MPlayer repoGravatar ods152006-09-17