summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-15Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer5-59/+129
2013-03-15mpegts: add support for stream_type 0x42, which is CAVSCan Wu4-0/+6
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-77/+76
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun8-18/+3
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-720/+1342
2011-10-28mpegts: MP4 SL supportAlex Converse3-21/+157
2011-10-28mpegts: Add support for Sections in PMTAlex Converse3-7/+39
2011-10-28mpegts: Add support for multiple mp4 descriptorsAlex Converse3-19/+32
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-30mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2-0/+4
2011-01-28mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2-0/+4
2010-12-29add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2-77/+108
2010-02-01Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier3-7/+14
2010-01-13remove useless declarations from mpegts.hBaptiste Coudurier2-8/+20
2009-08-24mpegts: change variable-length array to fixed lengthMåns Rullgård2-1/+3
2009-05-31remove definesBaptiste Coudurier2-13/+6
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju3-2/+62
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2-0/+28
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-08remove redundant declaration of mpegts_muxerMåns Rullgård1-2/+0
2007-06-19comment endif directive tokenBenoit Fouet1-1/+1
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-02-09demux VC1 in mpegtsNico Sabbi2-1/+7
2007-01-23"removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson1-1/+0
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård72-299/+299
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2006-01-02added support for DVHS (192) packet sizeNico Sabbi2-7/+12
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer9-178/+1946
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer14-6/+635
2004-07-07h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer1-1/+1
2003-11-12support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård3-14/+66
2003-10-29mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard2-77/+302
2003-07-10- Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards3-19/+50
2003-06-28try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer3-21/+29
2003-06-13mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard4-156/+1398