summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
...
* 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
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-13
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-03
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* spelling cosmeticsDiego Biurrun2008-10-02
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-15
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer2008-07-27
* MPEGTS: Improve probe functionMåns Rullgård2008-07-18
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-08
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Fixing memleaks.Michael Niedermayer2008-04-24
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-23
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-15
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-23
* 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