projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
replace DEBUG_SI with DEBUG and use dprintf
[ffmpeg.git]
/
libavformat
/
mpegts.c
2009-04-12
Baptiste Coudurier
replace DEBUG_SI with DEBUG and use dprintf
blob
|
commitdiff
2009-04-12
Baptiste Coudurier
Set stream type to ac3 if registration descriptor is...
blob
|
commitdiff
|
diff to current
2009-04-12
Baptiste Coudurier
simplify registration descriptor parsing with bytestrea...
blob
|
commitdiff
|
diff to current
2009-04-12
Björn Axelsson
Ok, ts demuxer is more complicated than I thought
blob
|
commitdiff
|
diff to current
2009-04-12
Baptiste Coudurier
fix end of buffer check, fix hang_read_header.h264.ts
blob
|
commitdiff
|
diff to current
2009-03-22
Baptiste Coudurier
avoid creating a new stream not referenced in pmt since...
blob
|
commitdiff
|
diff to current
2009-02-28
Ivan Schreter
Change TS seeking so it returns position/timestamp...
blob
|
commitdiff
|
diff to current
2009-02-10
Aurelien Jacobs
use new metadata API in mpegts demuxer
blob
|
commitdiff
|
diff to current
2009-02-06
Jindřich Makovička
Fix minor memory leak.
blob
|
commitdiff
|
diff to current
2009-02-03
Michael Niedermayer
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
blob
|
commitdiff
|
diff to current
2009-01-23
Baptiste Coudurier
set pts and dts when only pts is present, according...
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-11
Diego Biurrun
Fix build: Add intreadwrite.h and bswap.h #includes...
blob
|
commitdiff
|
diff to current
2008-12-13
Måns Rullgård
mpegts: replace Program_t typedef with "struct Program"
blob
|
commitdiff
|
diff to current
2008-12-03
Diego Biurrun
Add necessary header for av_set_program_name and av_pro...
blob
|
commitdiff
|
diff to current
2008-12-03
Diego Biurrun
Move declaration of av_set_program_name and av_program_...
blob
|
commitdiff
|
diff to current
2008-12-03
Diego Biurrun
Delete unnecessary 'extern' keywords.
blob
|
commitdiff
|
diff to current
2008-10-02
Diego Biurrun
spelling cosmetics
blob
|
commitdiff
|
diff to current
2008-10-02
Diego Pettenò
Use enum typers instead of int.
blob
|
commitdiff
|
diff to current
2008-08-15
Michael Niedermayer
Add flag to mark demuxers that can output discontinuous...
blob
|
commitdiff
|
diff to current
2008-08-13
Anuradha Suraparaju
Dirac encapsulation in MPEG-TS
blob
|
commitdiff
|
diff to current
2008-07-27
Michael Niedermayer
Fix misdetection of H.264 in mpegts as mpeg1video in...
blob
|
commitdiff
|
diff to current
2008-07-18
Måns Rullgård
MPEGTS: Improve probe function
blob
|
commitdiff
|
diff to current
2008-07-08
Erik Hovland
One-bit bitfields should probably be unsigned. Unfortun...
blob
|
commitdiff
|
diff to current
2008-06-20
Baptiste Coudurier
uniformize AVStream->priv_data freeing in av_close_inpu...
blob
|
commitdiff
|
diff to current
2008-06-03
Stefano Sabatini
Make long_names in lavf/lavdev optional depending on...
blob
|
commitdiff
|
diff to current
2008-05-09
Diego Biurrun
Use full path for #includes from another directory.
blob
|
commitdiff
|
diff to current
2008-05-06
Diego Biurrun
Remove unnecessary parentheses from return calls.
blob
|
commitdiff
|
diff to current
2008-04-24
Michael Niedermayer
Fixing memleaks.
blob
|
commitdiff
|
diff to current
2008-04-23
Michael Niedermayer
Ensure that the timestamp reading code used for seeking...
blob
|
commitdiff
|
diff to current
2008-04-15
Michael Niedermayer
Using the same probe function in 2 formats is not a...
blob
|
commitdiff
|
diff to current
2008-02-23
Nico Sabbi
treat stream_type==0x82 as AUDIO_DTS when the program...
blob
|
commitdiff
|
diff to current
2008-01-04
Aurelien Jacobs
improve CRC API
blob
|
commitdiff
|
diff to current
2007-11-21
Björn Axelsson
Use dynamically allocated ByteIOContext in AVFormatContext
blob
|
commitdiff
|
diff to current
2007-11-17
Jeff Downs
When new streams are detected, look for old filters...
blob
|
commitdiff
|
diff to current
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
next