| Commit message (Expand) | Author | Age | Files | Lines |
* | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 | 1 | -0/+4 |
* | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 1 | -2/+0 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+4 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
* | 10l: MUSEPACK --> CONFIG_MUSEPACK | diego | 2008-08-07 | 1 | -1/+1 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 1 | -1/+1 |
* | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -3/+3 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -9/+9 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -0/+7 |
* | cosmetics: Remove useless parentheses, align. | diego | 2008-06-16 | 1 | -3/+3 |
* | Support NULL name parameter for demuxer_add_chapter. | reimar | 2008-06-16 | 1 | -1/+1 |
* | cosmetics: Break overly long lines. | diego | 2008-06-16 | 1 | -97/+178 |
* | cosmetics: indentation, whitespace changes | diego | 2008-06-16 | 1 | -648/+645 |
* | cosmetics: consistent * placement | diego | 2008-06-16 | 1 | -21/+21 |
* | cosmetics: one more if brace placement fix | diego | 2008-06-16 | 1 | -2/+1 |
* | M-x untabify | diego | 2008-06-16 | 1 | -24/+24 |
* | cosmetics: Remove all trailing whitespace. | diego | 2008-06-16 | 1 | -4/+4 |
* | cosmetics: Split/join multiline statements. | diego | 2008-06-16 | 1 | -4/+6 |
* | cosmetics: Consistently format all if, for, while constructs. | diego | 2008-06-16 | 1 | -140/+170 |
* | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+1 |
* | cosmetics: Make all function declarations consistent by moving the opening | diego | 2008-06-16 | 1 | -42/+90 |
* | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+0 |
* | Remove pointless comments and commented-out code. | diego | 2008-06-16 | 1 | -19/+6 |
* | added and reused demux_flush() instead of emptying the demux_stream buffers; | nicodvb | 2008-06-02 | 1 | -20/+10 |
* | Initialize sh_audio/sh_video->ds | reimar | 2008-05-27 | 1 | -0/+2 |
* | Simplify/make new_sh behaviour more consistent when a stream gets redefined. | reimar | 2008-05-27 | 1 | -3/+4 |
* | Cosmetics: simplify | reimar | 2008-05-27 | 1 | -3/+2 |
* | Move native musepack demuxer further down in demuxer list | reimar | 2008-05-27 | 1 | -3/+3 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | Revert r26411: policy violation | rtogni | 2008-04-19 | 1 | -963/+812 |
* | Reformat demuxer.c | uau | 2008-04-12 | 1 | -812/+963 |
* | Remove global demuxer_type | uau | 2008-04-12 | 1 | -1/+1 |
* | Remove unused function demux_read_data_pack | uau | 2008-04-11 | 1 | -17/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+28 |
* | Set audio->sh correctly when switching audio tracks. The same for video tracks. | eugeni | 2008-02-29 | 1 | -0/+8 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -4/+0 |
* | Demuxer-independent functions for selecting tracks based on language. | eugeni | 2008-02-29 | 1 | -0/+32 |
* | Remove stupid checks of free() argument. | eugeni | 2008-02-29 | 1 | -8/+6 |
* | Add language info to sh_sub_t and sh_audio_t. | eugeni | 2008-02-29 | 1 | -0/+2 |
* | in ds_fill_buffer() disabled the code that demuxes until the arrival of the r... | nicodvb | 2008-02-25 | 1 | -0/+2 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 | 1 | -0/+9 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 | 1 | -3/+2 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -4/+11 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 | 1 | -1/+1 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 1 | -2/+4 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 1 | -0/+3 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 1 | -0/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -42/+42 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 | 1 | -3/+3 |
* | Remove a useless assignment (there is an if just a few lines above | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add a forgotten #ifdef USE_ASS around ass_free_track | reimar | 2008-01-13 | 1 | -0/+2 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 | 1 | -0/+22 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -1/+2 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 | 1 | -0/+18 |
* | Add extradata to sh_sub_t. | eugeni | 2008-01-11 | 1 | -0/+1 |
* | Deallocate audio track codecdata. | eugeni | 2008-01-07 | 1 | -0/+1 |
* | wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu... | nicodvb | 2008-01-05 | 1 | -0/+49 |
* | Move ds->current=NULL; further up to the free_demux_packet. | reimar | 2007-12-20 | 1 | -1/+1 |
* | Add demuxer functions for chapter feature. | ulion | 2007-12-13 | 1 | -0/+71 |
* | Fix memory leak that tmp allocated but maybe not used. | ulion | 2007-12-10 | 1 | -4/+6 |
* | Make libnemesi use specific struct and DEMUXER_TYPE | lu_zero | 2007-12-04 | 1 | -1/+5 |
* | Fix typos in comments to stop them hurting my eyes | reimar | 2007-12-01 | 1 | -5/+5 |
* | demuxer.c: Remove useless code | uau | 2007-10-25 | 1 | -21/+17 |
* | Fix missing subtitles after seeking back | uau | 2007-10-04 | 1 | -0/+1 |
* | libnemesi support, yet another rtsp/rtp library... | lu_zero | 2007-09-19 | 1 | -1/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -6/+6 |
* | When a new subtitle stream becomes available check if it is the one that | reimar | 2007-08-09 | 1 | -0/+6 |
* | Make sure fformat is set before use | reimar | 2007-07-27 | 1 | -1/+1 |
* | Remove some unneeded extern variable declarations | reimar | 2007-07-27 | 1 | -8/+0 |
* | make opt argument of demux_info_get const. | reimar | 2007-06-24 | 1 | -1/+1 |
* | Fix memleak due to not freeing demuxer->s_streams | reimar | 2007-06-23 | 1 | -0/+7 |
* | More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control | zuxy | 2007-06-17 | 1 | -1/+3 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -2/+2 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 | 1 | -2/+2 |
* | Cosmetics: remove duplicate space in ifdef | reimar | 2007-04-22 | 1 | -2/+2 |
* | demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO | nicodvb | 2007-04-22 | 1 | -0/+2 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 | 1 | -0/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 1 | -1/+0 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -0/+1 |
* | Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error, | reimar | 2007-01-05 | 1 | -3/+3 |
* | removed unused variable | nicodvb | 2006-12-31 | 1 | -1/+0 |
* | use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME) | nicodvb | 2006-12-31 | 1 | -3/+3 |
* | added stream_pts to demuxer_t and demux_packet_t to hold the time value repor... | nicodvb | 2006-12-31 | 1 | -2/+4 |
* | don't compile demux_mpc.c when libmpcdec is disabled | aurel | 2006-12-28 | 1 | -0/+2 |
* | added code to switch video stream | nicodvb | 2006-11-16 | 1 | -0/+7 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 1 | -0/+17 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 1 | -5/+5 |
* | removed duplicated check in demuxer_seek_chapter | nicodvb | 2006-11-11 | 1 | -1/+1 |
* | in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY... | nicodvb | 2006-11-11 | 1 | -0/+2 |
* | added demuxer_get_current_time() to get the current playtime (possibly aided ... | nicodvb | 2006-11-07 | 1 | -0/+17 |
* | now demux_seek() tries to seek aided by the stream layer, if possible | nicodvb | 2006-11-07 | 1 | -0/+23 |
* | Cosmetics: indentation fix indentation broken by last two demuxer.c commits | reimar | 2006-10-20 | 1 | -25/+25 |
* | Fix opening of demuxers without check_file function, broken by r20309. | reimar | 2006-10-20 | 1 | -3/+2 |
* | Try other demuxers if open() fails. | reimar | 2006-10-19 | 1 | -22/+18 |
* | Simplify: replace malloc + memset 0 by calloc | reimar | 2006-10-05 | 1 | -4/+2 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -2/+0 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+4 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -12/+6 |
* | 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ... | nicodvb | 2006-08-21 | 1 | -2/+5 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 1 | -1/+24 |
* | clarification in a comment | nicodvb | 2006-08-18 | 1 | -1/+1 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 | 1 | -0/+6 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 | 1 | -0/+66 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 | 1 | -1/+3 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+20 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -4/+7 |
* | move some ill-behaving demuxers further down the list | reimar | 2006-07-04 | 1 | -6/+6 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -4/+4 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -2/+0 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 | 1 | -2/+3 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -0/+21 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -12/+8 |
* | fixes decoding demoscene.tv nsv at http://213.186.36.129:8000 | gpoirier | 2006-04-17 | 1 | -1/+1 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -2/+2 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 1 | -0/+35 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -1/+3 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 | 1 | -1/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | estimate total time also for audio-only files. | reimar | 2005-11-06 | 1 | -0/+3 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -0/+3 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 | 1 | -1/+1 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+2 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 | 1 | -2/+4 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 | 1 | -2/+5 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 | 1 | -0/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -3/+3 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 | 1 | -0/+4 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -13/+32 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -0/+2 |
* | Do not free demuxer before using demuxer->desc->type (happened when using -au... | reimar | 2005-08-23 | 1 | -1/+2 |
* | fix brokeness caused by demuxer patch, this code is useless for | ods15 | 2005-08-11 | 1 | -1/+0 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -1097/+269 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -2/+2 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+23 |
* | -identify variable names should follow [A-Z_][A-Z0-9_]* convention | ranma | 2005-07-07 | 1 | -2/+6 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+4 |
* | fix memleak when playing mov files | reimar | 2005-06-20 | 1 | -0/+3 |
* | added AAC ADTS demuxer | nicodvb | 2005-06-13 | 1 | -0/+22 |
* | moved mpeg-ps/es probing code to demux_mpg.c | nicodvb | 2005-06-06 | 1 | -102/+17 |
* | setting sh_audio to NULL is nonsense, since it is only a local variable, | reimar | 2005-05-27 | 1 | -6/+6 |
* | revert one line of version 1.182 patch (caused use of already-freed | rfelker | 2005-04-29 | 1 | -1/+1 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -4/+5 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -27/+6 |
* | Rather simple patch for RAWDV demuxer which lets it say whats the total | rtognimp | 2005-03-09 | 1 | -0/+7 |
* | avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-13 | 1 | -2/+54 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 | 1 | -5/+7 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -2/+12 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 1 | -0/+26 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -2/+2 |
* | Use demuxer_get_percent_pos for the OSD position bar | reimar | 2004-12-21 | 1 | -4/+8 |
* | disable demuxer_bmp, | iive | 2004-12-15 | 1 | -22/+0 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+10 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -6/+1 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -3/+3 |
* | seeking based on the largest timestamp in an mpeg stream | aurel | 2004-10-23 | 1 | -1/+5 |
* | Remove redundant ASF status line, there is another for all formats. | diego | 2004-10-19 | 1 | -5/+0 |
* | Fix segfault for unexistant/unreachable rtsp streams | rtognimp | 2004-10-18 | 1 | -1/ |