aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
...
* demux_lavf: for avi, use packet .dts instead of .ptsGravatar Uoti Urpala2010-11-06
* demux_lavf: avoid deprecated "first_iformat" by using newer APIGravatar Uoti Urpala2010-11-06
* demux_lavf: add hack for stream-changing ogg input (internet radio)Gravatar Uoti Urpala2010-11-06
* demux_lavf: more future proof AVInputFormat name comparisonGravatar Uoti Urpala2010-11-06
* demux_lavf: handle new streams appearing during playbackGravatar reimar2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_lavf: Always use convergence_duration for subtitlesGravatar reimar2010-11-02
* demux_lavf: print subtitle type in more casesGravatar reimar2010-11-02
* subs: Add support for DVB and XSUB subtitles, not yet working properlyGravatar reimar2010-11-02
* subs: Add support for PGS subtitle decoding via libavcodecGravatar reimar2010-11-02
* demux_lavf: stricter check for convergence_duration validityGravatar aurel2010-11-02
* demux_lavf: Avoid a crash if stream->url is not setGravatar reimar2010-11-02
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Also print current stream position in mp_read debug output.Gravatar reimar2010-06-05
| * Remove explicit eof check for mp_read code, stream code handles this caseGravatar reimar2010-06-05
| * Di not do a stream_reset on seeking backwards, the seek itself shouldGravatar reimar2010-06-05
| * Try always enabling correct pts again for lavf demuxer, since the knowGravatar reimar2010-06-03
| * Switch mkv demuxing to lavf by default.Gravatar aurel2010-05-31
* | Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\ \
| | * 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