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-10avformat/demux: Add new demux.h headerAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15mpeg: convert to new channel layout APIAnton Khirnov
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-08avformat/mpeg: Simplify cleanup after reading vobsub header failsAndreas Rheinhardt
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-03-17avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer
2020-10-28lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov
2020-08-18avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer
2020-05-10avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer
2020-04-09avformat/mpeg: Don't use unintialized valueAndreas Rheinhardt
2020-03-26avformat/mpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2020-01-01avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt
2019-12-05avformat/mpeg: Fix leaks of AVFormatContext and subtitle packetsAndreas Rheinhardt
2019-12-05avformat/mpeg: Don't copy or leak string in AVBPrintAndreas Rheinhardt
2019-12-05avformat/mpeg: Make VobSub demuxer have its own context structAndreas Rheinhardt
2019-10-24avformat/mpeg: Don't free unintialized pointerAndreas Rheinhardt
2019-10-24avformat/mpeg: Add padding to extradataAndreas Rheinhardt
2019-10-22avformat/mpeg: move the header_str free into end labelSteven Liu
2019-10-19avformat/mpeg: check av_strdup() return valueSteven Liu
2019-10-08avformat/mpeg: Remove set-but-unused variableAndreas Rheinhardt
2019-10-05avformat/mpeg: better fix for MLP versus PCM-DVD misdetectionPaul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-02-19lavf/mpeg: fix indentXiaofeng Wang
2018-09-28lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos
2018-08-14avformat: correct fdebug loglevelGyan Doshi
2018-04-01avformat/mpeg: add missing checkPaul B Mahol
2018-04-01avformat/mpeg: fix logic failurePaul B Mahol
2018-04-01avformat/mpeg: fix detection and demuxing of raw AC3 in mpegpsPaul B Mahol
2018-04-01avformat/mpeg: fix PCM-DVD mis-detection as MLPPaul B Mahol
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-09-24avformat/mpeg: zero initialize idx_pktJames Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-21lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos
2016-11-23avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-09lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-03lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-21avformat/vobsub: do not attempt to check duplicate subtitleswm4