572 Commits (222f59afd1cf900aaf4ac42ad9d5fc445d554d6a)

Author SHA1 Message Date
Carlos Fernandez 728ccae8a2 lavf/mpegts: add missed fixes to scte35 section callback 8 years ago
Andreas Cadhalpun 178eebd79e mpegts: handle AVMEDIA_TYPE_UNKNOWN correctly 8 years ago
Carlos Fernandez 5db3c9476c lavf/mpegts: SCTE-35 extraction from mpegts 8 years ago
Aman Gupta 373b82066c avformat/mpegts: include stream type for aac 9 years ago
Aman Gupta e9391ab121 avformat/mpegts: enhance logging in trace mode 9 years ago
Michael Niedermayer 00c4861f13 avformat/mpegts: adjust probe score for low check_count 9 years ago
Michael Niedermayer e01b19dece avformat/mpegts: Fix probing of mpegts with invalid ASC 9 years ago
Michael Niedermayer a5eb70ad95 avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream 9 years ago
Stefano Sabatini 4b38df82c2 lavf/mpegts: add ID3 entry to the REGD_types array 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Carl Eugen Hoyos 80d14de52d lavf/mpegts: Add E-AC3 registered stream specifier "EAC3". 9 years ago
Luca Barbato 74d98d1b0e mpegts: Validate the SL Packet Header Configuration 9 years ago
Carl Eugen Hoyos 88a849c714 lavf/mpegts: Return small probe score for very short transport streams. 9 years ago
Michael Niedermayer dbe1dd59e0 avformat/mpegts: Skip over broken 0x80 headers 9 years ago
Michael Niedermayer ea41ab0987 avformat/mpegts: factor duplicate seek back code into mpegts_resync 9 years ago
Michael Niedermayer 38a6242b27 avformat/mpegts: Remove unused argument from analyze() 9 years ago
Michael Niedermayer ee7a642b0e avformat/mpegts: Check adaption field control in analyze() more instead of transport_error_indicator 9 years ago
Luca Barbato 9765549f55 mpegts: Forward the errors on mpeg4 objects parsing 9 years ago
Stefano Sabatini 14f7a3d55a lavc/lavf: transmit stream_id information for mpegts KLV data packets 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 4bec36f98c avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definite 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Nicolas George 085ab74972 lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR). 9 years ago
Michael Niedermayer 3692d859f4 avformat/mpegts: Only start probing data streams within probe_packets 9 years ago
Hendrik Leppkes 6255bf3d0d mpegts: Fix FATE seek test 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
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