539 Commits (b9cd3e1add3a3db86aaeba8680ad5a4ee57d519b)

Author SHA1 Message Date
wm4 cc8db76061 mpegts: use avcodec_get_type() to set codec_type 9 years ago
James Almer 655b6dcb34 lavc/lavf: remove incompatible abi checks for the new 64bit fields 9 years ago
Carl Eugen Hoyos b290972b8f lavf: Switch probesize and max_analyze_duration to 64bit. 9 years ago
Petri Hintukainen 5d12d7de2c mpegts: demux BluRay text subtitles 9 years ago
Petri Hintukainen 757cb0f286 mpegts: fix demuxing PES private stream 2 9 years ago
Carl Eugen Hoyos 670d8ecfae lavf: Remove probesize32 and max_analyze_duration32 on version bump. 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Stefano Sabatini fedc422684 lavf/mpegts: apply misc option description fixes 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer c8c86b8f9b avformat/mpegts: Replace silent cliping of language_count by asserts 9 years ago
Michael Niedermayer 42aa02418e avformat/mpegts: Use DVB_TELETEXT timestamp heuristic also for DVB subtitles 9 years ago
John Högberg 42bc768e52 mpegts: Add jpeg2000 stream type 10 years ago
Carl Eugen Hoyos 77c0b149be lavf/mpegts: Return 0 if the probe function does not detect mpegts. 10 years ago
Michael Niedermayer b64e70436e avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6 10 years ago
Michael Niedermayer d59a033a69 avformat/mpegts: recognizes and export private streams 10 years ago
Michael Niedermayer c465254fbf avformat/mpegts: Do not ignore registration descriptors when probing is enabled 10 years ago
Michael Niedermayer db07fc2020 avformat/mpegts: Avoid float in bitrate calculation 10 years ago
Michael Niedermayer e0153145f6 avformat/mpegts: Detect changes in packet through CRC instead of just the 5bit version 10 years ago
Michael Niedermayer 4b6be54bed avformat/mpegts: reset last_ver on corrupted packets 10 years ago
Michael Niedermayer 4e8d01f20c avformat/mpegts: Factorize version checking code out 10 years ago
Michael Niedermayer 14e9a20083 avformat/mpegts: Also parse the FMC descriptor if the codec has not been identified yet 10 years ago
Michael Niedermayer 6397814926 avformat/mpegts: reset last_version on seeking 10 years ago
John Högberg 82de8d7111 mpegts: Update the PSI/SI table only if the version change 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 1b3b018aa4 avformat/mpegts: Fix potential pointer overflows 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Anton Khirnov 1509c018bd mpegts: relax restrictions on matching the packet start in read_header 10 years ago
wm4 6a5b8ca432 lavf: remove unused code 10 years ago
Hendrik Leppkes a9d700f212 mpegts: identify h264 mvc streams 10 years ago
Kieran Kunhya 9cfa68c560 mpegts: add support for Opus 10 years ago
Vittorio Giovara 8b263331c5 mpegts: check get16() return value 10 years ago
Michael Niedermayer a4f387bf56 avformat/mpegts: Warn if ffio_ensure_seekback() failed 10 years ago
Rafaël Carré 57bfafe76b avformat/mpegts: fix Opus stream count 10 years ago
Michael Niedermayer 41ad87ad8e avformat/mpegts: improve first valid PMT heuristic 10 years ago
Michael Niedermayer 29b1af40f3 avformat/mpegts: add scan_all_pmts option 10 years ago
Michael Niedermayer 786594184a avformat/mpegts: fix iteration count in add_pid_to_pmt() 10 years ago
Michael Niedermayer 3dae05f4f7 avformat/mpegts: also print PMT version in av_dlog() 10 years ago
Michael Niedermayer db0471c40f avformat/mpegts: Continue parsing PMTs during duration estimation 10 years ago
Michael Niedermayer a6593f7cc6 avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt() 10 years ago
Kieran Kunhya 61e42c1124 avformat/mpegts: Add support for Opus in MPEG-TS 10 years ago
Di Wu 0e406aba14 mpegts: add the judgement if a new program is created successfully 10 years ago
Michael Niedermayer 27f6da2921 avformat/mpegts: use a padded buffer in read_sl_header() 10 years ago
Michael Niedermayer c3d7f00ee3 avformat/mpegts: Check desc_len / get8() return code 10 years ago
Michael Niedermayer 296cd9c432 avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers 10 years ago
Andreas Cadhalpun b76d6eb3bd avformat/mpegts: fix spelling error 10 years ago
Michael Niedermayer e489e83466 avformat/mpegts: Change order of structs to match 7968059e5c 10 years ago
Luca Barbato 7968059e5c mpegts: Allow custom max resync size 10 years ago
Michael Niedermayer 4250753497 avformat/mpegts: favor DESC_types over probed codecs 10 years ago
Michael Niedermayer 427bcdf035 avformat/mpegts: Use differential score for analyze() 10 years ago
Marton Balint 51748b6377 mpegts: always parse pcr 10 years ago