log libmpdemux/demuxer.c @ 19548:42f586994f97

age author description
2006-08-26 reimar Get rid of demux_aid_vid_mismatch mess.
2006-08-21 nicodvb 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
2006-08-21 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
2006-08-18 nicodvb clarification in a comment
2006-08-18 nicodvb support relative seeking in the stream-driven case
2006-08-18 nicodvb added first revision of demuxer_seek_chapter()
2006-08-16 reimar Update information and print new value when demux_info_add is called
2006-08-06 eugeni Add matroska chapter seeking capability.
2006-07-13 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-07-04 reimar move some ill-behaving demuxers further down the list
2006-06-14 uau Change free_sh_audio() to take demuxer and stream id as parameters
2006-05-08 diego Unconditionally compile the Matroska demuxer.
2006-04-27 uau Change common pts variables from floats to doubles. Individual demuxers
2006-04-24 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
2006-04-24 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
2006-04-17 gpoirier fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-02-17 corey Second-try commit of this patch.
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-01-17 reimar function to read from a demuxer up to (and including) the specified
2006-01-12 rathann massive attack: mp_msg printf format fixes
2006-01-09 nicodvb added support for external libavformat
2005-12-17 reimar include fastmemcpy.h before stream.h, so it is used for the stream_read
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-11-06 reimar estimate total time also for audio-only files.
2005-10-30 reimar move resync_audio_stream after seeking to demuxer.c
2005-09-23 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
2005-09-19 gpoirier Prints -identify output for:
2005-09-13 diego Make the fourcc output endianness-independent.
2005-09-06 reimar execute the check function even when a demuxer is forced, to avoid crashes.
2005-09-06 reimar Forgotten mpc demuxer
2005-09-02 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
2005-08-31 reimar Fix move playlists (control must be returned to mplayer.c, with the demuxer
2005-08-30 reimar Allow forcing of demuxers and codecs by prepending '+'
2005-08-26 reimar support MPEG in GXF container with extension-based detection.
2005-08-23 reimar Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
2005-08-11 ods15 fix brokeness caused by demuxer patch, this code is useless for
2005-08-05 rtognimp Demuxer modularization
2005-07-31 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
2005-07-10 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
2005-07-07 ranma -identify variable names should follow [A-Z_][A-Z0-9_]* convention
2005-06-20 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
2005-06-20 reimar fix memleak when playing mov files
2005-06-13 nicodvb added AAC ADTS demuxer
2005-06-06 nicodvb moved mpeg-ps/es probing code to demux_mpg.c
2005-05-27 reimar setting sh_audio to NULL is nonsense, since it is only a local variable,
2005-04-29 rfelker revert one line of version 1.182 patch (caused use of already-freed
2005-04-28 reimar adds a parameter to the switch_audio command to directly select a track.
2005-04-03 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
2005-03-09 rtognimp Rather simple patch for RAWDV demuxer which lets it say whats the total
2005-02-13 faust3 avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
2005-02-06 reimar Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
2005-01-15 reimar Move generic length and percent pos calculation to demuxer.c
2004-12-29 rtognimp TwinVQ decoder and demuxer
2004-12-27 alex removing AFMT_ dependancy
2004-12-21 reimar Use demuxer_get_percent_pos for the OSD position bar
2004-12-15 iive disable demuxer_bmp,
2004-11-25 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>