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
*
support AVDISCARD_ALL in mpegts demuxer
Baptiste Coudurier
2009-05-27
1
-1
/
+1
*
return error in mpegts_push_data and propagate it
Baptiste Coudurier
2009-05-27
1
-19
/
+27
*
10l, forgot ';', fix compilation
Baptiste Coudurier
2009-05-27
1
-1
/
+1
*
check that len is not negative
Baptiste Coudurier
2009-05-27
1
-0
/
+2
*
demux whole PES packets from TS
Baptiste Coudurier
2009-05-27
1
-23
/
+84
*
move DEBUG define before include to get dprintf
Baptiste Coudurier
2009-05-26
1
-3
/
+3
*
remove useless wrapper
Baptiste Coudurier
2009-04-12
1
-8
/
+2
*
remove useless wrapper
Baptiste Coudurier
2009-04-12
1
-7
/
+1
*
replace DEBUG_SI with DEBUG and use dprintf
Baptiste Coudurier
2009-04-12
1
-31
/
+28
*
Set stream type to ac3 if registration descriptor is present.
Baptiste Coudurier
2009-04-12
1
-0
/
+2
*
simplify registration descriptor parsing with bytestream get functions
Baptiste Coudurier
2009-04-12
1
-18
/
+8
*
Ok, ts demuxer is more complicated than I thought
Björn Axelsson
2009-04-12
1
-1
/
+3
*
fix end of buffer check, fix hang_read_header.h264.ts
Baptiste Coudurier
2009-04-12
1
-1
/
+1
*
avoid creating a new stream not referenced in pmt since it cannot be associat...
Baptiste Coudurier
2009-03-22
1
-5
/
+2
*
Change TS seeking so it returns position/timestamp of a key frame.
Ivan Schreter
2009-02-28
1
-4
/
+12
*
use new metadata API in mpegts demuxer
Aurelien Jacobs
2009-02-10
1
-3
/
+5
*
Fix minor memory leak.
Jindřich Makovička
2009-02-06
1
-0
/
+7
*
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)
Michael Niedermayer
2009-02-03
1
-5
/
+6
*
set pts and dts when only pts is present, according to specs
Baptiste Coudurier
2009-01-23
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
mpegts: replace Program_t typedef with "struct Program"
Måns Rullgård
2008-12-13
1
-7
/
+7
*
Add necessary header for av_set_program_name and av_program_add_stream_index.
Diego Biurrun
2008-12-03
1
-0
/
+1
*
Move declaration of av_set_program_name and av_program_add_stream_index
Diego Biurrun
2008-12-03
1
-2
/
+0
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-2
/
+2
*
spelling cosmetics
Diego Biurrun
2008-10-02
1
-1
/
+1
*
Use enum typers instead of int.
Diego Pettenò
2008-10-02
1
-1
/
+2
*
Add flag to mark demuxers that can output discontinuous timestamps.
Michael Niedermayer
2008-08-15
1
-2
/
+2
*
Dirac encapsulation in MPEG-TS
Anuradha Suraparaju
2008-08-13
1
-1
/
+20
*
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
Michael Niedermayer
2008-07-27
1
-1
/
+1
*
MPEGTS: Improve probe function
Måns Rullgård
2008-07-18
1
-2
/
+2
*
One-bit bitfields should probably be unsigned. Unfortunately, it is left
Erik Hovland
2008-07-08
1
-2
/
+2
*
uniformize AVStream->priv_data freeing in av_close_input_stream
Baptiste Coudurier
2008-06-20
1
-2
/
+0
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-2
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
Fixing memleaks.
Michael Niedermayer
2008-04-24
1
-0
/
+5
*
Ensure that the timestamp reading code used for seeking chooses a position
Michael Niedermayer
2008-04-23
1
-1
/
+6
*
Using the same probe function in 2 formats is not a good idea.
Michael Niedermayer
2008-04-15
1
-1
/
+1
*
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...
Nico Sabbi
2008-02-23
1
-0
/
+27
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-1
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-17
/
+17
*
When new streams are detected, look for old filters and close them out.
Jeff Downs
2007-11-17
1
-2
/
+2
*
associate to each AVProgram the indexes of the AVStreams contained in it
Nico Sabbi
2007-10-20
1
-0
/
+3
*
added structures and code to keep track of pids<->programs mapping: it's needed
Nico Sabbi
2007-09-25
1
-0
/
+98
*
replaced custom tracking of programs/services with calls to with av_new_progr...
Nico Sabbi
2007-09-25
1
-54
/
+7
*
loosen dependencies over allformats.h
Aurelien Jacobs
2007-09-16
1
-1
/
+2
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
fix compilation with assert
Alex Beregszaszi
2007-07-13
1
-1
/
+1
*
update SectionCallback and PESCallback typedefs to match functions
Måns Rullgård
2007-07-08
1
-4
/
+6
[next]