| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mpegts: add ts stream types for H266/VVC | Thomas Siedel | 2024-01-31 | 1 | -0/+1 |
* | avformat/mpegts: add support for stream_type 0xd4, which is AVS3 | Limin Wang | 2021-10-20 | 1 | -0/+1 |
* | avformat/mpegts: add support for stream_type 0xd2, which is AVS2 | Limin Wang | 2021-10-19 | 1 | -0/+1 |
* | avformat/mpegts: Fix indentation for stream_id constants | zheng qian | 2021-04-28 | 1 | -12/+12 |
* | avformat/mpegts: Add missing constants for MPEG-TS stream_id definitions | zheng qian | 2021-04-28 | 1 | -0/+8 |
* | avformat/mpegts: replace magic descriptor_tag values with defines | Brad Hards | 2020-10-16 | 1 | -0/+10 |
* | avformat/mpegtsenc: support DVB 6A descriptor for AC-3 | Limin Wang | 2020-08-23 | 1 | -0/+16 |
* | avformat/mpegts: add constants for MPEG-TS transport stream identifiers | Brad Hards | 2020-06-09 | 1 | -0/+7 |
* | avformat/mpegtsenc: use standard pids for m2ts | Marton Balint | 2020-04-21 | 1 | -0/+10 |
* | avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDs | Marton Balint | 2019-12-03 | 1 | -0/+2 |
* | avformat/mpegts: add all well known PIDs and TIDs to mpegts.h | Anthony Delannoy | 2019-09-19 | 1 | -6/+68 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets | Stefano Sabatini | 2016-05-19 | 1 | -0/+1 |
* | | avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way | Stefan Pöschel | 2015-12-24 | 1 | -0/+1 |
* | | lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft | James Almer | 2014-08-11 | 1 | -7/+0 |
* | | lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() | James Almer | 2014-08-07 | 1 | -0/+7 |
* | | Merge commit '2601a9447efb778930b01ac58d2cc1d02498db4e' | Michael Niedermayer | 2014-08-05 | 1 | -1/+1 |
|\| |
|
| * | mpegts: Add HEVC definitions | Femi Adeyemi-Ejeye | 2014-08-05 | 1 | -0/+1 |
* | | avformat/mpegtsenc: Allow DTS audio copy to TS streams | goodthanks | 2014-04-27 | 1 | -1/+2 |
* | | avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcode | Peter Ross | 2014-03-30 | 1 | -0/+6 |
* | | avformat/mpegtsenc: fix HEVC MPEG TS stream type | olugbone | 2014-03-04 | 1 | -0/+1 |
* | | Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620' | Michael Niedermayer | 2013-03-15 | 1 | -0/+1 |
|\| |
|
| * | mpegts: add support for stream_type 0x42, which is CAVS | Can Wu | 2013-03-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-29 | 1 | -4/+0 |
|\| |
|
| * | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 1 | -2/+27 |
|\| |
|
| * | mpegts: MP4 SL support | Alex Converse | 2011-10-28 | 1 | -0/+18 |
| * | mpegts: Add support for Sections in PMT | Alex Converse | 2011-10-28 | 1 | -1/+3 |
| * | mpegts: Add support for multiple mp4 descriptors | Alex Converse | 2011-10-28 | 1 | -2/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | mpegtsenc: support CODEC_ID_AAC_LATM | Peter Ross | 2011-01-28 | 1 | -0/+1 |
* | | mpegtsenc: support CODEC_ID_AAC_LATM | Peter Ross | 2011-01-30 | 1 | -0/+1 |
|/ |
|
* | add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab... | Peter Ross | 2010-12-29 | 1 | -0/+18 |
* | Fix warnings about implicit function declaration when compiling rtpdec.c | Alexis Ballier | 2010-02-01 | 1 | -0/+7 |
* | remove useless declarations from mpegts.h | Baptiste Coudurier | 2010-01-13 | 1 | -7/+0 |
* | mpegts: change variable-length array to fixed length | Måns Rullgård | 2009-08-24 | 1 | -0/+2 |
* | remove defines | Baptiste Coudurier | 2009-05-31 | 1 | -6/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Dirac encapsulation in MPEG-TS | Anuradha Suraparaju | 2008-08-13 | 1 | -0/+1 |
* | treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC... | Nico Sabbi | 2008-02-23 | 1 | -0/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | remove redundant declaration of mpegts_muxer | Måns Rullgård | 2007-07-08 | 1 | -2/+0 |
* | comment endif directive token | Benoit Fouet | 2007-06-19 | 1 | -1/+1 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |