aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/imfdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/imfdec: remove the experimental flagPierre-Anthony Lemieux2023-02-211-1/+1
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+4
* avformat/imfdec: use CPL start timecode if availablePierre-Anthony Lemieux2022-11-031-0/+11
* format/imfdec: improve error handling when selecting tracks for playbackPierre-Anthony Lemieux2022-09-281-3/+12
* avformat/imfdec: check if Asset/Id exists before trying to read itPierre-Anthony Lemieux2022-09-071-1/+6
* avformat/imfdec: preserve stream informationPierre-Anthony Lemieux2022-08-121-8/+4
* avformat/imf: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-17/+17
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-1/+1
* avformat/imf: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-191-14/+6
* avformat/imf: clean-up and reduce loggingPierre-Anthony Lemieux2022-03-191-64/+29
* avformat/imf: add support for input seekingPierre-Anthony Lemieux2022-03-191-27/+102
* avformat/imf: relocate static function imf_time_to_ts()Pierre-Anthony Lemieux2022-03-191-19/+19
* avformat/imfdec: Convert to the new channel layout APIAndreas Rheinhardt2022-03-171-1/+1
* avformat/imf: document IMFVirtualTrackResourcePlaybackCtxPierre-Anthony Lemieux2022-02-201-6/+6
* avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux2022-02-201-92/+171
* avformat/imf: open resources only when first neededPierre-Anthony Lemieux2022-02-201-7/+10
* avformat/imf: cosmeticsZane van Iperen2022-02-051-8/+8
* avformat/imfdec: Use proper logcontextAndreas Rheinhardt2022-01-191-1/+1
* avformat/imfdec: do not use filesize when reading XML fileMarton Balint2022-01-091-11/+4
* avformat/imf: fix bad free() when directory name of the input url is emptyPierre-Anthony Lemieux2022-01-051-1/+4
* avformat/imf: Fix error handling in set_context_streams_from_tracks()Pierre-Anthony Lemieux2022-01-041-2/+1
* lavf/imfdec: mark as experimentalAnton Khirnov2022-01-031-0/+1
* avformat/imf: DemuxerPierre-Anthony Lemieux2021-12-311-0/+899