summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos2017-09-20
* lavf: consider codec framerate for framerate detectionwm42017-06-07
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | lavf/mpegts: Make a pointer cast explicit.Carl Eugen Hoyos2017-02-12
* | mpegts: prevent division by zeroAndreas Cadhalpun2016-11-08
* | lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez2016-10-23
* | mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun2016-10-22
* | lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez2016-10-21
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat/mpegts: include stream type for aacAman Gupta2016-06-21
* | Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2'Clément Bœsch2016-06-21
|\|
| * mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-03
* | avformat/mpegts: enhance logging in trace modeAman Gupta2016-06-14
* | avformat/mpegts: adjust probe score for low check_countMichael Niedermayer2016-06-14
* | avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer2016-06-07
* | avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2016-06-06
* | lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini2016-05-19
* | lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".Carl Eugen Hoyos2016-05-03
* | lavf/mpegts: Return small probe score for very short transport streams.Carl Eugen Hoyos2016-05-01
* | avformat/mpegts: Skip over broken 0x80 headersMichael Niedermayer2016-04-24
* | avformat/mpegts: factor duplicate seek back code into mpegts_resyncMichael Niedermayer2016-04-24
* | Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'Derek Buitenhuis2016-04-14
|\|
| * mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-20
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | avformat/mpegts: Remove unused argument from analyze()Michael Niedermayer2016-04-10
* | avformat/mpegts: Check adaption field control in analyze() more instead of tr...Michael Niedermayer2016-04-10
* | lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini2016-02-23
* | avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definiteMichael Niedermayer2015-12-24
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-11
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George2015-12-03
* | avformat/mpegts: Only start probing data streams within probe_packetsMichael Niedermayer2015-11-05
* | mpegts: Fix FATE seek testHendrik Leppkes2015-10-27
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'Hendrik Leppkes2015-09-29
|\|
| * mpegts: use avcodec_get_type() to set codec_typewm42015-09-28
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-17
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-15
* | mpegts: demux BluRay text subtitlesPetri Hintukainen2015-09-01
* | mpegts: fix demuxing PES private stream 2Petri Hintukainen2015-09-01
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-01
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* | lavf/mpegts: apply misc option description fixesStefano Sabatini2015-08-14
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27