summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* mpeg: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/mpeg: Simplify cleanup after reading vobsub header failsAndreas Rheinhardt2021-07-08
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer2020-08-18
* avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer2020-05-10
* avformat/mpeg: Don't use unintialized valueAndreas Rheinhardt2020-04-09
* avformat/mpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-03-26
* avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt2020-01-01
* avformat/mpeg: Fix leaks of AVFormatContext and subtitle packetsAndreas Rheinhardt2019-12-05
* avformat/mpeg: Don't copy or leak string in AVBPrintAndreas Rheinhardt2019-12-05
* avformat/mpeg: Make VobSub demuxer have its own context structAndreas Rheinhardt2019-12-05
* avformat/mpeg: Don't free unintialized pointerAndreas Rheinhardt2019-10-24
* avformat/mpeg: Add padding to extradataAndreas Rheinhardt2019-10-24
* avformat/mpeg: move the header_str free into end labelSteven Liu2019-10-22
* avformat/mpeg: check av_strdup() return valueSteven Liu2019-10-19
* avformat/mpeg: Remove set-but-unused variableAndreas Rheinhardt2019-10-08
* avformat/mpeg: better fix for MLP versus PCM-DVD misdetectionPaul B Mahol2019-10-05
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-20
* lavf/mpeg: fix indentXiaofeng Wang2019-02-18
* lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos2018-09-27
* avformat: correct fdebug loglevelGyan Doshi2018-08-14
* avformat/mpeg: add missing checkPaul B Mahol2018-04-01
* avformat/mpeg: fix logic failurePaul B Mahol2018-04-01
* avformat/mpeg: fix detection and demuxing of raw AC3 in mpegpsPaul B Mahol2018-04-01
* avformat/mpeg: fix PCM-DVD mis-detection as MLPPaul B Mahol2018-04-01
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/mpeg: zero initialize idx_pktJames Almer2017-09-23
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos2017-02-21
* | avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer2016-11-23
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos2016-03-09
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | avformat/vobsub: do not attempt to check duplicate subtitleswm42015-09-21