aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
AgeCommit message (Expand)Author
2009-01-23set pts and dts when only pts is present, according to specsBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-13mpegts: replace Program_t typedef with "struct Program"Måns Rullgård
2008-12-03Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun
2008-12-03Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-02spelling cosmeticsDiego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-07-27Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer
2008-07-18MPEGTS: Improve probe functionMåns Rullgård
2008-07-08One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-24Fixing memleaks.Michael Niedermayer
2008-04-23Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer
2008-04-15Using the same probe function in 2 formats is not a good idea.Michael Niedermayer
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi
2008-01-04improve CRC APIAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-17When new streams are detected, look for old filters and close them out.Jeff Downs
2007-10-20associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi
2007-09-25added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi
2007-09-25replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi
2007-09-16loosen dependencies over allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
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