267 Commits (07f5e75a47bfa20204bc75d6090aae74046f2dde)

Author SHA1 Message Date
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
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 11 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Carl Eugen Hoyos 92a9a3020d Support pcm_mulaw in Hikvision CCTV mpeg program streams. 12 years ago
Nicolas George cdd78a65f4 lavf/vobsub: free index pseudo-packet. 12 years ago
Richard 9cde9f70ab mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow better playback handling of DVDs. 12 years ago
Michael Niedermayer c071b00643 mpeg12demux: Fallback to startcode for stream type identification. 12 years ago
Carl Eugen Hoyos ad406f7e40 Only skip MLP header in mpeg files if the codec actually is MLP. 12 years ago
Clément Bœsch 5a2f3f0bca lavf/vobsub: do not count trailing NUL char in extradata. 12 years ago
Michael Niedermayer c3cb338955 mpegps_probe: make buffer related pointers const 12 years ago