aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
* print a more detailed and more useful description of each stream with lavfGravatar aurel2010-05-03
* 10l: correctly use video_stream instead of audio_stream in the video sectionGravatar aurel2010-05-03
* add ID_..._NAME to -identify for each lavf stream which has a titleGravatar aurel2010-05-03
* uniformize handling of aid and vid with lavf so that it matches handling of sidGravatar aurel2010-05-03
* Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchGravatar reimar2010-05-01
* Use av_probe_input_format2 and avoid accepting detectionGravatar reimar2010-05-01
* ReindentGravatar reimar2010-03-22
* Start probing with a size matching the stream buffer size so it is possibleGravatar reimar2010-03-22
* Print all 64 bits of seek position.Gravatar reimar2010-02-20
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* Dynamically increase probe size for lavf demuxer up to 2 MB.Gravatar reimar2010-02-12
* Replace incorrect usage of strncpy.Gravatar reimar2010-02-03
* ReindentGravatar reimar2010-02-03
* Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.Gravatar reimar2010-02-03
* Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.Gravatar cehoyos2009-12-28
* Revert r30100: It breaks some mov and asf samples.Gravatar cehoyos2009-12-28
* Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.Gravatar cehoyos2009-12-22
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* av_alloc_format_context -> avformat_alloc_contextGravatar reimar2009-11-22
* Reuse buffer in priv context instead of allocating the 32kB probe bufferGravatar reimar2009-11-22
* Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...Gravatar reimar2009-11-10
* Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.Gravatar cehoyos2009-11-07
* Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingGravatar reimar2009-11-07
* Remove an empty program if the one requested by IDENTIFY_PROGRAM does not existGravatar reimar2009-11-07
* lavf: if seeking in the desired direction failed, also try in the opposite one,Gravatar reimar2009-09-30
* Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectlyGravatar reimar2009-09-10
* Sort preferred_list alphabetically since the order does not matter otherwise.Gravatar reimar2009-09-10
* Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead ofGravatar reimar2009-09-08
* Fix an endless loop if all programs are empty.Gravatar reimar2009-09-08
* Always register all streams from libavformat, not just those belonging to a p...Gravatar reimar2009-09-08
* Add support for lavf vqf demuxer and lavc TwinVQ decoder.Gravatar vitor2009-09-07
* Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect thatGravatar cehoyos2009-08-30
* Use mp_wav_override_taglists for both audio and video.Gravatar cehoyos2009-08-30
* Use new libavformat metadata API.Gravatar greg2009-08-11
* AVStream.language is deprecated, switch to av_get_metadata instead.Gravatar reimar2009-06-24
* Move allocation to avoid a possible memleak if new_sh_audio fails.Gravatar reimar2009-06-24
* Remove pointless stream count checks, new_sh_* already checks for that.Gravatar reimar2009-06-24
* Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontendsGravatar reimar2009-06-24
* Add const where appropriate, also gets rid of a compiler warning.Gravatar reimar2009-06-01
* 100l, do not read probe buffer if it will not be used because a format was fo...Gravatar reimar2009-06-01
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...Gravatar reimar2009-04-01
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* Make internal Matroska demuxer default againGravatar uau2008-09-09
* revert r27551 which break much more things than it fixesGravatar aurel2008-09-09
* Use internal demuxer for Matroska files for nowGravatar uau2008-09-08
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08