summaryrefslogtreecommitdiffstats
path: root/libmpdemux/extension.c
Commit message (Expand)AuthorAgeFilesLines
* added monkey audio file extensions to extension tableben2007-09-131-0/+3
* Use lavf_preferred mechanism to replace more extension-based detection hacksreimar2007-04-141-4/+0
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-141-4/+0
* Start to separate bad-autodetection hacks from other stuff in extension-basedreimar2007-04-071-0/+5
* .dxa files should be handled by libavformat.diego2007-04-071-0/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* WavPack files contain a complete, valid RIFF tag, so use extension (.wv)reimar2006-10-081-1/+2
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerreimar2006-09-221-0/+1
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-1/+1
* lavf demuxer works better for gxfreimar2006-07-071-1/+1
* add mpc extension so that playback starts faster.reimar2006-02-101-0/+1
* 10l, typo in last commitreimar2005-09-021-1/+1
* Support D-Cinema audio demuxer and decoder from FFmpeg.reimar2005-09-021-0/+1
* support MPEG in GXF container with extension-based detection.reimar2005-08-261-0/+1
* demux ac3 by means of lavf by defaultnicodvb2005-04-071-1/+2
* filename-based detection for h264 ESlorenm2005-04-011-1/+3
* swf and flv through libavformatalex2005-02-211-1/+3
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-131-0/+3
* nut is only handled by lavf, speed up detectionalex2004-08-211-1/+2
* Add detection of nsa streamed by aol ultravox serverrtognimp2004-05-141-1/+2
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-1/+2
* FLAC decoding support via imported libmpflac.lumag2003-10-041-0/+2
* - mpeg extensions removed, it causes misdetction of renamed avi/asf filesarpi2003-01-281-5/+6
* cosmetic for 0.90, printf->mp_msg (hm..probably arpi will piss of me?:)alex2003-01-241-2/+2
* - added some morearpi2003-01-191-3/+15
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-0/+56