aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
...
| | * Drop pointless _t suffix from 'struct lavf_priv'.Gravatar diego2010-05-28
| |/
| * Switch ogg demuxing to lavf by default.Gravatar reimar2010-05-26
| * Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streamsGravatar hyc2010-05-25
* | Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Gravatar Anton Khirnov2010-05-22
| * Do not use correct-pts for mpeg-ps: It breaks PAFF samples.Gravatar cehoyos2010-05-22
* | Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\|
* | Merge svn changes up to r31133Gravatar Uoti Urpala2010-05-07
|\ \
| | * cosmetic: typo, this wasn't supposed to be pluralGravatar aurel2010-05-04
| |/
| * 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
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\|
* | demux_lavf, stream_ffmpeg: support librtmp seeksGravatar Uoti Urpala2010-04-23
* | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsGravatar Uoti Urpala2010-04-23
* | options: move lavfdopts to option structGravatar Uoti Urpala2010-04-23
| * ReindentGravatar reimar2010-03-22
| * Start probing with a size matching the stream buffer size so it is possibleGravatar reimar2010-03-22
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30550Gravatar Uoti Urpala2010-03-09
|\ \ \
* \ \ \ Merge svn changes up to r30502Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * 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
* | demux: take chapter/attachment name strings without 0-terminationGravatar Uoti Urpala2010-01-27
| * 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
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * 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
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * 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
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * lavf: if seeking in the desired direction failed, also try in the opposite one,Gravatar reimar2009-09-30
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * 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