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-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-04-23avcodec/motionpixels: use av_mallocz_array()Michael Niedermayer
2013-11-21motionpixels: clip VLC codes.Anton Khirnov
2013-11-17Merge commit '4a4841d4e0f0dc50998511bf6c48b518012024db'Michael Niedermayer
2013-11-16motionpixels: use the AVFrame API properly.Anton Khirnov
2013-10-30avcodec/motionpixels: use av_fast_padded_malloc()Paul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-14avcodec/mationpixels: free memory after malloc failuresPiotr Bandurski
2013-09-14avcodec/mationpixels: check for malloc failuresPiotr Bandurski
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-09motionpixels: Check that the vlc table has been fully initedMichael Niedermayer
2013-02-09motionpixels: Propagate errors in vlc table initMichael Niedermayer
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-01motionpixels: use meaningful error codePaul B Mahol
2012-10-19motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse...Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-28motionpixels: check extradata sizeMichael Niedermayer
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-03motionpixels: Clip YUV values after applying a gradient.Alex Converse
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-10-07motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar
2011-10-07motionpixels: Fix the size of workspace buffersLaurent Aimar
2011-10-07motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar
2011-10-07Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-09-30Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar
2011-09-30Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar
2011-09-29Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar
2011-09-10Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard