aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
...
* Musepack SV8 lavc decoder supportGravatar kostya2007-11-20
* Remove unused variable:Gravatar diego2007-10-30
* reindented previously modified codeGravatar nicodvb2007-10-27
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingGravatar nicodvb2007-10-27
* permit identification and selection of programsGravatar nicodvb2007-10-27
* permit the transititions no stream <-> some streams and viceversa (needed for...Gravatar nicodvb2007-10-27
* moved to a new function handle_stream() the code to parse the streams and ass...Gravatar nicodvb2007-10-27
* add nellymoser codec to mplayer with internal fourcc NELLGravatar compn2007-10-16
* Add -lavfdopts cryptokeyGravatar reimar2007-10-14
* Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...Gravatar voroshil2007-10-03
* AMV demuxer and audio/video decoderGravatar voroshil2007-09-30
* analyzeduration option for lavf demuxerGravatar henry2007-09-29
* remove useless int->double conversionGravatar henry2007-09-29
* fix warningsGravatar henry2007-09-29
* reverted useless r24539Gravatar ben2007-09-15
* added monkey audio fourcc in wave headerGravatar ben2007-09-15
* Add support for cook audio (though most .rm files don't work with lavfGravatar reimar2007-09-15
* Add nuv codec tag mappingGravatar reimar2007-09-09
* Mark lavfpref demuxer as safe, so it that it is actually used for e.g.Gravatar reimar2007-09-09
* We can support SEEK_END seeks only when stream->end_pos is knownGravatar reimar2007-08-20
* Add support for AVSEEK_SIZE in demux_lavfGravatar reimar2007-08-20
* Do not seek to an invalid position.Gravatar reimar2007-08-19
* add support for subtitles thru lavfGravatar aurel2007-07-13
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...Gravatar compn2007-05-10
* Add support for Bethesda Software VID video.Gravatar diego2007-04-25
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesGravatar reimar2007-04-16
* Use lavf_preferred mechanism to replace more extension-based detection hacksGravatar reimar2007-04-14
* Add lavf_preferred demuxer for lavf formats we want to be probedGravatar reimar2007-04-14
* support for C93 videoGravatar diego2007-04-07
* support for THP ADPCM audioGravatar diego2007-04-07
* Add support for the THP game format.Gravatar diego2007-04-01
* add fourcc for dxa files, approved by diegoGravatar compn2007-03-17
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* when seeking consider stream->start_pos instead of 0 as initial position; pat...Gravatar nicodvb2007-03-04
* dont set 0 nBlockAlignGravatar michael2007-02-20
* Support selecting a specific lavf demuxer and listing available ones via -lav...Gravatar reimar2007-02-06
* Support 16bit bigendian PCM audio from libavformatGravatar reimar2007-01-30
* Remove ff_gcd prototype and include avutil.h instead where it is defined.Gravatar reimar2007-01-25
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cGravatar reimar2007-01-21
* Forgotten CodecTag -> AVCodecTagGravatar reimar2007-01-21
* Fix compilation after lavf changesGravatar reimar2007-01-21
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedGravatar reimar2007-01-06
* sortGravatar michael2006-12-31
* first step toward amr-nb muxing supportGravatar michael2006-12-29
* add support for musepack native decoder from ffmpeg (require -demuxer lavf)Gravatar aurel2006-12-28
* Respect -noidx in lavf demuxerGravatar reimar2006-12-10
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.Gravatar uau2006-12-10
* support for Westwood SND1 audioGravatar diego2006-11-29
* check we aren't short of sh_videos before allocating another oneGravatar nicodvb2006-11-20