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
2006-11-11make some symbols staticMåns Rullgård
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-08Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-04-01This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård
2006-04-01fix memory leak on mpegts closeMåns Rullgård
2006-03-06generic crc calculation codeMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-02try with auto_guess if first detection failsNico Sabbi
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-06Correct number of bits for PTS.Wolfram Gloger
2005-05-01switch to native time basesMichael Niedermayer
2005-02-17Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmg...Wolfram Gloger
2004-10-11use native timebase for seekingMichael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-05-31fix playback of http://www.zonque.org/test-long.psMichael Niedermayer
2004-05-23store index for seeking in the native timebase of each streamMichael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-04-13Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot un...Wolfram Gloger
2004-03-26Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m...Wolfram Gloger
2004-02-20avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2004-01-08memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2003-12-09better get_packet_size and probeMichael 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-11-10seek supportFabrice Bellard
2003-10-29mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard
2003-10-15Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <do...Doug Larrick
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-07-15cosmetic change in resync code - added PAT scanning code if no SDT is found (...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
2003-04-18avoid detecting mpeg stream when other formats embed mp3 tracks.François Revol
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard