summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-271-1/+1
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-271-19/+27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-271-1/+1
* check that len is not negativeBaptiste Coudurier2009-05-271-0/+2
* demux whole PES packets from TSBaptiste Coudurier2009-05-271-23/+84
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-261-3/+3
* remove useless wrapperBaptiste Coudurier2009-04-121-8/+2
* remove useless wrapperBaptiste Coudurier2009-04-121-7/+1
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-121-31/+28
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-121-0/+2
* simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier2009-04-121-18/+8
* Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson2009-04-121-1/+3
* fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier2009-04-121-1/+1
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-221-5/+2
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-281-4/+12
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-101-3/+5
* Fix minor memory leak.Jindřich Makovička2009-02-061-0/+7
* Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer2009-02-031-5/+6
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-231-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-131-7/+7
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-031-0/+1
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-031-2/+0
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-2/+2
* spelling cosmeticsDiego Biurrun2008-10-021-1/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+2
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-151-2/+2
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-131-1/+20
* Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer2008-07-271-1/+1
* MPEGTS: Improve probe functionMåns Rullgård2008-07-181-2/+2
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-081-2/+2
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-201-2/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Fixing memleaks.Michael Niedermayer2008-04-241-0/+5
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-231-1/+6
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-151-1/+1
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-231-0/+27
* improve CRC APIAurelien Jacobs2008-01-041-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-17/+17
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-171-2/+2
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-201-0/+3
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-251-0/+98
* replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi2007-09-251-54/+7
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* fix compilation with assertAlex Beregszaszi2007-07-131-1/+1
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-081-4/+6
OpenPOWER on IntegriCloud