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
2007-03-03write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård
Originally committed as revision 8196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
Originally committed as revision 6774 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-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 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-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-06generic crc calculation codeMichael Niedermayer
Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-20Properly #ifdef muxer-specific parts.Gildas Bazin
Taken from a patch by Gildas Bazin < gbazin -- @@ -- altern -- . -- org > Originally committed as revision 4869 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
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 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-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-03buggy PCR output (just to keep HW decoders happy) - audio and subtitle ↵Fabrice Bellard
language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets Originally committed as revision 4349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-09double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
"This free is handled in av_write_trailer() since Oct 1 2004, but apparently mpegts was missed at the time." Originally committed as revision 4023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 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-09-16generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard
Originally committed as revision 2282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
Originally committed as revision 2255 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