log libmpdemux/demuxer.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 31 Aug 2014 09:39:13 +0000 reimar Support -ni option for all formats.
Tue, 27 May 2014 19:22:09 +0000 reimar demuxer: Fall back to asking the stream layer for length.
Sun, 16 Feb 2014 16:30:00 +0000 reimar demuxer.c: Use proper format string to print pointer.
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Sat, 21 Sep 2013 16:53:12 +0000 reimar Move rtsp_transport_* variables to demuxer.c
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Sun, 04 Aug 2013 18:12:24 +0000 ib Fix definition of sh->original_aspect.
Thu, 09 May 2013 07:24:34 +0000 reimar Make parser allocation work if a codec was forced.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 17 Mar 2013 09:32:12 +0000 reimar Allow audio/video queues to fill up a bit more right after seeking.
Wed, 13 Mar 2013 02:18:17 +0000 iive Fix mplayer compilation.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Fri, 30 Nov 2012 22:16:16 +0000 reimar Make stream eof detection less sensitive.
Fri, 30 Nov 2012 22:12:17 +0000 reimar Fix scary "BUG! Invalid demuxer type ..." message
Wed, 28 Nov 2012 19:15:34 +0000 reimar Fix code that detects streams temporarily lacking data to work
Mon, 26 Nov 2012 19:30:58 +0000 reimar Try to improve seeking in files with only few video packets,
Mon, 05 Nov 2012 20:53:49 +0000 reimar Allow free_demuxer to handle a NULL argument.
Mon, 27 Aug 2012 07:09:34 +0000 cehoyos Add missing newline in error message.
Sat, 25 Feb 2012 18:26:31 +0000 reimar Fix DVDs showing the subtitle language as "unknown"
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Mon, 05 Dec 2011 18:27:40 +0000 reimar Fix OSD time and e.g. frame number displayed with osd_fractions
Fri, 21 Oct 2011 18:20:53 +0000 compn add forgotten ec-3 tag to parsers list in demuxers.c
Sat, 01 Oct 2011 10:20:41 +0000 compn add some aac/dts fourccs
Mon, 12 Sep 2011 23:36:00 +0000 diego libass: consistently #include sub/ass_mp.h without #ifdefs
Mon, 12 Sep 2011 23:08:39 +0000 diego libass: always use sub/mp_ass.h instead of #including libass headers directly
Thu, 18 Aug 2011 18:32:53 +0000 reimar Simply drop packets for which new_demux_packet allocation fails.
Tue, 09 Aug 2011 20:14:30 +0000 reimar Support parsing of AAC audio.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Fri, 10 Jun 2011 08:31:00 +0000 cehoyos Fix typos.
Sun, 24 Apr 2011 23:06:38 +0000 reimar Add a alloc_demuxer function that ensures all the critical stuff is
Fri, 22 Apr 2011 06:15:50 +0000 reimar Attempt to support attachements without filename.
Sat, 05 Mar 2011 12:09:25 +0000 reimar 100l, actually only dnet tag indicates byte-swapped AC-3.
Sat, 05 Mar 2011 12:03:03 +0000 reimar Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
Thu, 27 Jan 2011 20:37:51 +0000 reimar Improve EOF handling in ds_fill_buffer for the case where one stream ends
Wed, 08 Dec 2010 19:43:51 +0000 reimar Add support for FLAC audio parsing, fixes playback time jumping
Sun, 07 Nov 2010 11:00:00 +0000 cehoyos Add missing fourcc's that require libavcodec parsing.
Sun, 07 Nov 2010 10:55:01 +0000 cehoyos Fix typo: There is no fourcc 'MPE '.
Sat, 06 Nov 2010 15:41:44 +0000 reimar Add support for LATM parsing.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Tue, 26 Oct 2010 19:03:14 +0000 reimar Consistency fix: select track specified by -aid/-vid/-sid automatically
Tue, 26 Oct 2010 18:59:00 +0000 reimar Replace malloc+memset by calloc.
Sun, 03 Oct 2010 15:28:49 +0000 diego Replace forward declarations of resync_{audio|video}_stream by proper #includes.
Sat, 02 Oct 2010 15:03:40 +0000 reimar Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Sat, 11 Sep 2010 11:38:36 +0000 diego Move stream_cache_* extern variable declarations to mpcommon.h.
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Sat, 04 Sep 2010 08:36:38 +0000 diego Refactor more instances of avcodec_initialized handling into init_avcodec().
Sun, 29 Aug 2010 06:46:06 +0000 reimar Also reset subtitle EOF on seeking.
Sat, 21 Aug 2010 16:04:18 +0000 reimar Print subtitle type also for internally-supported types with a libavcodec decoder.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 02 Jul 2010 21:14:42 +0000 reimar Move the subtitle pts handling code to demuxer.c
Sun, 20 Jun 2010 15:04:12 +0000 diego Move hr_mp3_seek extern variable declaration to demux_audio.h.
Sun, 06 Jun 2010 13:59:44 +0000 reimar Fix ds_get_next_pts to also work for the first packet of a stream.
Fri, 04 Jun 2010 17:11:56 +0000 reimar Default to -correct-pts off if -fps was given, since -fps has no effect
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Sat, 20 Feb 2010 18:53:07 +0000 reimar Do not discard stream buffer on eof, instead reuse it to slightly improve
Sat, 20 Feb 2010 17:50:56 +0000 reimar Print demuxer name in "freeing demuxer" message.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Tue, 26 Jan 2010 21:08:01 +0000 reimar Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
Sun, 24 Jan 2010 20:05:28 +0000 reimar Add support for parsing MLP and TrueHD.
Sun, 24 Jan 2010 16:38:46 +0000 reimar Remove now unused variables.
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Tue, 10 Nov 2009 11:26:03 +0000 reimar Free demuxer->teletext when closing the demuxer.
Mon, 02 Nov 2009 01:40:09 +0000 uau demuxer.c: Add initialization missing from previous commit
Mon, 14 Sep 2009 08:29:18 +0000 reimar Reduce verbosity if demuxer sets an info value to the same as the current value.
Sun, 23 Aug 2009 15:32:42 +0000 reimar Reuse ds_get_packet in ds_get_packet_pts
Mon, 17 Aug 2009 05:55:40 +0000 reimar Handle demuxers that never set filepos by using stream_tell.
Sun, 28 Jun 2009 13:19:26 +0000 reimar Print information about chapters with -identify.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Sun, 29 Mar 2009 11:21:18 +0000 reimar Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
Mon, 09 Mar 2009 13:11:37 +0000 reimar Remove native nuv demuxer, it only needs more code to achieve the same thing
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 30 Nov 2008 13:22:34 +0000 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 07 Aug 2008 11:19:54 +0000 diego 10l: MUSEPACK --> CONFIG_MUSEPACK
Thu, 07 Aug 2008 08:58:07 +0000 diego Rename a bunch of miscellaneous preprocessor directives.
Tue, 05 Aug 2008 08:47:51 +0000 diego Rename preprocessor directives related to image libraries.
Sat, 02 Aug 2008 16:30:32 +0000 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Mon, 16 Jun 2008 17:33:55 +0000 diego cosmetics: Remove useless parentheses, align.
Mon, 16 Jun 2008 15:53:28 +0000 reimar Support NULL name parameter for demuxer_add_chapter.
Mon, 16 Jun 2008 12:54:28 +0000 diego cosmetics: Break overly long lines.
Mon, 16 Jun 2008 12:11:14 +0000 diego cosmetics: indentation, whitespace changes
Mon, 16 Jun 2008 12:04:58 +0000 diego cosmetics: consistent * placement
Mon, 16 Jun 2008 11:35:20 +0000 diego cosmetics: one more if brace placement fix
Mon, 16 Jun 2008 10:52:39 +0000 diego M-x untabify
Mon, 16 Jun 2008 10:50:53 +0000 diego cosmetics: Remove all trailing whitespace.
Mon, 16 Jun 2008 10:49:40 +0000 diego cosmetics: Split/join multiline statements.
Mon, 16 Jun 2008 10:31:05 +0000 diego cosmetics: Consistently format all if, for, while constructs.
Mon, 16 Jun 2008 09:51:40 +0000 diego Remove one more commented-out line.
Mon, 16 Jun 2008 09:22:41 +0000 diego cosmetics: Make all function declarations consistent by moving the opening
Mon, 16 Jun 2008 09:20:59 +0000 diego Remove one more commented-out line.
Mon, 16 Jun 2008 08:57:47 +0000 diego Remove pointless comments and commented-out code.
Mon, 02 Jun 2008 10:17:48 +0000 nicodvb added and reused demux_flush() instead of emptying the demux_stream buffers;
Tue, 27 May 2008 17:35:38 +0000 reimar Initialize sh_audio/sh_video->ds
Tue, 27 May 2008 17:33:13 +0000 reimar Simplify/make new_sh behaviour more consistent when a stream gets redefined.
Tue, 27 May 2008 17:30:20 +0000 reimar Cosmetics: simplify
Tue, 27 May 2008 17:27:06 +0000 reimar Move native musepack demuxer further down in demuxer list
Fri, 16 May 2008 09:41:00 +0000 diego cosmetics: Remove pointless parentheses from return statements.
Sat, 19 Apr 2008 16:51:28 +0000 rtogni Revert r26411: policy violation
Sat, 12 Apr 2008 15:51:08 +0000 uau Reformat demuxer.c
Sat, 12 Apr 2008 15:51:05 +0000 uau Remove global demuxer_type
Fri, 11 Apr 2008 23:06:33 +0000 uau Remove unused function demux_read_data_pack
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Fri, 29 Feb 2008 17:25:48 +0000 eugeni Set audio->sh correctly when switching audio tracks. The same for video tracks.
Fri, 29 Feb 2008 17:25:47 +0000 eugeni Don't select subtitle track in lavf and mkv demuxers.
Fri, 29 Feb 2008 17:25:43 +0000 eugeni Demuxer-independent functions for selecting tracks based on language.
Fri, 29 Feb 2008 17:25:41 +0000 eugeni Remove stupid checks of free() argument.
Fri, 29 Feb 2008 17:25:33 +0000 eugeni Add language info to sh_sub_t and sh_audio_t.
Mon, 25 Feb 2008 22:29:45 +0000 nicodvb in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
Sat, 23 Feb 2008 10:31:44 +0000 nicodvb New member in demuxer_t: reference_clock.
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.
Sat, 23 Jun 2007 17:39:27 +0000 reimar Fix memleak due to not freeing demuxer->s_streams
Sun, 17 Jun 2007 13:28:52 +0000 zuxy More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Sun, 22 Apr 2007 20:59:14 +0000 reimar Cosmetics: remove duplicate space in ifdef
Sun, 22 Apr 2007 20:32:15 +0000 nicodvb demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
Sat, 14 Apr 2007 10:03:42 +0000 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sun, 11 Mar 2007 06:16:14 +0000 uau Move the sh_audio->delay field to mpctx->delay.
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Fri, 05 Jan 2007 15:24:38 +0000 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
Sun, 31 Dec 2006 17:24:14 +0000 nicodvb removed unused variable
Sun, 31 Dec 2006 11:09:53 +0000 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
Sun, 31 Dec 2006 11:05:26 +0000 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
Thu, 28 Dec 2006 23:44:38 +0000 aurel don't compile demux_mpc.c when libmpcdec is disabled
Thu, 16 Nov 2006 21:23:06 +0000 nicodvb added code to switch video stream
Mon, 13 Nov 2006 16:15:23 +0000 reimar Make subtitle stream handling more similar to audio and video streams.
Sun, 12 Nov 2006 17:19:56 +0000 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
Sat, 11 Nov 2006 13:57:09 +0000 nicodvb removed duplicated check in demuxer_seek_chapter
Sat, 11 Nov 2006 11:53:32 +0000 nicodvb in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
Tue, 07 Nov 2006 22:55:49 +0000 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
Tue, 07 Nov 2006 22:54:28 +0000 nicodvb now demux_seek() tries to seek aided by the stream layer, if possible
Fri, 20 Oct 2006 19:36:59 +0000 reimar Cosmetics: indentation fix indentation broken by last two demuxer.c commits
Fri, 20 Oct 2006 19:31:52 +0000 reimar Fix opening of demuxers without check_file function, broken by r20309.
Thu, 19 Oct 2006 18:20:12 +0000 reimar Try other demuxers if open() fails.
Thu, 05 Oct 2006 21:31:21 +0000 reimar Simplify: replace malloc + memset 0 by calloc
Sun, 17 Sep 2006 10:22:23 +0000 ods15 conditional declerations are unnecessary
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo
Sat, 26 Aug 2006 19:17:04 +0000 reimar Get rid of demux_aid_vid_mismatch mess.
Mon, 21 Aug 2006 19:52:11 +0000 nicodvb 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
Mon, 21 Aug 2006 19:19:00 +0000 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
Fri, 18 Aug 2006 19:03:59 +0000 nicodvb clarification in a comment
Fri, 18 Aug 2006 19:03:31 +0000 nicodvb support relative seeking in the stream-driven case
Fri, 18 Aug 2006 16:48:22 +0000 nicodvb added first revision of demuxer_seek_chapter()
Wed, 16 Aug 2006 23:32:39 +0000 reimar Update information and print new value when demux_info_add is called
Sun, 06 Aug 2006 18:55:34 +0000 eugeni Add matroska chapter seeking capability.
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Tue, 04 Jul 2006 21:26:41 +0000 reimar move some ill-behaving demuxers further down the list
Wed, 14 Jun 2006 14:05:59 +0000 uau Change free_sh_audio() to take demuxer and stream id as parameters
Mon, 08 May 2006 21:41:15 +0000 diego Unconditionally compile the Matroska demuxer.
Thu, 27 Apr 2006 11:13:21 +0000 uau Change common pts variables from floats to doubles. Individual demuxers
Mon, 24 Apr 2006 10:58:40 +0000 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Mon, 17 Apr 2006 13:47:57 +0000 gpoirier fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Tue, 17 Jan 2006 20:04:49 +0000 reimar function to read from a demuxer up to (and including) the specified
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Mon, 09 Jan 2006 19:35:44 +0000 nicodvb added support for external libavformat
Sat, 17 Dec 2005 10:46:48 +0000 reimar include fastmemcpy.h before stream.h, so it is used for the stream_read
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sun, 06 Nov 2005 14:14:53 +0000 reimar estimate total time also for audio-only files.
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Fri, 23 Sep 2005 22:35:04 +0000 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
Mon, 19 Sep 2005 16:33:39 +0000 gpoirier Prints -identify output for:
Tue, 13 Sep 2005 18:13:58 +0000 diego Make the fourcc output endianness-independent.
Tue, 06 Sep 2005 19:50:21 +0000 reimar execute the check function even when a demuxer is forced, to avoid crashes.
Tue, 06 Sep 2005 19:46:48 +0000 reimar Forgotten mpc demuxer
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Wed, 31 Aug 2005 13:04:22 +0000 reimar Fix move playlists (control must be returned to mplayer.c, with the demuxer
Tue, 30 Aug 2005 23:56:24 +0000 reimar Allow forcing of demuxers and codecs by prepending '+'
Fri, 26 Aug 2005 17:40:02 +0000 reimar support MPEG in GXF container with extension-based detection.
Tue, 23 Aug 2005 08:03:26 +0000 reimar Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
Thu, 11 Aug 2005 17:01:13 +0000 ods15 fix brokeness caused by demuxer patch, this code is useless for
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 31 Jul 2005 00:26:07 +0000 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
Sun, 10 Jul 2005 17:14:12 +0000 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
Thu, 07 Jul 2005 17:35:05 +0000 ranma -identify variable names should follow [A-Z_][A-Z0-9_]* convention
Mon, 20 Jun 2005 23:07:35 +0000 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Mon, 20 Jun 2005 14:16:59 +0000 reimar fix memleak when playing mov files
Mon, 13 Jun 2005 20:40:29 +0000 nicodvb added AAC ADTS demuxer
Mon, 06 Jun 2005 21:30:53 +0000 nicodvb moved mpeg-ps/es probing code to demux_mpg.c
Fri, 27 May 2005 12:38:29 +0000 reimar setting sh_audio to NULL is nonsense, since it is only a local variable,
Fri, 29 Apr 2005 21:57:05 +0000 rfelker revert one line of version 1.182 patch (caused use of already-freed
Thu, 28 Apr 2005 14:43:19 +0000 reimar adds a parameter to the switch_audio command to directly select a track.
Sun, 03 Apr 2005 14:08:28 +0000 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
Wed, 09 Mar 2005 20:29:50 +0000 rtognimp Rather simple patch for RAWDV demuxer which lets it say whats the total
Sun, 13 Feb 2005 13:39:19 +0000 faust3 avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
Sun, 06 Feb 2005 10:30:10 +0000 reimar Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
Sat, 15 Jan 2005 16:11:45 +0000 reimar Move generic length and percent pos calculation to demuxer.c
Wed, 29 Dec 2004 19:51:56 +0000 rtognimp TwinVQ decoder and demuxer
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Tue, 21 Dec 2004 12:25:59 +0000 reimar Use demuxer_get_percent_pos for the OSD position bar
Wed, 15 Dec 2004 18:39:51 +0000 iive disable demuxer_bmp,
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Wed, 24 Nov 2004 18:55:03 +0000 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
Mon, 15 Nov 2004 09:09:29 +0000 diego Reduce excessive verbosity.
Sat, 23 Oct 2004 00:05:38 +0000 aurel seeking based on the largest timestamp in an mpeg stream
Tue, 19 Oct 2004 01:21:54 +0000 diego Remove redundant ASF status line, there is another for all formats.