530 Commits (a95210bfbdf6eba3faa2f8f8b5cb782729121c64)

Author SHA1 Message Date
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
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
James Almer 31b7ab9f06 lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Carl Eugen Hoyos 7c73d21523 lavf/mpegts: Do not return the result of a (void) function from a void function. 10 years ago
James Almer 5b12b4fc4b lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 10 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 10 years ago
Jan Gerber fc27e7272e mpegts: do not export empty language tags 10 years ago
Michael Niedermayer 4470a3eeaf avformat/mpegts: dont clear programs during probing 10 years ago