git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
When new streams are detected, look for old filters and close them out.
[ffmpeg.git]
/
libavformat
/
mpegts.c
2007-11-17
Jeff Downs
When new streams are detected, look for old filters...
blob
|
commitdiff
2007-10-20
Nico Sabbi
associate to each AVProgram the indexes of the AVStream...
blob
|
commitdiff
|
diff to current
2007-09-25
Nico Sabbi
added structures and code to keep track of pids<->progr...
blob
|
commitdiff
|
diff to current
2007-09-25
Nico Sabbi
replaced custom tracking of programs/services with...
blob
|
commitdiff
|
diff to current
2007-09-16
Aurelien Jacobs
loosen dependencies over allformats.h
blob
|
commitdiff
|
diff to current
2007-07-19
Panagiotis Issaris
Replace all occurrences of AVERROR_IO with AVERROR...
blob
|
commitdiff
|
diff to current
2007-07-13
Alex Beregszaszi
fix compilation with assert
blob
|
commitdiff
|
diff to current
2007-07-08
Måns Rullgård
update SectionCallback and PESCallback typedefs to...
blob
|
commitdiff
|
diff to current
2007-07-06
Ronald S. Bultje
Use AV_RB* macros where appropriate.
blob
|
commitdiff
|
diff to current
2007-06-08
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-06-08
Michael Niedermayer
remove now unused "global" pcr_pid
blob
|
commitdiff
|
diff to current
2007-06-08
Michael Niedermayer
proper per stream pcr_pid support by (Wolfram Gloger...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
partially revert r2931 (Support raw mpegts streams...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
harmless typo
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
fix indention
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
remove duplicate PAT scaning code and actual PAT scan
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
unused variables
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
dont rescan for information on each pid, but rather...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
move structs and enums to top of file so they can be...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
passing MpegTSFilter to the filters instead of a random...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
do not perform SDT scan at the begin (this avoids a...
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
make new_service() update existing info sanely
blob
|
commitdiff
|
diff to current
2007-06-04
Michael Niedermayer
remove fake service/provider names used for PAT
blob
|
commitdiff
|
diff to current
2007-06-04
Benoit Fouet
Indentation
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
get rid of if(1)
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
get rid of one layer of callback obfuscation
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
kill completely idiotic code which hides all but 2...
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
correct implementation of "try with auto_guess if first...
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
revert r4802 (try with auto_guess if first detection...
blob
|
commitdiff
|
diff to current
2007-06-02
Michael Niedermayer
split mpeg2ts_raw mode into its own demuxer using such...
blob
|
commitdiff
|
diff to current
2007-05-29
Glenn A. Serre
variable initialization (because of a gcc warning)
blob
|
commitdiff
|
diff to current
2007-04-15
Aurelien Jacobs
add an enum for need_parsing
blob
|
commitdiff
|
diff to current
2007-03-12
Panagiotis Issaris
Introduce two new logging functions av_hex_dump_log...
blob
|
commitdiff
|
diff to current
2007-02-13
François Revol
This fixes error handling for BeOS, removing the need...
blob
|
commitdiff
|
diff to current
2007-02-09
Nico Sabbi
demux VC1 in mpegts
blob
|
commitdiff
|
diff to current
2007-01-31
Michel Bardiaux
Add some context to av_log calls.
blob
|
commitdiff
|
diff to current
2007-01-23
Daniel Kristjansson
mpegts-documentation-only.patch -- adds documentation...
blob
|
commitdiff
|
diff to current
2007-01-23
Daniel Kristjansson
"converts printf's to avlog's" patch by Daniel Kristjan...
blob
|
commitdiff
|
diff to current
2006-11-11
Måns Rullgård
make some symbols static
blob
|
commitdiff
|
diff to current
2006-10-23
Aurelien Jacobs
replace coder/decoder file description in libavformat...
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-08-27
Nico Sabbi
scan s->probesize packets instead of MAX_SCAN_PACKETS...
blob
|
commitdiff
|
diff to current
2006-07-10
Måns Rullgård
allow individual selection of muxers and demuxers
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
give AVInput/OutputFormat structs consistent names
blob
|
commitdiff
|
diff to current
2006-07-08
Nico Sabbi
Etsi identifies DTS audio with stream_private+descripto...
blob
|
commitdiff
|
diff to current
2006-06-18
Stefan Huehner
Add const to (mostly) char* and make some functions...
blob
|
commitdiff
|
diff to current
2006-04-01
Måns Rullgård
This patch simply adds demuxing support for AC-3 stream...
blob
|
commitdiff
|
diff to current
2006-04-01
Måns Rullgård
fix memory leak on mpegts close
blob
|
commitdiff
|
diff to current
2006-03-06
Michael Niedermayer
generic crc calculation code
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2006-01-02
Nico Sabbi
try with auto_guess if first detection fails
blob
|
commitdiff
|
diff to current
2006-01-02
Nico Sabbi
added support for DVHS (192) packet size
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-09-23
Diego Biurrun
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
blob
|
commitdiff
|
diff to current
2005-09-06
Måns Rullgård
Kill some compiler warnings. Compiled code verified...
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
changing AVCodecContext codec -> *codec in AVStream...
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
DVB subtitle decoder by (Ian Caulfield: imc25, cam...
blob
|
commitdiff
|
diff to current
2005-05-26
Michael Niedermayer
AVPacket.pos
blob
|
commitdiff
|
diff to current
2005-05-06
Wolfram Gloger
Correct number of bits for PTS.
blob
|
commitdiff
|
diff to current
2005-04-30
Michael Niedermayer
switch to native time bases
blob
|
commitdiff
|
diff to current
2005-02-16
Wolfram Gloger
Writing to freed memory in write_section_data() patch...
blob
|
commitdiff
|
diff to current
2004-10-10
Michael Niedermayer
use native timebase for seeking
blob
|
commitdiff
|
diff to current
2004-07-14
Michael Niedermayer
libdts support by (Benjamin Zores <ben at geexbox dot...
blob
|
commitdiff
|
diff to current
2004-05-31
Michael Niedermayer
fix playback of http://www.zonque.org/test-long.ps
blob
|
commitdiff
|
diff to current
2004-05-23
Michael Niedermayer
store index for seeking in the native timebase of each...
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
move time_base (pts_num/pts_den) from AVFormatContext...
blob
|
commitdiff
|
diff to current
2004-04-13
Wolfram Gloger
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo...
blob
|
commitdiff
|
diff to current
2004-03-26
Wolfram Gloger
Support raw mpegts streams from dvr patch by (wmglo...
blob
|
commitdiff
|
diff to current
2004-02-20
Gildas Bazin
avsync patch by (Gildas Bazin <gbazin at altern dot...
blob
|
commitdiff
|
diff to current
2004-01-08
Gildas Bazin
memleak patch by (Gildas Bazin <gbazin at altern dot...
blob
|
commitdiff
|
diff to current
2003-12-09
Michael Niedermayer
better get_packet_size and probe
blob
|
commitdiff
|
diff to current
2003-11-12
Måns Rullgård
support more codecs in MPEG-TS patch by (mru at kth...
blob
|
commitdiff
|
diff to current
2003-11-10
Fabrice Bellard
seek support
blob
|
commitdiff
|
diff to current
2003-10-29
Fabrice Bellard
mpeg TS demux API (called from RTP layer) - raw mpeg...
blob
|
commitdiff
|
diff to current
2003-10-15
Doug Larrick
Enable decoding of more mpeg-ts streams for pcHDTV...
blob
|
commitdiff
|
diff to current
2003-10-14
Mike Melanson
disable encoders where appropriate (patch courtesy...
blob
|
commitdiff
|
diff to current
2003-07-15
Fabrice Bellard
cosmetic change in resync code - added PAT scanning...
blob
|
commitdiff
|
diff to current
2003-07-10
Isaac Richards
- Looks a tiny bit harder in mpegps_probe() for a valid...
blob
|
commitdiff
|
diff to current
2003-06-28
Michael Niedermayer
try to filter _all_ PATs if no SDT could be found patch...
blob
|
commitdiff
|
diff to current
2003-06-13
Fabrice Bellard
mpeg ts demux uses DVB SI info and generates correct...
blob
|
commitdiff
|
diff to current
2003-04-18
François Revol
avoid detecting mpeg stream when other formats embed...
blob
|
commitdiff
|
diff to current
2003-02-11
Zdenek Kabelac
* UINTX -> uintx_t INTX -> intx_t
blob
|
commitdiff
|
diff to current
2002-11-25
Fabrice Bellard
renamed libav to libavformat
blob
|
commitdiff
|
diff to current