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
2015-05-24avformat/swfenc: Remove another unneeded float computationMichael Niedermayer
2015-05-24avformat/swfenc: Remove unneeded floatsMichael Niedermayer
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-05-08lavf: use av_fifo_freepLukasz Marek
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-07-26Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2013-02-17Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos
2012-10-28swfenc: zero fifo after freeingMichael Niedermayer
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-12Fix muxing mjpeg in swf.Carl Eugen Hoyos
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09swf: Move shared table out of the header fileDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-06-07swfenc: use av_assertMichael Niedermayer
2012-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-04-24Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-22check av_fifo_alloc returnBaptiste Coudurier
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-02-08Remove const qualifier from function argument to eliminate the warningDiego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs