summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.h
Commit message (Expand)AuthorAge
* avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-24
* lavf/mpegts: remove obsolete ff_mpegts_parse_* cruftJames Almer2014-08-11
* lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer2014-08-07
* Merge commit '2601a9447efb778930b01ac58d2cc1d02498db4e'Michael Niedermayer2014-08-05
|\
| * mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye2014-08-05
* | avformat/mpegtsenc: Allow DTS audio copy to TS streamsgoodthanks2014-04-27
* | avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcodePeter Ross2014-03-30
* | avformat/mpegtsenc: fix HEVC MPEG TS stream typeolugbone2014-03-04
* | Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer2013-03-15
|\|
| * mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-29
|\|
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-29
|\|
| * mpegts: MP4 SL supportAlex Converse2011-10-28
| * mpegts: Add support for Sections in PMTAlex Converse2011-10-28
| * mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-28
* | mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-30
|/
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-29
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-13
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* remove definesBaptiste Coudurier2009-05-31
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-23
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
* comment endif directive tokenBenoit Fouet2007-06-19
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* demux VC1 in mpegtsNico Sabbi2007-02-09
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson2007-01-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* added support for DVHS (192) packet sizeNico Sabbi2006-01-02
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer2004-07-07
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-12
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard2003-10-29
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-10
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer2003-06-28