Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-29mpegts: MP4 SL supportAlex Converse
2011-10-29mpegts: Add support for Sections in PMTAlex Converse
2011-10-29mpegts: Add support for multiple mp4 descriptorsAlex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross
2010-12-29add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross
2010-02-02Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier
2010-01-14remove useless declarations from mpegts.hBaptiste Coudurier
2009-08-25mpegts: change variable-length array to fixed lengthMåns Rullgård
2009-05-31remove definesBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-08remove redundant declaration of mpegts_muxerMåns Rullgård
2007-06-20comment endif directive tokenBenoit Fouet
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-02-09demux VC1 in mpegtsNico Sabbi
2007-01-24"removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-07-08h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer
2003-11-13support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård
2003-10-29mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard
2003-07-10- Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards
2003-06-29try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer
2003-06-13mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard