summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-061-17/+12
* simplifyMichael Niedermayer2007-06-081-4/+1
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-081-3/+0
* proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer2007-06-081-9/+9
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-041-8/+0
* harmless typoMichael Niedermayer2007-06-041-1/+1
* fix indentionMichael Niedermayer2007-06-041-8/+7
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-041-57/+2
* unused variablesMichael Niedermayer2007-06-041-2/+1
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-041-26/+14
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-041-28/+28
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-041-25/+18
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-041-18/+1
* make new_service() update existing info sanelyMichael Niedermayer2007-06-041-7/+19
* remove fake service/provider names used for PATMichael Niedermayer2007-06-041-12/+1
* IndentationBenoit Fouet2007-06-041-36/+36
* get rid of if(1)Michael Niedermayer2007-06-021-2/+0
* get rid of one layer of callback obfuscationMichael Niedermayer2007-06-021-16/+4
* kill completely idiotic code which hides all but 2 streamsMichael Niedermayer2007-06-021-6/+4
* correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer2007-06-021-2/+2
* revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer2007-06-021-10/+2
* split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...Michael Niedermayer2007-06-021-10/+21
* variable initialization (because of a gcc warning)Glenn A. Serre2007-05-291-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-121-5/+5
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* demux VC1 in mpegtsNico Sabbi2007-02-091-1/+6
* Add some context to av_log calls.Michel Bardiaux2007-01-311-16/+16
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-231-13/+28
OpenPOWER on IntegriCloud