Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12avformat/internal: Move FFERROR_REDO to demux.hAndreas Rheinhardt
2022-04-08avformat/smacker: add better seeking supportPaul B Mahol
2022-03-15smacker: convert to new channel layout APIVittorio Giovara
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-02avformat/smacker: Check for too small pts_incMichael Niedermayer
2020-07-28avformat/smacker: Don't return packets for streams with AVDISCARD_ALLAndreas Rheinhardt
2020-07-28avformat/smacker: Fix duration for PCM audioAndreas Rheinhardt
2020-07-28avformat/smacker: Set audio durationAndreas Rheinhardt
2020-07-28avformat/smacker: Support seeking to first frameTimotej Lazar
2020-07-04avformat/smacker: CosmeticsAndreas Rheinhardt
2020-07-04avformat/smacker: Use st->priv_data to store arrayAndreas Rheinhardt
2020-07-04avformat/smacker: Don't read only one byte at a timeAndreas Rheinhardt
2020-07-04avformat/smacker: Don't allocate arrays separatelyAndreas Rheinhardt
2020-07-04avformat/smacker: Improve timestampsAndreas Rheinhardt
2020-07-04avformat/smacker: Stop caching and copying audio framesAndreas Rheinhardt
2020-07-04avformat/smacker: Check audio frame sizeAndreas Rheinhardt
2020-07-04avformat/smacker: Avoid potential inifinite loop on errorAndreas Rheinhardt
2020-07-04avformat/smacker: Don't increase packet counter prematurelyAndreas Rheinhardt
2020-04-08avformat/smacker: CosmeticsAndreas Rheinhardt
2020-04-08avformat/smacker: Remove unused structureAndreas Rheinhardt
2020-04-08avformat/smacker: Only store what is needed laterAndreas Rheinhardt
2020-04-08avformat/smacker: Create audio streams immediatelyAndreas Rheinhardt
2020-04-08avformat/smacker: Read extradata directly into extradataAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-10-28avformat/smacker: fix memleak when avformat_new_stream failedSteven Liu
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-05avformat/smacker: fix integer overflow with pts_incMichael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-02-01avformat/smacker: Fix number suffixMichael Niedermayer
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-11-12avformat/smacker: check width/height in probeMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19avformat/smacker: Check if bufs has been allocated before useMichael Niedermayer
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-17avformat/smacker: use av_malloc_array() and check for allocation errorPaul B Mahol
2013-09-12vformat/smacker: use av_freep() to ensure no stale pointers remainMichael Niedermayer
2013-09-12Merge commit '710b0e27025948b7511821c2f888ff2d74a59e14'Michael Niedermayer
2013-09-12Merge commit '8d928023f953a28692ba27071a448259134b103b'Michael Niedermayer
2013-09-11smacker: Avoid integer overflow when allocating packetsMartin Storsjö
2013-09-11smacker: Don't return packets in unallocated streamsMartin Storsjö
2013-09-11avformat/smacker: check avformat_new_stream() return valuePaul B Mahol
2013-06-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer