aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
* demux_lavf: add --demuxer-lavf-probe-info=nostreamsGravatar wm42018-03-03
* demux_lavf: don't mess up in streams with unknown size and init segmentGravatar wm42018-03-03
* Fix recent FFmpeg deprecationsGravatar wm42018-02-13
* demux_lavf: work around another aspect of libavformat garbage APIGravatar wm42018-01-26
* demux_lavf: export correct seekability state for HLS live streamsGravatar wm42018-01-26
* video: warn user against FFmpeg's liesGravatar wm42018-01-22
* demux_lavf: add required format hacks for DASHGravatar sfan52018-01-15
* demux_lavf: always give libavformat the filename when probingGravatar wm42017-11-12
* Bump libav* API useGravatar wm42017-10-30
* demux_lavf: return AVERROR_EOF on file endGravatar Daniel Kucera2017-10-30
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* build: add preliminary LGPL modeGravatar wm42017-09-21
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* demux_lavf: use partial read for AVIOContext.read_packetGravatar wm42017-08-17
* demux_lavf: don't free AVFormatContext.key fieldGravatar wm42017-07-21
* demux_lavf: remove --demuxer-lavf-cryptokey optionGravatar wm42017-07-06
* demux_lavf: potentially fix --demuxer-lavf-cryptokeyGravatar wm42017-07-06
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* demux_lavf: change license to LGPL (almost)Gravatar wm42017-06-16
* demux_lavf: by default probe info for HLS againGravatar wm42017-06-12
* demux_lavf: disable various other special behavior if hacks disabledGravatar wm42017-06-07
* demux_lavf: disable half-working mp4 edit list support in libavcodecGravatar wm42017-04-07
* demux_lavf: get total duration from per-track durations as fallbackGravatar wm42017-03-01
* demux_lavf: skip avformat_find_stream_info() for some formatsGravatar wm42017-02-23
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04
* stream: get rid of streamtype enumGravatar wm42017-02-02
* Remove compatibility thingsGravatar wm42016-12-07
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux_lavf: blacklist ffm (ffserver)Gravatar wm42016-12-04
* demux_lavf: set title on hearing and visual impaired tracksGravatar Aman Gupta2016-10-20
* demux_lavf: don't accidentally enable edit list crap on LibavGravatar wm42016-10-18
* demux_lavf: "support" mov edit lists and log errors if usedGravatar wm42016-10-18
* demux: do not access global optionsGravatar wm42016-09-06
* demux: close underlying stream if it's fully read anywayGravatar wm42016-08-26
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* demux_lavf: don't report start time for oggGravatar wm42016-08-18
* demux: add per-track metadataGravatar wm42016-08-12
* demux: make refresh seek handling more genericGravatar wm42016-08-06
* demux_lavf: remove subtitle seeking special-caseGravatar wm42016-07-24
* demux_lavf: assume fully read files (subtitles) are always seekableGravatar wm42016-06-08
* demux_lavf: fix a minor memory leakGravatar wm42016-05-08
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* demux_lavf: remove old MicroDVD frame timing guessingGravatar wm42016-03-31
* demux_lavf: remove some old framerate guessingGravatar wm42016-03-31
* demux_lavf: don't copy cover art pictureGravatar wm42016-03-03
* demux: remove relative seekingGravatar wm42016-02-28
* demux_lavf: adjust seeks by maximum codec delayGravatar wm42016-02-22
* sub: fix memory leaksGravatar wm42016-01-18