summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* improve CRC APIAurelien Jacobs2008-01-04
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-20
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-25
* replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi2007-09-25
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* fix compilation with assertAlex Beregszaszi2007-07-13
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* simplifyMichael Niedermayer2007-06-08
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-08
* proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer2007-06-08
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-04
* harmless typoMichael Niedermayer2007-06-04
* fix indentionMichael Niedermayer2007-06-04
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-04
* unused variablesMichael Niedermayer2007-06-04
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-04
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-04
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-04
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-04
* make new_service() update existing info sanelyMichael Niedermayer2007-06-04
* remove fake service/provider names used for PATMichael Niedermayer2007-06-04
* IndentationBenoit Fouet2007-06-04
* get rid of if(1)Michael Niedermayer2007-06-02
* get rid of one layer of callback obfuscationMichael Niedermayer2007-06-02
* kill completely idiotic code which hides all but 2 streamsMichael Niedermayer2007-06-02
* correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer2007-06-02
* revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer2007-06-02
* split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...Michael Niedermayer2007-06-02
* variable initialization (because of a gcc warning)Glenn A. Serre2007-05-29
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* demux VC1 in mpegtsNico Sabbi2007-02-09
* Add some context to av_log calls.Michel Bardiaux2007-01-31
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-23
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson2007-01-23
* make some symbols staticMåns Rullgård2006-11-11
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-27
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-01
* fix memory leak on mpegts closeMåns Rullgård2006-04-01