index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mpegts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-4
/
+4
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-5
/
+5
*
|
avformat/mpegts: include stream type for aac
Aman Gupta
2016-06-21
1
-0
/
+1
*
|
Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2'
Clément Bœsch
2016-06-21
1
-8
/
+11
|
\
\
|
|
/
|
*
mpegts: Validate the SL Packet Header Configuration
Luca Barbato
2016-05-03
1
-0
/
+5
*
|
avformat/mpegts: enhance logging in trace mode
Aman Gupta
2016-06-14
1
-3
/
+3
*
|
avformat/mpegts: adjust probe score for low check_count
Michael Niedermayer
2016-06-14
1
-1
/
+3
*
|
avformat/mpegts: Fix probing of mpegts with invalid ASC
Michael Niedermayer
2016-06-07
1
-7
/
+10
*
|
avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...
Michael Niedermayer
2016-06-06
1
-1
/
+4
*
|
lavf/mpegts: add ID3 entry to the REGD_types array
Stefano Sabatini
2016-05-19
1
-0
/
+1
*
|
lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".
Carl Eugen Hoyos
2016-05-03
1
-0
/
+1
*
|
lavf/mpegts: Return small probe score for very short transport streams.
Carl Eugen Hoyos
2016-05-01
1
-4
/
+9
*
|
avformat/mpegts: Skip over broken 0x80 headers
Michael Niedermayer
2016-04-24
1
-3
/
+9
*
|
avformat/mpegts: factor duplicate seek back code into mpegts_resync
Michael Niedermayer
2016-04-24
1
-6
/
+6
*
|
Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'
Derek Buitenhuis
2016-04-14
1
-9
/
+16
|
\
\
|
|
/
|
*
mpegts: Forward the errors on mpeg4 objects parsing
Luca Barbato
2016-03-20
1
-9
/
+16
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-79
/
+91
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-51
/
+51
*
|
avformat/mpegts: Remove unused argument from analyze()
Michael Niedermayer
2016-04-10
1
-9
/
+7
*
|
avformat/mpegts: Check adaption field control in analyze() more instead of tr...
Michael Niedermayer
2016-04-10
1
-1
/
+1
*
|
lavc/lavf: transmit stream_id information for mpegts KLV data packets
Stefano Sabatini
2016-02-23
1
-6
/
+25
*
|
avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definite
Michael Niedermayer
2015-12-24
1
-0
/
+2
*
|
avformat: Add av_program_add_stream_index()
Michael Niedermayer
2015-12-11
1
-2
/
+2
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-5
/
+5
*
|
lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).
Nicolas George
2015-12-03
1
-1
/
+1
*
|
avformat/mpegts: Only start probing data streams within probe_packets
Michael Niedermayer
2015-11-05
1
-0
/
+1
*
|
mpegts: Fix FATE seek test
Hendrik Leppkes
2015-10-27
1
-2
/
+4
*
|
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-2
/
+2
*
|
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-27
1
-1
/
+1
|
\
\
|
|
/
|
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-1
/
+1
*
|
Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'
Hendrik Leppkes
2015-09-29
1
-8
/
+1
|
\
\
|
|
/
|
*
mpegts: use avcodec_get_type() to set codec_type
wm4
2015-09-28
1
-8
/
+1
*
|
lavc/lavf: remove incompatible abi checks for the new 64bit fields
James Almer
2015-09-17
1
-6
/
+1
*
|
lavf: Switch probesize and max_analyze_duration to 64bit.
Carl Eugen Hoyos
2015-09-15
1
-1
/
+1
*
|
mpegts: demux BluRay text subtitles
Petri Hintukainen
2015-09-01
1
-0
/
+1
*
|
mpegts: fix demuxing PES private stream 2
Petri Hintukainen
2015-09-01
1
-0
/
+1
*
|
lavf: Remove probesize32 and max_analyze_duration32 on version bump.
Carl Eugen Hoyos
2015-09-01
1
-1
/
+6
*
|
Replace av_dlog with ff_dlog.
Ronald S. Bultje
2015-08-18
1
-1
/
+2
*
|
lavf/mpegts: apply misc option description fixes
Stefano Sabatini
2015-08-14
1
-8
/
+8
*
|
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-8
/
+8
|
\
\
|
|
/
|
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-7
/
+7
*
|
avformat/mpegts: Replace silent cliping of language_count by asserts
Michael Niedermayer
2015-07-27
1
-6
/
+2
*
|
avformat/mpegts: Use DVB_TELETEXT timestamp heuristic also for DVB subtitles
Michael Niedermayer
2015-07-27
1
-2
/
+9
*
|
Merge commit '42bc768e5240ec01237ad2eb7c69b917158de258'
Michael Niedermayer
2015-06-30
1
-0
/
+1
|
\
\
|
|
/
|
*
mpegts: Add jpeg2000 stream type
John Högberg
2015-06-30
1
-0
/
+1
*
|
lavf/mpegts: Return 0 if the probe function does not detect mpegts.
Carl Eugen Hoyos
2015-06-29
1
-2
/
+2
*
|
avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6
Michael Niedermayer
2015-06-23
1
-1
/
+1
*
|
avformat/mpegts: recognizes and export private streams
Michael Niedermayer
2015-06-12
1
-0
/
+8
*
|
avformat/mpegts: Do not ignore registration descriptors when probing is enabled
Michael Niedermayer
2015-06-10
1
-1
/
+1
*
|
avformat/mpegts: Avoid float in bitrate calculation
Michael Niedermayer
2015-05-26
1
-1
/
+1
[next]