summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAgeFilesLines
* make opt argument of demux_info_get const.reimar2007-06-241-1/+1
* Fix memleak due to not freeing demuxer->s_streamsreimar2007-06-231-0/+7
* More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH controlzuxy2007-06-171-1/+3
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Simplify preprocessor directives: There is a general variable fordiego2007-04-261-2/+2
* Cosmetics: remove duplicate space in ifdefreimar2007-04-221-2/+2
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOnicodvb2007-04-221-0/+2
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-141-0/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-1/+0
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-0/+1
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,reimar2007-01-051-3/+3
* removed unused variablenicodvb2006-12-311-1/+0
* use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)nicodvb2006-12-311-3/+3
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...nicodvb2006-12-311-2/+4
* don't compile demux_mpc.c when libmpcdec is disabledaurel2006-12-281-0/+2
* added code to switch video streamnicodvb2006-11-161-0/+7
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-131-0/+17
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...nicodvb2006-11-121-5/+5
* removed duplicated check in demuxer_seek_chapternicodvb2006-11-111-1/+1
* in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...nicodvb2006-11-111-0/+2
* added demuxer_get_current_time() to get the current playtime (possibly aided ...nicodvb2006-11-071-0/+17
* now demux_seek() tries to seek aided by the stream layer, if possiblenicodvb2006-11-071-0/+23
* Cosmetics: indentation fix indentation broken by last two demuxer.c commitsreimar2006-10-201-25/+25
* Fix opening of demuxers without check_file function, broken by r20309.reimar2006-10-201-3/+2
* Try other demuxers if open() fails.reimar2006-10-191-22/+18
* Simplify: replace malloc + memset 0 by callocreimar2006-10-051-4/+2
* conditional declerations are unnecessaryods152006-09-171-2/+0
* Add demux_nut to MPlayer repoods152006-09-171-0/+4
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-261-12/+6
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...nicodvb2006-08-211-2/+5
* demuxer_seek_chapter() returns informations about chapters count and namenicodvb2006-08-211-1/+24
* clarification in a commentnicodvb2006-08-181-1/+1
* support relative seeking in the stream-driven casenicodvb2006-08-181-0/+6
* added first revision of demuxer_seek_chapter()nicodvb2006-08-181-0/+66
* Update information and print new value when demux_info_add is calledreimar2006-08-161-1/+3
* Add matroska chapter seeking capability.eugeni2006-08-061-0/+20
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-1/+1
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-4/+7
* move some ill-behaving demuxers further down the listreimar2006-07-041-6/+6
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-141-4/+4
* Unconditionally compile the Matroska demuxer.diego2006-05-081-2/+0
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-271-2/+3
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-0/+21
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-12/+8
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000gpoirier2006-04-171-1/+1
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-1/+1
* Second-try commit of this patch.corey2006-02-171-2/+2
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* function to read from a demuxer up to (and including) the specifiedreimar2006-01-171-0/+35
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* added support for external libavformatnicodvb2006-01-091-1/+3
* include fastmemcpy.h before stream.h, so it is used for the stream_readreimar2005-12-171-1/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* estimate total time also for audio-only files.reimar2005-11-061-0/+3
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-0/+3
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-1/+1
* Prints -identify output for:gpoirier2005-09-191-0/+2
* Make the fourcc output endianness-independent.diego2005-09-131-2/+4
* execute the check function even when a demuxer is forced, to avoid crashes.reimar2005-09-061-2/+5
* Forgotten mpc demuxerreimar2005-09-061-0/+2
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-3/+3
* Fix move playlists (control must be returned to mplayer.c, with the demuxerreimar2005-08-311-0/+4
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-13/+32
* support MPEG in GXF container with extension-based detection.reimar2005-08-261-0/+2
* Do not free demuxer before using demuxer->desc->type (happened when using -au...reimar2005-08-231-1/+2
* fix brokeness caused by demuxer patch, this code is useless forods152005-08-111-1/+0
* Demuxer modularizationrtognimp2005-08-051-1097/+269
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-2/+2
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+23
* -identify variable names should follow [A-Z_][A-Z0-9_]* conventionranma2005-07-071-2/+6
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+4
* fix memleak when playing mov filesreimar2005-06-201-0/+3
* added AAC ADTS demuxernicodvb2005-06-131-0/+22
* moved mpeg-ps/es probing code to demux_mpg.cnicodvb2005-06-061-102/+17
* setting sh_audio to NULL is nonsense, since it is only a local variable,reimar2005-05-271-6/+6
* revert one line of version 1.182 patch (caused use of already-freedrfelker2005-04-291-1/+1
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-4/+5
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-031-27/+6
* Rather simple patch for RAWDV demuxer which lets it say whats the totalrtognimp2005-03-091-0/+7
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-131-2/+54
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).reimar2005-02-061-5/+7
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-2/+12
* TwinVQ decoder and demuxerrtognimp2004-12-291-0/+26
* removing AFMT_ dependancyalex2004-12-271-2/+2
* Use demuxer_get_percent_pos for the OSD position barreimar2004-12-211-4/+8
* disable demuxer_bmp,iive2004-12-151-22/+0
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+10
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-241-6/+1
* Reduce excessive verbosity.diego2004-11-151-3/+3
* seeking based on the largest timestamp in an mpeg streamaurel2004-10-231-1/+5
* Remove redundant ASF status line, there is another for all formats.diego2004-10-191-5/+0
* Fix segfault for unexistant/unreachable rtsp streamsrtognimp2004-10-181-1/+1
* Support ON2 variation of AVI format (.vp5 files)rtognimp2004-10-081-1/+5
* fixed small memleakreimar2004-10-011-3/+4
* missing externrathann2004-09-231-0/+3
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-161-0/+7
* show video format for all demuxers, not just avi (move this somewhere else if...rfelker2004-09-101-0/+9
* DTS support via lavc and libdtsrtognimp2004-08-121-2/+4
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-161-2/+5
* Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit...mosu2004-05-071-1/+1
* Respect -playlist for asx streamsrtognimp2004-04-171-1/+1
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-0/+22
* demux_lavfmichael2004-04-111-1/+40
* Added support for multiplexed (audio+video) RTP streams.rsf2004-02-221-1/+1
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-081-0/+36
* Fixes for a couple of warnings.mosu2003-12-081-1/+4
* Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor...mosu2003-12-081-0/+5
* missing externrathann2003-11-151-0/+1
* seek in realmedia filesluran2003-11-121-0/+3
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!lumag2003-09-201-1/+2
* get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a...faust32003-09-191-0/+3
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)arpi2003-08-241-2/+9
* 10l - some forgotten ifdefshenry2003-08-071-2/+2
* inconsistencyalex2003-07-191-1/+1
* fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachararpi2003-07-051-0/+2
* fix one missing #include, one missing extern and one 10l error.rathann2003-06-191-1/+1
* tivo demuxer moved down, its fileformat detection is unstable (misdetects mpe...arpi2003-06-091-12/+12
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-0/+45
* warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-05-311-0/+1
* 10lalex2003-05-231-1/+1
* Add support for Realaudio filesrtognimp2003-04-301-0/+22
* Added Matroska demuxing support.mosu2003-04-301-0/+33
* 10lmichael2003-04-141-2/+2
* H264-ES demuxermichael2003-04-041-3/+40
* Fix all demuxers wich where using a global var to enable themself.albeu2003-03-301-19/+16
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
* this is a combo patch that:arpi2003-03-161-1/+24
* enabling mpeg4-es autodetection (if we dont enable it, then we will never kno...michael2003-02-161-1/+1
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-0/+30
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-231-6/+23
* raw video demuxer, requested by Michaelarpi2003-01-221-0/+15
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-27/+43
* patch adds support for MOV-Reference-Files.arpi2003-01-131-1/+1
* upsz :))))))))))))))pontscho2003-01-121-2/+0
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-1/+1
* 10l (was segfaulting on non-dv file)filon2003-01-061-1/+3
* XMMS Input plugin supportarpi2002-12-221-1/+34
* 10l - demux_avi handles AVI_NI and AVI_NINI tooarpi2002-12-111-0/+2
* 10larpi2002-12-071-1/+1
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-0/+38
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+2
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-021-1/+1
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-3/+0
* cleanup config option handling in libmpdemux.arpi2002-10-231-19/+5
* ss_div/ss_mul defaults to 0arpi2002-10-161-1/+1
* This just corrects a function name to match the other demuxer'sarpi2002-10-041-2/+2
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-4/+3
* changed 'detected fileformat' messages to a message with %sjaf2002-09-221-18/+18
* get_sh_audio/get_sh_video removed (never used, also useless)arpi2002-09-221-22/+0
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-151-2/+9
* added smjpeg demuxer only for nexus' requestalex2002-09-131-0/+22
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-2/+27
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-11/+6
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-9/+16
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-141-1/+1
* messages moved againjaf2002-08-081-20/+20
* 10larpi2002-08-061-1/+1
* detection reordered. note: raw DV detection should be more reliable.arpi2002-08-061-12/+9
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-051-1/+43
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-0/+20
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-021-0/+3
* Add uninit to the avi demuxeralbeu2002-07-261-0/+5
* add -audiofile support for guipontscho2002-07-021-1/+1
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+17
* clone_demux_packet(), using refcounting to avoid memcpy()arpi2002-05-251