index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpegts.c
Age
Commit message (
Expand
)
Author
2007-07-13
fix compilation with assert
Alex Beregszaszi
2007-07-08
update SectionCallback and PESCallback typedefs to match functions
Måns Rullgård
2007-07-06
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-06-08
simplify
Michael Niedermayer
2007-06-08
remove now unused "global" pcr_pid
Michael Niedermayer
2007-06-08
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...
Michael Niedermayer
2007-06-04
partially revert r2931 (Support raw mpegts streams from dvr)
Michael Niedermayer
2007-06-04
harmless typo
Michael Niedermayer
2007-06-04
fix indention
Michael Niedermayer
2007-06-04
remove duplicate PAT scaning code and actual PAT scan
Michael Niedermayer
2007-06-04
unused variables
Michael Niedermayer
2007-06-04
dont rescan for information on each pid, but rather do it just once by
Michael Niedermayer
2007-06-04
move structs and enums to top of file so they can be used
Michael Niedermayer
2007-06-04
passing MpegTSFilter to the filters instead of a random void *opaque
Michael Niedermayer
2007-06-04
do not perform SDT scan at the begin (this avoids a timeconsuming search for
Michael Niedermayer
2007-06-04
make new_service() update existing info sanely
Michael Niedermayer
2007-06-04
remove fake service/provider names used for PAT
Michael Niedermayer
2007-06-04
Indentation
Benoit Fouet
2007-06-02
get rid of if(1)
Michael Niedermayer
2007-06-02
get rid of one layer of callback obfuscation
Michael Niedermayer
2007-06-02
kill completely idiotic code which hides all but 2 streams
Michael Niedermayer
2007-06-02
correct implementation of "try with auto_guess if first detection fails"
Michael Niedermayer
2007-06-02
revert r4802 (try with auto_guess if first detection fails)
Michael Niedermayer
2007-06-02
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...
Michael Niedermayer
2007-05-29
variable initialization (because of a gcc warning)
Glenn A. Serre
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-03-12
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
Panagiotis Issaris
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-09
demux VC1 in mpegts
Nico Sabbi
2007-01-31
Add some context to av_log calls.
Michel Bardiaux
2007-01-23
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...
Daniel Kristjansson
2007-01-23
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...
Daniel Kristjansson
2006-11-11
make some symbols static
Måns Rullgård
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-08-27
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...
Nico Sabbi
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-08
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
Nico Sabbi
2006-06-18
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-04-01
This patch simply adds demuxing support for AC-3 streams in DVB TS
Måns Rullgård
2006-04-01
fix memory leak on mpegts close
Måns Rullgård
2006-03-06
generic crc calculation code
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-02
try with auto_guess if first detection fails
Nico Sabbi
2006-01-02
added support for DVHS (192) packet size
Nico Sabbi
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-06
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
[next]