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-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
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-09-27fix some signedness warningsMåns Rullgård
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-08-29add support for information in CDXA formatAllan Sandfeld Jensen
2006-08-19fix probing of 02-Penguin.flacMichael Niedermayer
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-04attempt to detect Chinese AVS videoMåns Rullgård
2006-06-29detect audio-only program streams and broken files made by VDRMåns Rullgård
2006-06-29detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård
2006-06-20allow packets with non-zero PES_scrambling_controlMåns Rullgård
2006-03-01add size to AVIndexMichael Niedermayer
2006-02-11mpeg-ps probe 2nd tryMichael Niedermayer
2006-02-08replace probe() by one similar to MPEG-ESMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-16add support for muxing subtitles in mpeg-psAurelien Jacobs
2005-06-03DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard
2005-05-20fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate
2005-03-28PSM support in MPEG-PS demuxer.Måns Rullgård
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-03-13keyframe & non keyframe index fixesMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-02-09-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2004-12-29common.h -> common.h/bitstream.hMichael Niedermayer
2004-12-05This patch takes into account that fifo_realloc may adjust fifo.wptrChriss
2004-12-01fifo_realloc()Michael Niedermayer
2004-11-24DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss
2004-11-21parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ...Michael Niedermayer
2004-10-17user setable preload and max_mux_delayMichael Niedermayer
2004-10-07do not randomize unknown timestampsMichael Niedermayer
2004-10-07user selectable packet_size and mux_rateMichael Niedermayer
2004-10-03AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis...Paul Curtis
2004-10-03initial dts fixMichael Niedermayer
2004-10-03remove wrong 33bit truncation of internal timestampsMichael Niedermayer
2004-10-03pts/dts 100l fixMichael Niedermayer
2004-10-03cleanup video buffer sizeMichael Niedermayer
2004-10-03cleanupMichael Niedermayer
2004-10-03SCR timestamp fix try #1Michael Niedermayer
2004-10-02simplify put_padding_packet()Michael Niedermayer
2004-10-01move free() of AVStream priv data to av_write_trailer()Michael Niedermayer
2004-10-0164bit and reading over the end of the array fixesMichael Niedermayer
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-06-19cvs diff before cvs commitMike Melanson