| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused function demux_read_data_pack | uau | 2008-04-11 | 1 | -1/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+6 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-05 | 1 | -0/+5 |
* | Demuxer-independent functions for selecting tracks based on language. | eugeni | 2008-02-29 | 1 | -0/+5 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -1/+0 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 | 1 | -0/+1 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 | 1 | -3/+1 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -0/+2 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -0/+3 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 | 1 | -0/+14 |
* | wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu... | nicodvb | 2008-01-05 | 1 | -0/+6 |
* | Add some const/static qualifiers as appropriate | reimar | 2007-12-24 | 1 | -1/+1 |
* | Add demuxer functions for chapter feature. | ulion | 2007-12-13 | 1 | -0/+10 |
* | Make libnemesi use specific struct and DEMUXER_TYPE | lu_zero | 2007-12-04 | 1 | -1/+2 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 1 | -3/+3 |
* | make opt argument of demux_info_get const. | reimar | 2007-06-24 | 1 | -1/+1 |
* | Fix demuxer.h multiple inclusion guard | uau | 2007-06-20 | 1 | -2/+2 |
* | Use 'static inline' instead of 'inline static' to avoid warnings | zuxy | 2007-06-04 | 1 | -8/+8 |
* | Make realloc_struct inline as other functions defined in demuxer.h | zuxy | 2007-06-02 | 1 | -1/+1 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 | 1 | -1/+2 |
* | Another round of subtitle code cleanup | reimar | 2007-02-05 | 1 | -0/+2 |
* | added stream_pts to demuxer_t and demux_packet_t to hold the time value repor... | nicodvb | 2006-12-31 | 1 | -0/+3 |
* | new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s) | nicodvb | 2006-11-18 | 1 | -0/+6 |
* | added code to switch video stream | nicodvb | 2006-11-16 | 1 | -0/+2 |
* | Move sh_sub_t to stheader.h, where all the other sh structs are defined | reimar | 2006-11-13 | 1 | -14/+0 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 1 | -1/+3 |
* | added demuxer_get_current_time() to get the current playtime (possibly aided ... | nicodvb | 2006-11-07 | 1 | -0/+1 |
* | added definition of DEMUXER_CTRL_RESYNC | nicodvb | 2006-11-07 | 1 | -0/+1 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -1/+2 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 1 | -1/+1 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 | 1 | -0/+1 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+12 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -1/+8 |
* | Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h. | eugeni | 2006-07-07 | 1 | -0/+10 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -1/+5 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -0/+12 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 | 1 | -4/+4 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -0/+1 |
* | 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to | rtognimp | 2006-04-24 | 1 | -4/+1 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -2/+2 |
* | do not forget to initialize dp->buffer | henry | 2006-02-12 | 1 | -0/+1 |
* | forgotten cast (blows on gcc4) | henry | 2006-02-12 | 1 | -1/+1 |
* | add some sanity checks to new/resize_demux_packet | reimar | 2006-02-12 | 1 | -4/+9 |
* | 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/+2 |
* | add a demux_peekc function that allows to just "have a look" at the next | reimar | 2005-09-17 | 1 | -0/+3 |
* | faster mpg and much faster gxf demuxing | reimar | 2005-09-03 | 1 | -2/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -1/+1 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -1/+2 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -2/+37 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -1/+2 |
* | added AAC ADTS demuxer | nicodvb | 2005-06-13 | 1 | -1/+2 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -1/+1 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -0/+2 |
* | avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-13 | 1 | -1/+2 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 1 | -1/+2 |
* | disable demuxer_bmp, | iive | 2004-12-15 | 1 | -1/+0 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -4/+0 |
* | show ogg subtitle language on OSD, if available | joey | 2004-09-28 | 1 | -0/+1 |
* | Do not use globals. Put the variables into the appropriate demuxer struct ins... | mosu | 2004-08-24 | 1 | -0/+6 |
* | nsv (Nullsoft streaming video) demuxer | rtognimp | 2004-04-12 | 1 | -1/+2 |
* | demux_lavf | michael | 2004-04-11 | 1 | -1/+2 |
* | LML-M4 mpeg4 capture card raw stream format support | arpi | 2003-12-08 | 1 | -2/+2 |
* | Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca> | alex | 2003-10-22 | 1 | -0/+1 |
* | Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libe... | mosu | 2003-08-29 | 1 | -2/+6 |
* | Updated highest demuxer number. | mosu | 2003-08-28 | 1 | -1/+1 |
* | - initial support for MPEG4 in TS (M4V is working, but not AAC yet) | arpi | 2003-08-24 | 1 | -0/+16 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -1/+2 |
* | Add support for Realaudio files | rtognimp | 2003-04-30 | 1 | -1/+2 |
* | Added Matroska demuxing support. | mosu | 2003-04-30 | 1 | -1/+2 |
* | H264-ES demuxer | michael | 2003-04-04 | 1 | -1/+2 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -1/+2 |
* | libgif/libungif based demuxer support for libmpdemux. | arpi | 2003-01-28 | 1 | -1/+2 |
* | raw mpeg4-es support (you need to set -fps manually!) | arpi | 2003-01-23 | 1 | -1/+2 |
* | raw video demuxer, requested by Michael | arpi | 2003-01-22 | 1 | -1/+2 |
* | extension-based filetype detection for headerless files (mp3 vs mpeg, etc) | arpi | 2003-01-19 | 1 | -1/+5 |
* | XMMS Input plugin support | arpi | 2002-12-22 | 1 | -0/+1 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -0/+12 |
* | cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed, | arpi | 2002-11-02 | 1 | -7/+0 |
* | fill the extra bytes with zero | arpi | 2002-10-17 | 1 | -1/+2 |
* | ds_tell_block() | arpi | 2002-10-16 | 1 | -1/+5 |
* | added smjpeg demuxer only for nexus' request | alex | 2002-09-13 | 1 | -0/+2 |
* | .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer | arpi | 2002-09-10 | 1 | -1/+2 |
* | raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org> | arpi | 2002-08-05 | 1 | -1/+2 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 1 | -4/+5 |
* | new_demux_packet: allocate 8 bytes too much | arpi | 2002-08-04 | 1 | -1/+1 |
* | count blocks by rounded-up chunksizes instead of chunks - | arpi | 2002-08-02 | 1 | -0/+3 |
* | Support for playing audio cds using cdparanoia. Include a raw audio | albeu | 2002-06-11 | 1 | -1/+2 |
* | off_t fields reordered, to avoid problems due to struct padding | arpi | 2002-05-29 | 1 | -3/+3 |
* | clone_demux_packet(), using refcounting to avoid memcpy() | arpi | 2002-05-25 | 1 | -2/+27 |
* | Fix frame_time for variable fps movies as it was the last frame duration. | albeu | 2002-05-02 | 1 | -0/+1 |
* | don't alloc/free NULL | arpi | 2002-04-03 | 1 | -1/+1 |
* | incremented PACK_BYTES for BSDBT848 - by Charles Henrich | alex | 2002-03-27 | 1 | -0/+5 |
* | added a BMP file demuxer...yeah, that's right, a static image BMP file | melanson | 2002-03-20 | 1 | -1/+2 |
* | Initial ogg demuxer. No seeking, a/v sync is broken. Support avi | albeu | 2002-03-16 | 1 | -1/+4 |
* | 're-include' possibility | nick | 2002-03-03 | 1 | -0/+4 |
* | Support for retriving mp3 playlist from the network | albeu | 2002-02-21 | 1 | -0/+3 |
* | Demuxers demuxer support for using external audiofile (or muxed subtitles). | albeu | 2002-02-20 | 1 | -0/+7 |
* | Audio file demuxer. Extended version for demuxer info. | albeu | 2002-02-14 | 1 | -1/+2 |
* | check for overflow in new_sh_video and new_sh_audio | alex | 2002-02-10 | 1 | -2/+5 |
* | add mfi support | pontscho | 2002-02-06 | 1 | -0/+1 |
* | implemented RoQ file demuxing | melanson | 2002-02-01 | 1 | -0/+1 |
* | initial support for FILM file demuxing | melanson | 2002-01-16 | 1 | -0/+1 |
* | added NuppelVideo demuxer, based on Panagiotis Issaris' patch | alex | 2001-12-27 | 1 | -0/+1 |
* | yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org> | arpi | 2001-12-27 | 1 | -0/+1 |
* | added real demuxer | alex | 2001-12-26 | 1 | -0/+1 |
* | mostly complete support for loading and decoding FLI/FLC animations | melanson | 2001-11-24 | 1 | -0/+1 |
* | added demux_info | alex | 2001-11-22 | 1 | -3/+3 |
* | added demuxer_info | alex | 2001-11-21 | 1 | -0/+8 |
* | added tv subsystem | alex | 2001-11-09 | 1 | -0/+1 |
* | vivo demuxer | arpi | 2001-11-04 | 1 | -0/+1 |
* | config.h cleanup, few things added to steram/demuxer headers | arpi | 2001-10-30 | 1 | -2/+6 |
* | compressed mov audio fixed | arpi | 2001-10-23 | 1 | -0/+2 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+155 |