aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
AgeCommit message (Expand)Author
2007-07-13fix compilation with assertAlex Beregszaszi
2007-07-08update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-08simplifyMichael Niedermayer
2007-06-08remove now unused "global" pcr_pidMichael Niedermayer
2007-06-08proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer
2007-06-04partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer
2007-06-04harmless typoMichael Niedermayer
2007-06-04fix indentionMichael Niedermayer
2007-06-04remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer
2007-06-04unused variablesMichael Niedermayer
2007-06-04dont rescan for information on each pid, but rather do it just once byMichael Niedermayer
2007-06-04move structs and enums to top of file so they can be usedMichael Niedermayer
2007-06-04passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer
2007-06-04do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer
2007-06-04make new_service() update existing info sanelyMichael Niedermayer
2007-06-04remove fake service/provider names used for PATMichael Niedermayer
2007-06-04IndentationBenoit Fouet
2007-06-02get rid of if(1)Michael Niedermayer
2007-06-02get rid of one layer of callback obfuscationMichael Niedermayer
2007-06-02kill completely idiotic code which hides all but 2 streamsMichael Niedermayer
2007-06-02correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer
2007-06-02revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer
2007-06-02split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...Michael Niedermayer
2007-05-29variable initialization (because of a gcc warning)Glenn A. Serre
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-09demux VC1 in mpegtsNico Sabbi
2007-01-31Add some context to av_log calls.Michel Bardiaux
2007-01-23mpegts-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-11make some symbols staticMåns Rullgård
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-08Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-04-01This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård
2006-04-01fix memory leak on mpegts closeMåns Rullgård
2006-03-06generic crc calculation codeMichael Niedermayer
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-02try with auto_guess if first detection failsNico Sabbi
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-06Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer