| Commit message (Expand) | Author | Age |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | fixes decoding demoscene.tv nsv at http://213.186.36.129:8000 | gpoirier | 2006-04-17 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 |
* | added support for external libavformat | nicodvb | 2006-01-09 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | estimate total time also for audio-only files. | reimar | 2005-11-06 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 |
* | Prints -identify output for: | gpoirier | 2005-09-19 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 |
* | Do not free demuxer before using demuxer->desc->type (happened when using -au... | reimar | 2005-08-23 |
* | fix brokeness caused by demuxer patch, this code is useless for | ods15 | 2005-08-11 |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 |
* | -identify variable names should follow [A-Z_][A-Z0-9_]* convention | ranma | 2005-07-07 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 |
* | fix memleak when playing mov files | reimar | 2005-06-20 |
* | added AAC ADTS demuxer | nicodvb | 2005-06-13 |
* | moved mpeg-ps/es probing code to demux_mpg.c | nicodvb | 2005-06-06 |
* | setting sh_audio to NULL is nonsense, since it is only a local variable, | reimar | 2005-05-27 |
* | revert one line of version 1.182 patch (caused use of already-freed | rfelker | 2005-04-29 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 |
* | Rather simple patch for RAWDV demuxer which lets it say whats the total | rtognimp | 2005-03-09 |
* | avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-13 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 |
* | removing AFMT_ dependancy | alex | 2004-12-27 |
* | Use demuxer_get_percent_pos for the OSD position bar | reimar | 2004-12-21 |
* | disable demuxer_bmp, | iive | 2004-12-15 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 |
* | Reduce excessive verbosity. | diego | 2004-11-15 |
* | seeking based on the largest timestamp in an mpeg stream | aurel | 2004-10-23 |