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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-09Merge commit '161a301d44274645c2272855dac3e4664f935603'Michael Niedermayer
2015-07-09Merge commit 'd09b4cce21cdad5ef2855698395ffd6e37445212'Michael Niedermayer
2015-07-04mpjpeg: Write the Content-lengthFrank Heckenbach
2015-07-04mpjpeg: Simplify using avio_printfLuca Barbato
2014-10-29avformat/mpjpeg: make boundary tag user customizableMichael Niedermayer
2014-06-18Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-03-10mpjpeg: video streaming will no longer break and stop on FirefoxZalewa PL
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2009-02-12cosmetics: format long_name spelling fixesDiego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-10remove -f singlejpeg as its identical to -f mjpegMichael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-02added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod...Fabrice Bellard