304 Commits (e271d534e3f5aa13cbbfe0c487661b5616765330)

Author SHA1 Message Date
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Andreas Rheinhardt bcdc1d1060 avformat/mpeg: Simplify cleanup after reading vobsub header fails 3 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
James Almer 98a776b5e3 avformat/subtitles: use av_packet_alloc() to allocate packets 4 years ago
Anton Khirnov 108864acee lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal 4 years ago
Michael Niedermayer e8a88a16f7 avformat/mpeg: Check avio_read() return value in get_pts() 4 years ago
Michael Niedermayer 20f7b4dfc9 avformat/mpeg: Decrease score by 1 for files with very little valid data 5 years ago
Andreas Rheinhardt a39536caee avformat/mpeg: Don't use unintialized value 5 years ago
Andreas Rheinhardt 3875af84ed avformat/mpeg: Remove unnecessary av_packet_unref() 5 years ago
Andreas Rheinhardt 6d354aeb29 avformat/mpeg: Remove secondary packet for reading VobSub 5 years ago
Andreas Rheinhardt 4825d8a98d avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets 5 years ago
Andreas Rheinhardt bc3cf2bbd3 avformat/mpeg: Don't copy or leak string in AVBPrint 5 years ago
Andreas Rheinhardt 3f37880c05 avformat/mpeg: Make VobSub demuxer have its own context struct 5 years ago
Andreas Rheinhardt 262eef6b89 avformat/mpeg: Don't free unintialized pointer 5 years ago
Andreas Rheinhardt c36eae65e4 avformat/mpeg: Add padding to extradata 5 years ago
Steven Liu 0b8956b25c avformat/mpeg: move the header_str free into end label 5 years ago
Steven Liu f5263172de avformat/mpeg: check av_strdup() return value 5 years ago
Andreas Rheinhardt ffb32d35ee avformat/mpeg: Remove set-but-unused variable 5 years ago
Paul B Mahol 7da57875b5 avformat/mpeg: better fix for MLP versus PCM-DVD misdetection 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Xiaofeng Wang 821791caa0 lavf/mpeg: fix indent 6 years ago
Carl Eugen Hoyos 303439bc5f lavf/mpeg: Support demuxing HEVC in mpeg-ps. 6 years ago
Gyan Doshi 02741853d7 avformat: correct fdebug loglevel 6 years ago
Paul B Mahol 0995641202 avformat/mpeg: add missing check 7 years ago
Paul B Mahol 1f7705e5b1 avformat/mpeg: fix logic failure 7 years ago
Paul B Mahol 7643e27528 avformat/mpeg: fix detection and demuxing of raw AC3 in mpegps 7 years ago
Paul B Mahol 52e97814a1 avformat/mpeg: fix PCM-DVD mis-detection as MLP 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
James Almer 86be73c7c1 avformat/mpeg: zero initialize idx_pkt 7 years ago
Carl Eugen Hoyos a5c1c7a8b3 lavf/mpeg: Initialize a stack variable used by memcmp(). 8 years ago
Michael Niedermayer 4e5049a230 avformat/mpeg: Adjust vid probe threshold to correct mis-detection 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Carl Eugen Hoyos fb9036b314 lavf/mpeg: Identify sub-stream ID 0xa1 as mlp. 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Nicolas George cb14d30240 lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
wm4 5c93e57f5c avformat/vobsub: do not attempt to check duplicate subtitles 9 years ago
wm4 a47ad06baf avformat/vobsub: compare correct packet stream IDs 9 years ago
Clément Bœsch af924fd9e4 avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging 9 years ago
Carl Eugen Hoyos 9bd305be91 lavf/mpeg: Allow users to force audio codec MLP. 9 years ago
Carl Eugen Hoyos ee8c18387d lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. 10 years ago
Michael Niedermayer 57865a9747 avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago