aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* conditional declerations are unnecessaryGravatar ods152006-09-17
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...Gravatar nicodvb2006-08-21
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* clarification in a commentGravatar nicodvb2006-08-18
* support relative seeking in the stream-driven caseGravatar nicodvb2006-08-18
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18
* Update information and print new value when demux_info_add is calledGravatar reimar2006-08-16
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* move some ill-behaving demuxers further down the listGravatar reimar2006-07-04
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000Gravatar gpoirier2006-04-17
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* function to read from a demuxer up to (and including) the specifiedGravatar reimar2006-01-17
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* added support for external libavformatGravatar nicodvb2006-01-09
* include fastmemcpy.h before stream.h, so it is used for the stream_readGravatar reimar2005-12-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* estimate total time also for audio-only files.Gravatar reimar2005-11-06
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Prints -identify output for:Gravatar gpoirier2005-09-19
* Make the fourcc output endianness-independent.Gravatar diego2005-09-13
* execute the check function even when a demuxer is forced, to avoid crashes.Gravatar reimar2005-09-06
* Forgotten mpc demuxerGravatar reimar2005-09-06
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Fix move playlists (control must be returned to mplayer.c, with the demuxerGravatar reimar2005-08-31
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* Do not free demuxer before using demuxer->desc->type (happened when using -au...Gravatar reimar2005-08-23
* fix brokeness caused by demuxer patch, this code is useless forGravatar ods152005-08-11
* Demuxer modularizationGravatar rtognimp2005-08-05
* remove unused cache-prefill and create cache-seek-min that controls when seek...Gravatar iive2005-07-31
* musepack demuxing and decoding support (demuxing is v7 bitstream only).Gravatar reimar2005-07-10
* -identify variable names should follow [A-Z_][A-Z0-9_]* conventionGravatar ranma2005-07-07
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* fix memleak when playing mov filesGravatar reimar2005-06-20
* added AAC ADTS demuxerGravatar nicodvb2005-06-13
* moved mpeg-ps/es probing code to demux_mpg.cGravatar nicodvb2005-06-06
* setting sh_audio to NULL is nonsense, since it is only a local variable,Gravatar reimar2005-05-27