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
2016-04-21Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis
2016-04-20x86inc: Enable AVX emulation in additional casesAnton Mitrofanov
2016-04-20x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner
2016-04-19Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0'Derek Buitenhuis
2016-04-17Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7'Derek Buitenhuis
2016-04-14Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4'Derek Buitenhuis
2016-04-14Merge commit 'd264c720f7b74286840719e506daba39f83b438b'Derek Buitenhuis
2016-04-14Merge commit 'b1f01e85a92d401a9b29c79f23db36b7685e8c09'Derek Buitenhuis
2016-04-13Merge commit '328e9a15c568843580ff3ff490748d545f16def8'Derek Buitenhuis
2016-04-13Merge commit '7480d001312d9ba706333ec970264ed9df3f82cb'Derek Buitenhuis
2016-04-13Merge commit '7a6cf2771414c7ab8bca0811d589f6091a6e2b71'Derek Buitenhuis
2016-04-02lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini
2016-04-01lavu: improve documentation of some AVFrame functionswm4
2016-03-29fix some a/an typosLou Logan
2016-03-25lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann
2016-03-24avutil/parseutils: mark args as static constMichael Niedermayer
2016-03-24Added more tests to libavutil/parseutils.cPetru Rares Sincraian
2016-03-24testprogs: Clean up #includesDiego Biurrun
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24opt: Add const to av_opt_nextLukasz Marek
2016-03-24Refactor libavutil/parseutils.cPetru Rares Sincraian
2016-03-23opt-test: Merge struct declaration and initializationDiego Biurrun
2016-03-23opt-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-23des-test: Move a variable declaration to avoid an ifdefDiego Biurrun
2016-03-23parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-22Added a selftest to libavutil/display.cPetru Rares Sincraian
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-03-19lavu: add a way to query hwcontext frame constraintsMark Thompson
2016-03-18lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde
2016-03-15avutil/dict: add warning to docs about invalidating existing entries when add...Marton Balint
2016-03-15avutil/dict: do not realloc entries when deleting a non-existing itemMarton Balint
2016-03-13lavu/lfg-test: add simple sample mean, stddev checksGanesh Ajjanagadde
2016-03-12avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer
2016-03-11avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer
2016-03-10avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer
2016-03-09Add tests for functions in hash.cNagaChaitanya Vellanki
2016-03-09mips: add support for R6Vicente Olivert Riera
2016-03-07buffer: drop a reference to a non-existing function from the docsAnton Khirnov
2016-03-07pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxyAnton Khirnov
2016-03-05lavu: improve documentation of some AVFrame functionswm4
2016-03-03avutil/color_utils: Mark test_data as static constMichael Niedermayer
2016-03-03Add test for avpriv_get_trc_function_from_trc functionNagaChaitanya Vellanki
2016-03-01lavu/rational: add more info regarding floor(x+0.5) usageGanesh Ajjanagadde
2016-02-28Document and validate AVFrame plane pointers.Reimar Döffinger
2016-02-28avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis