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-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-08lavc: fix forgotten "que" reference.Clément Bœsch
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2012-10-04afq: sanity assert on remaining_samplesMichael Niedermayer
2012-10-04afq: update remaining samples variable.Michael Niedermayer
2012-08-29audio_frame_que: remove broken code that is specific to old audio_queMichael Niedermayer
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-28audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö
2012-08-26audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-05-15audio_frame_queue: fix null ptr dereferenceMichael Niedermayer
2012-05-08audio_frame_que: simplifyMichael Niedermayer
2012-03-21avcodec: add code for a frame queue for use by audio encoders with delayJustin Ruggles