| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/subtitles: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -2/+2 |
* | lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/mpeg: Check avio_read() return value in get_pts() | Michael Niedermayer | 2020-08-18 | 1 | -1/+4 |
* | avformat/mpeg: Decrease score by 1 for files with very little valid data | Michael Niedermayer | 2020-05-10 | 1 | -1/+1 |
* | avformat/mpeg: Don't use unintialized value | Andreas Rheinhardt | 2020-04-09 | 1 | -0/+4 |
* | avformat/mpeg: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-03-26 | 1 | -6/+2 |
* | avformat/mpeg: Remove secondary packet for reading VobSub | Andreas Rheinhardt | 2020-01-01 | 1 | -16/+7 |
* | avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets | Andreas Rheinhardt | 2019-12-05 | 1 | -13/+14 |
* | avformat/mpeg: Don't copy or leak string in AVBPrint | Andreas Rheinhardt | 2019-12-05 | 1 | -14/+8 |
* | avformat/mpeg: Make VobSub demuxer have its own context struct | Andreas Rheinhardt | 2019-12-05 | 1 | -20/+18 |
* | avformat/mpeg: Don't free unintialized pointer | Andreas Rheinhardt | 2019-10-24 | 1 | -1/+1 |
* | avformat/mpeg: Add padding to extradata | Andreas Rheinhardt | 2019-10-24 | 1 | -7/+5 |
* | avformat/mpeg: move the header_str free into end label | Steven Liu | 2019-10-22 | 1 | -2/+2 |
* | avformat/mpeg: check av_strdup() return value | Steven Liu | 2019-10-19 | 1 | -0/+5 |
* | avformat/mpeg: Remove set-but-unused variable | Andreas Rheinhardt | 2019-10-08 | 1 | -3/+1 |
* | avformat/mpeg: better fix for MLP versus PCM-DVD misdetection | Paul B Mahol | 2019-10-05 | 1 | -1/+8 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -2/+2 |
* | lavf: Constify AVInputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | lavf/mpeg: fix indent | Xiaofeng Wang | 2019-02-18 | 1 | -28/+28 |
* | lavf/mpeg: Support demuxing HEVC in mpeg-ps. | Carl Eugen Hoyos | 2018-09-27 | 1 | -0/+3 |
* | avformat: correct fdebug loglevel | Gyan Doshi | 2018-08-14 | 1 | -3/+3 |
* | avformat/mpeg: add missing check | Paul B Mahol | 2018-04-01 | 1 | -0/+2 |
* | avformat/mpeg: fix logic failure | Paul B Mahol | 2018-04-01 | 1 | -6/+7 |
* | avformat/mpeg: fix detection and demuxing of raw AC3 in mpegps | Paul B Mahol | 2018-04-01 | 1 | -8/+25 |
* | avformat/mpeg: fix PCM-DVD mis-detection as MLP | Paul B Mahol | 2018-04-01 | 1 | -1/+1 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | avformat/mpeg: zero initialize idx_pkt | James Almer | 2017-09-23 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | lavf/mpeg: Initialize a stack variable used by memcmp(). | Carl Eugen Hoyos | 2017-02-21 | 1 | -1/+1 |
* | | avformat/mpeg: Adjust vid probe threshold to correct mis-detection | Michael Niedermayer | 2016-11-23 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -12/+12 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -2/+2 |
* | | lavf/mpeg: Identify sub-stream ID 0xa1 as mlp. | Carl Eugen Hoyos | 2016-03-09 | 1 | -1/+1 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN). | Nicolas George | 2015-12-03 | 1 | -1/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -3/+3 |
* | | avformat/vobsub: do not attempt to check duplicate subtitles | wm4 | 2015-09-21 | 1 | -0/+1 |
* | | avformat/vobsub: compare correct packet stream IDs | wm4 | 2015-09-21 | 1 | -1/+1 |
* | | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | | lavf/mpeg: Allow users to force audio codec MLP. | Carl Eugen Hoyos | 2015-08-20 | 1 | -1/+1 |
* | | lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. | Carl Eugen Hoyos | 2015-05-17 | 1 | -1/+1 |
* | | avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS | Michael Niedermayer | 2015-04-20 | 1 | -3/+7 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -3/+3 |
|\| |
|