278 Commits (b544850a524f71dba9163d7b0606767ea2572412)

Author SHA1 Message Date
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
Rodger Combs c69ff12dc3 lavf/mpeg: vobsub add an option to specify the .sub's URI 10 years ago
Carl Eugen Hoyos 036079ce34 lavf/mpeg: Support alaw in Hikvision CCTV recordings. 10 years ago
Carl Eugen Hoyos f8413f74a1 lavf/mpeg: Support more audio codecs in Hikvision CCTV recordings. 10 years ago
Paul B Mahol ca8617a04d avformat/mpeg: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Michael Niedermayer 8d7d88135c avformat/mpeg: Avoid dead assignment 10 years ago
Michael Niedermayer 74080ded96 avformat/mpeg: add commented out av_log() to probe 10 years ago
Michael Niedermayer e15b29bb18 avformat/mpeg: do not count PES packets inside PES packets during probing 10 years ago
Michael Niedermayer 51ddaf6549 avformat/mpeg: fix memleak of sub_name on error 10 years ago
Michael Niedermayer ff03df6475 avformat/mpeg: Use av_find_input_format() instead of directly linking to the demuxer 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer ad83cfec5a avformat/mpeg: Forward whitelists to the mpegps demuxer 10 years ago
Clément Bœsch d86cf4a91d avformat/vobsub: fix NULL dereference 10 years ago
Michael Niedermayer f7bbe0f414 avformat/mpeg: update comment on probe score 10 years ago
Michael Niedermayer 5109ce2017 avformat/mpeg: increase score for short mpeg-ps by 1 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Clément Bœsch cba92a2226 avformat/vobsub: do not create empty streams. 11 years ago
Clément Bœsch b7dd250b75 avformat/vobsub: use av_make_q(). 11 years ago
Clément Bœsch 6a3a7d7af1 avformat/vobsub: remove pointless FAIL macro. 11 years ago
Tanja Batchelor 5b8f0a5eac mpeg: K&R formatting cosmetics 11 years ago
Carl Eugen Hoyos af7562a035 Ignore es_map_length when parsing mpeg program stream map. 11 years ago
Carl Eugen Hoyos 4ba90392bc Support AC-3 in Sega Dreamcast Sofdec files. 11 years ago
Clément Bœsch 4189fe11ff avformat/vobsub: fix invalid sub queue access while seeking. 11 years ago
Clément Bœsch d4dc673455 avformat/vobsub: raise packet even if apparently incomplete. 11 years ago
Clément Bœsch dbfe61100b avformat/vobsub: fix several issues. 11 years ago
Clément Bœsch f8678dcef3 avformat/vobsub: fix seeking. 11 years ago