660 Commits (a70a5b7c62c3189d2d428d044f883148f340e5f6)

Author SHA1 Message Date
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 11 years ago
Michael Niedermayer c6c172d173 avformat/mpegts: skip updating programs/streams when determining duration 11 years ago
Alexander V. Lukyanov 5adcef9c1b mpegts: pass MpegTSContext ptr explicitly 11 years ago
Alexander V. Lukyanov 8635954335 avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721) 11 years ago
Carl Eugen Hoyos 958168d505 lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown. 11 years ago
Marton Balint 6c5375100c mpegts: always reset pes packet state on new packet 11 years ago
Marton Balint a78274329c mpegts: unref buffer in reset_pes_packet_state 11 years ago
Marton Balint d7ca914988 mpegts: factorize pes packet state reset function 11 years ago
Marton Balint e2752de344 mpegts: fix indentation after last commit 11 years ago
Marton Balint 9ba8debce9 mpegts: only emit new packets if data buffer exists 11 years ago
Marton Balint a82e87618f mpegts: remove uneeded buf_size check 11 years ago
Michael Niedermayer ff6fa0b4b9 avformat/mpegts: Remove redundant check 11 years ago
Marton Balint d2f60547c2 mpegts: fix teletext pts of streams with standalone pcr pid 11 years ago
Marton Balint d83a5b5218 mpegts: add pcr filter for tracking standalone pcr pids 11 years ago
Marton Balint 6bab55b84c mpegts: factorize mpegts filter creator code 11 years ago
Marton Balint 4acc86bcfb mpegts: move last_pcr to MpegTSFilter level 11 years ago
Keiji Costantini ca80e15814 mpegts: Forward error codes in various functions 11 years ago
Keiji Costantini 86ba2327e1 mpegts: K&R formatting cosmetics 11 years ago
Marton Balint d08bb065f2 mpegts: use goto out instead of break on truncated or invalid pmt tables 11 years ago
Vittorio Giovara 5397386eff mathops: move macro to the only place it is used 11 years ago
Michael Niedermayer 0bf882864e Revert "mpegts: do not set pts for missing dts in video streams" 11 years ago
Leandro Dorileo 8370a6fa59 libavformat/mpegts: expose raw packet size 11 years ago
mrlika e2707a7cf7 avformat/mpegts: DVB subtitles multiple languages support 11 years ago
Michael Niedermayer 29986885ef avformat/mpegts: Continue parsing PMTs until at least 2 streams are found or 100kb are reached 11 years ago
Michael Niedermayer ad61419bbf avformat/mpegts: drop stray space 11 years ago
Serhii Marchuk 1d07385053 mpegts demuxer: store PMT values of DVB teletext to extradata 11 years ago