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
...
*
|
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
*
|
avformat/mpegts: Detect changes in packet through CRC instead of just the 5bi...
Michael Niedermayer
2015-05-01
1
-1
/
+7
*
|
avformat/mpegts: reset last_ver on corrupted packets
Michael Niedermayer
2015-05-01
1
-1
/
+4
*
|
avformat/mpegts: Factorize version checking code out
Michael Niedermayer
2015-05-01
1
-8
/
+14
*
|
avformat/mpegts: Also parse the FMC descriptor if the codec has not been iden...
Michael Niedermayer
2015-04-29
1
-1
/
+3
*
|
avformat/mpegts: reset last_version on seeking
Michael Niedermayer
2015-04-29
1
-0
/
+2
*
|
Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'
Michael Niedermayer
2015-04-29
1
-0
/
+20
|
\
\
|
|
/
|
*
mpegts: Update the PSI/SI table only if the version change
John Högberg
2015-04-28
1
-0
/
+20
*
|
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-20
1
-17
/
+17
|
\
\
|
|
/
|
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-18
/
+18
*
|
avformat/mpegts: Fix potential pointer overflows
Michael Niedermayer
2015-03-16
1
-3
/
+3
*
|
Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
Michael Niedermayer
2015-02-14
1
-2
/
+2
|
\
\
|
|
/
|
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-2
/
+2
*
|
Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213'
Michael Niedermayer
2015-02-11
1
-8
/
+10
|
\
\
|
|
/
|
*
mpegts: relax restrictions on matching the packet start in read_header
Anton Khirnov
2015-02-10
1
-8
/
+10
*
|
Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'
Michael Niedermayer
2015-02-11
1
-1
/
+0
|
\
\
|
|
/
|
*
lavf: remove unused code
wm4
2015-02-08
1
-1
/
+0
*
|
mpegts: identify h264 mvc streams
Hendrik Leppkes
2015-01-14
1
-0
/
+1
*
|
Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'
Michael Niedermayer
2014-12-20
1
-5
/
+6
|
\
\
|
|
/
|
*
mpegts: add support for Opus
Kieran Kunhya
2014-12-20
1
-1
/
+53
*
|
Merge commit '8b263331c5ebbb10b6ea521e9fd56751ba94254b'
Michael Niedermayer
2014-12-19
1
-1
/
+4
|
\
\
|
|
/
|
*
mpegts: check get16() return value
Vittorio Giovara
2014-12-18
1
-1
/
+4
*
|
avformat/mpegts: Warn if ffio_ensure_seekback() failed
Michael Niedermayer
2014-12-06
1
-1
/
+2
*
|
avformat/mpegts: fix Opus stream count
Rafaël Carré
2014-12-05
1
-2
/
+1
*
|
avformat/mpegts: improve first valid PMT heuristic
Michael Niedermayer
2014-11-08
1
-1
/
+6
*
|
avformat/mpegts: add scan_all_pmts option
Michael Niedermayer
2014-11-08
1
-1
/
+7
*
|
avformat/mpegts: fix iteration count in add_pid_to_pmt()
Michael Niedermayer
2014-11-04
1
-1
/
+1
*
|
avformat/mpegts: also print PMT version in av_dlog()
Michael Niedermayer
2014-11-04
1
-2
/
+2
*
|
avformat/mpegts: Continue parsing PMTs during duration estimation
Michael Niedermayer
2014-11-03
1
-3
/
+3
*
|
avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()
Michael Niedermayer
2014-11-03
1
-0
/
+6
*
|
avformat/mpegts: Add support for Opus in MPEG-TS
Kieran Kunhya
2014-10-26
1
-1
/
+53
*
|
mpegts: add the judgement if a new program is created successfully
Di Wu
2014-10-16
1
-2
/
+4
*
|
avformat/mpegts: use a padded buffer in read_sl_header()
Michael Niedermayer
2014-10-04
1
-1
/
+5
*
|
avformat/mpegts: Check desc_len / get8() return code
Michael Niedermayer
2014-10-04
1
-1
/
+1
*
|
avformat/mpegts: Improve probe heuristic by considering the overall frequency...
Michael Niedermayer
2014-09-13
1
-4
/
+3
*
|
avformat/mpegts: fix spelling error
Andreas Cadhalpun
2014-09-06
1
-1
/
+1
*
|
avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11...
Michael Niedermayer
2014-09-03
1
-19
/
+19
*
|
Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74'
Michael Niedermayer
2014-09-03
1
-5
/
+13
|
\
\
|
|
/
|
*
mpegts: Allow custom max resync size
Luca Barbato
2014-09-03
1
-2
/
+22
*
|
avformat/mpegts: favor DESC_types over probed codecs
Michael Niedermayer
2014-09-01
1
-1
/
+1
*
|
avformat/mpegts: Use differential score for analyze()
Michael Niedermayer
2014-08-16
1
-1
/
+4
*
|
mpegts: always parse pcr
Marton Balint
2014-08-16
1
-7
/
+5
[prev]
[next]