log libmpdemux/demuxer.c @ 26021:69e007ee01d6

age author description
Tue, 12 Feb 2008 10:48:42 +0000 reimar Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
Sun, 03 Feb 2008 12:14:29 +0000 reimar Allow demuxers to choose a default value for correct_pts
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Tue, 29 Jan 2008 14:30:53 +0000 reimar Make mov subtitles work with -ass
Mon, 28 Jan 2008 22:09:21 +0000 ivo clarify comments/docs about lav* being the preferred place to implement new
Mon, 28 Jan 2008 16:03:22 +0000 ivo copy note on new demuxers and codecs to the top of the array as well to be
Mon, 28 Jan 2008 12:11:41 +0000 ivo note on new demuxers and codecs, add them to lav* instead of libmp*
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sun, 13 Jan 2008 15:47:24 +0000 reimar First step towards making all demuxer_desc_t const
Sun, 13 Jan 2008 15:41:21 +0000 reimar Remove a useless assignment (there is an if just a few lines above
Sun, 13 Jan 2008 13:37:19 +0000 reimar Add a forgotten #ifdef USE_ASS around ass_free_track
Sat, 12 Jan 2008 01:12:36 +0000 eugeni Add demuxer interface for attachments.
Fri, 11 Jan 2008 21:45:20 +0000 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
Fri, 11 Jan 2008 21:45:15 +0000 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
Fri, 11 Jan 2008 21:45:10 +0000 eugeni Add extradata to sh_sub_t.
Mon, 07 Jan 2008 14:13:50 +0000 eugeni Deallocate audio track codecdata.
Sat, 05 Jan 2008 14:28:57 +0000 nicodvb wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
Thu, 20 Dec 2007 11:21:02 +0000 reimar Move ds->current=NULL; further up to the free_demux_packet.
Thu, 13 Dec 2007 12:51:05 +0000 ulion Add demuxer functions for chapter feature.
Mon, 10 Dec 2007 14:43:09 +0000 ulion Fix memory leak that tmp allocated but maybe not used.
Tue, 04 Dec 2007 13:05:25 +0000 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
Sat, 01 Dec 2007 13:35:25 +0000 reimar Fix typos in comments to stop them hurting my eyes
Thu, 25 Oct 2007 19:21:24 +0000 uau demuxer.c: Remove useless code
Thu, 04 Oct 2007 02:35:34 +0000 uau Fix missing subtitles after seeking back
Wed, 19 Sep 2007 21:38:22 +0000 lu_zero libnemesi support, yet another rtsp/rtp library...
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Thu, 09 Aug 2007 10:26:00 +0000 reimar When a new subtitle stream becomes available check if it is the one that
Fri, 27 Jul 2007 20:25:43 +0000 reimar Make sure fformat is set before use
Fri, 27 Jul 2007 20:22:55 +0000 reimar Remove some unneeded extern variable declarations
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.