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 (Collapse)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
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-29mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross
$subject. Have used this for loopback testing with mpegts.c. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) [2. text/x-diff; 0001-mpegtsenc-support-CODEC_ID_AAC_LATM.patch] From 0f7f9db4b7da1793996af6dda84298507703759a Mon Sep 17 00:00:00 2001 From: Peter Ross <pross@xvid.org> Date: Sun, 9 Jan 2011 09:45:50 +1100 Subject: [PATCH] mpegtsenc: support CODEC_ID_AAC_LATM Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-12-29add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines ↵Peter Ross
available to other modules. Originally committed as revision 26125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-02Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier
Patch by Alexis Ballier, alexis D ballier A gmail Originally committed as revision 21601 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14remove useless declarations from mpegts.hBaptiste Coudurier
Originally committed as revision 21205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-25mpegts: change variable-length array to fixed lengthMåns Rullgård
The difference between 188 and 204 is not worth worrying about. Originally committed as revision 19697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-31remove definesBaptiste Coudurier
Originally committed as revision 19004 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 14734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a ↵Nico Sabbi
REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans Originally committed as revision 12180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08remove redundant declaration of mpegts_muxerMåns Rullgård
Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-20comment endif directive tokenBenoit Fouet
Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add multiple inclusion guards to headersMåns Rullgård
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09demux VC1 in mpegtsNico Sabbi
Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-24"removes definition for old crc func" patch by Daniel Kristjansson / danielk ↵Daniel Kristjansson
mrl.nyu edu patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer Originally committed as revision 7673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-08h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer
Originally committed as revision 3293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-13support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård
Originally committed as revision 2511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-29mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake ↵Fabrice Bellard
codec MPEG2TS) Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-10- Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards
needed to detect some files produced by pvr-250/350 capture cards. - Adds AC3 audio support to the mpegts demuxer, and makes it a little more tolerant of bad files. patch by (Isaac Richards <ijr at po dot cwru dot edu>) Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-29try to filter _all_ PATs if no SDT could be found patch by (<gbazin at ↵Michael Niedermayer
altern dot org>) + mpegtsenc.c compile fix by me Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13mpeg ts demux uses DVB SI info and generates correct PTS info - added ↵Fabrice Bellard
prototype mpeg ts mux Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk