summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-30
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-29
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-20
* do not parse full header for private streamsBaptiste Coudurier2009-06-02
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
* export data from private streamsBaptiste Coudurier2009-06-02
* initialize pes state to skipBaptiste Coudurier2009-05-31
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
* give context to dprintfBaptiste Coudurier2009-05-31
* print registration descriptor in debugBaptiste Coudurier2009-05-31
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
* reindentBaptiste Coudurier2009-05-31
* remove no longer needed initBaptiste Coudurier2009-05-31
* factorizeBaptiste Coudurier2009-05-31
* simplify and mergeBaptiste Coudurier2009-05-31
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
* remove definesBaptiste Coudurier2009-05-31
* rework stream type and codec identificationBaptiste Coudurier2009-05-31
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
* export all streams in ts demuxerBaptiste Coudurier2009-05-31
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-27
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-27
* check that len is not negativeBaptiste Coudurier2009-05-27
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-26
* remove useless wrapperBaptiste Coudurier2009-04-12
* remove useless wrapperBaptiste Coudurier2009-04-12
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-12
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-12
* simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier2009-04-12
* Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson2009-04-12
* fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier2009-04-12
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-22
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-10
* Fix minor memory leak.Jindřich Makovička2009-02-06
* Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer2009-02-03
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19