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: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-09-10
1
-3
/
+3
*
avio: Add const qualifiers to ffio_read_indirect
Ben Avison
2013-08-08
1
-4
/
+4
*
mpegts: Remove one 64-bit integer modulus operation per packet
Ben Avison
2013-08-05
1
-1
/
+4
*
mpegts: Make discard_pid() faster for single-program streams
Ben Avison
2013-08-05
1
-0
/
+11
*
mpegts: Remove one memcpy per packet
Ben Avison
2013-08-05
1
-13
/
+28
*
mpegts: add support for stream_type 0x42, which is CAVS
Can Wu
2013-03-15
1
-0
/
+1
*
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
av_log_missing_feature() ---> avpriv_report_missing_feature()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-8
/
+10
*
mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...
Martin Storsjö
2013-01-20
1
-6
/
+7
*
bitstream: add get_bits64() to support reading more than 32 bits at once
Michael Niedermayer
2012-12-07
1
-13
/
+0
*
mpegts: Drop pointless casting of hex_dump_debug arguments
Diego Biurrun
2012-10-01
1
-3
/
+3
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-2
/
+4
*
mpegts: check substreams before discarding
Christian Schmidt
2012-09-12
1
-1
/
+2
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-52
/
+52
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-2
/
+2
*
mpegts: remove unused/incomplete/broken seeking code
Ronald S. Bultje
2012-06-19
1
-96
/
+0
*
mpegts: Remove disabled extension matching probe.
Alex Converse
2012-06-07
1
-8
/
+0
*
mpegts: Some additional HDMV types and reg descriptors for mpegts
Joakim Plate
2012-05-03
1
-0
/
+6
*
mpegts: Make sure we don't return uninitialized packets
Martin Storsjö
2012-04-27
1
-0
/
+3
*
mpegts: Try seeking back even for nonseekable protocols
Martin Storsjö
2012-04-23
1
-1
/
+1
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-5
/
+5
*
mpegts: Fix dead error checks
Alex Converse
2012-03-26
1
-6
/
+12
*
mpegts: Always honor a registration descriptor if present and there is no oth...
Alex Converse
2012-03-09
1
-2
/
+1
*
mpegts: Pad the packet buffer in handle_packet().
Alex Converse
2012-03-02
1
-1
/
+2
*
mpegts: Do not call read_sl_header() when no bytes remain in the buffer.
Alex Converse
2012-03-02
1
-1
/
+1
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
mpegts: Suppress invalid timebase warnings on DMB streams.
Alex Converse
2011-12-20
1
-1
/
+2
*
mpegts: Fix typo in handling sections in the PMT.
Alex Converse
2011-12-20
1
-1
/
+1
*
mpegts: replace some magic numbers with the existing define
Vladimir Pantelic
2011-12-16
1
-3
/
+3
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
lavf: deprecate av_close_input_stream().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-4
/
+4
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-4
/
+4
*
mpegts: set stream id on just created stream, not an unrelated variable
Anton Khirnov
2011-11-08
1
-1
/
+1
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
mpegts: MP4 SL support
Alex Converse
2011-10-28
1
-21
/
+138
*
mpegts: MP4 OD support
Alex Converse
2011-10-28
1
-0
/
+88
*
mpegts: Add support for Sections in PMT
Alex Converse
2011-10-28
1
-5
/
+35
*
mpegts: Replace the MP4 descriptor parser with a recursive parser.
Alex Converse
2011-10-28
1
-34
/
+140
*
mpegts: Add support for multiple mp4 descriptors
Alex Converse
2011-10-28
1
-16
/
+24
*
mpegts: Parse mpeg2 SL descriptors.
Alex Converse
2011-10-28
1
-1
/
+13
*
lavf: make some seeking functions private
Anton Khirnov
2011-10-28
1
-2
/
+2
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-6
/
+12
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
Fix av_dlog invocations with wrong or missing logging context.
Diego Biurrun
2011-09-21
1
-1
/
+1
*
mpegts: improve error reporting
Georgi Chorbadzhiyski
2011-09-11
1
-1
/
+3
*
mpegts: on seek, reset the cc for all PIDs
Aviad Rozenhek
2011-09-11
1
-5
/
+7
[next]