summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: add support for stream_type 0xd4, which is AVS3Limin Wang2021-10-201-0/+1
* avformat/mpegts: add support for stream_type 0xd2, which is AVS2Limin Wang2021-10-191-0/+1
* avformat/mpegts: Fix indentation for stream_id constantszheng qian2021-04-281-12/+12
* avformat/mpegts: Add missing constants for MPEG-TS stream_id definitionszheng qian2021-04-281-0/+8
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-161-0/+10
* avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang2020-08-231-0/+16
* avformat/mpegts: add constants for MPEG-TS transport stream identifiersBrad Hards2020-06-091-0/+7
* avformat/mpegtsenc: use standard pids for m2tsMarton Balint2020-04-211-0/+10
* avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint2019-12-031-0/+2
* avformat/mpegts: add all well known PIDs and TIDs to mpegts.hAnthony Delannoy2019-09-191-6/+68
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini2016-05-191-0/+1
* | avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-241-0/+1
* | lavf/mpegts: remove obsolete ff_mpegts_parse_* cruftJames Almer2014-08-111-7/+0
* | lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer2014-08-071-0/+7
* | Merge commit '2601a9447efb778930b01ac58d2cc1d02498db4e'Michael Niedermayer2014-08-051-1/+1
|\ \ | |/
| * mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye2014-08-051-0/+1
* | avformat/mpegtsenc: Allow DTS audio copy to TS streamsgoodthanks2014-04-271-1/+2
* | avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcodePeter Ross2014-03-301-0/+6
* | avformat/mpegtsenc: fix HEVC MPEG TS stream typeolugbone2014-03-041-0/+1
* | Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer2013-03-151-0/+1
|\ \ | |/
| * mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-2/+2
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-291-4/+0
|\ \ | |/
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-291-2/+27
|\ \ | |/
| * mpegts: MP4 SL supportAlex Converse2011-10-281-0/+18
| * mpegts: Add support for Sections in PMTAlex Converse2011-10-281-1/+3
| * mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-281-2/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-281-0/+1
* | mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-301-0/+1
|/
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-291-0/+18
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-011-0/+7
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-131-7/+0
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-241-0/+2
* remove definesBaptiste Coudurier2009-05-311-6/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-131-0/+1
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-231-0/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-081-2/+0
* comment endif directive tokenBenoit Fouet2007-06-191-1/+1
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* demux VC1 in mpegtsNico Sabbi2007-02-091-0/+1