summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* 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
* | avformat/mpegts: Replace silent cliping of language_count by assertsMichael Niedermayer2015-07-27
* | avformat/mpegts: Use DVB_TELETEXT timestamp heuristic also for DVB subtitlesMichael Niedermayer2015-07-27
* | Merge commit '42bc768e5240ec01237ad2eb7c69b917158de258'Michael Niedermayer2015-06-30
|\|
| * mpegts: Add jpeg2000 stream typeJohn Högberg2015-06-30
* | lavf/mpegts: Return 0 if the probe function does not detect mpegts.Carl Eugen Hoyos2015-06-29
* | avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6Michael Niedermayer2015-06-23
* | avformat/mpegts: recognizes and export private streamsMichael Niedermayer2015-06-12
* | avformat/mpegts: Do not ignore registration descriptors when probing is enabledMichael Niedermayer2015-06-10
* | avformat/mpegts: Avoid float in bitrate calculationMichael Niedermayer2015-05-26
* | avformat/mpegts: Detect changes in packet through CRC instead of just the 5bi...Michael Niedermayer2015-05-01
* | avformat/mpegts: reset last_ver on corrupted packetsMichael Niedermayer2015-05-01
* | avformat/mpegts: Factorize version checking code outMichael Niedermayer2015-05-01
* | avformat/mpegts: Also parse the FMC descriptor if the codec has not been iden...Michael Niedermayer2015-04-29
* | avformat/mpegts: reset last_version on seekingMichael Niedermayer2015-04-29
* | Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'Michael Niedermayer2015-04-29
|\|
| * mpegts: Update the PSI/SI table only if the version changeJohn Högberg2015-04-28
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/mpegts: Fix potential pointer overflowsMichael Niedermayer2015-03-16
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213'Michael Niedermayer2015-02-11
|\|
| * mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov2015-02-10
* | Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'Michael Niedermayer2015-02-11
|\|
| * lavf: remove unused codewm42015-02-08
* | mpegts: identify h264 mvc streamsHendrik Leppkes2015-01-14
* | Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer2014-12-20
|\|