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
path: root/tools
AgeCommit message (Expand)Author
2014-08-29patcheck: check for pointer arrays that are not const.Reimar Döffinger
2014-08-22Merge commit '3526ab891c28396ada8b58bf7647309bab30de1d'Michael Niedermayer
2014-08-22qt-faststart: Undefine fseeko/ftello before defining themDiego Biurrun
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-11Add missing initialization for AVProbeData.Reimar Döffinger
2014-08-10tools/fourcc2pixfmt: use avpriv_get_raw_pix_fmt_tags()James Almer
2014-07-08tools/yuvcmp: add HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer
2014-07-05tools/ffeval: print computed value even in case of errorStefano Sabatini
2014-07-03Merge commit 'f920d089535bf7cf10aeda900cc43201c5e18cd0'Michael Niedermayer
2014-07-03Merge commit '6bc4934b75dde9354ee16a6e700ebe6775abf69e'Michael Niedermayer
2014-07-03ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö
2014-07-03ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö
2014-06-10tools/fourcc2pixfmt: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-06-03fix various typosLou Logan
2014-05-17tools: Use av_gettime_relative()Olivier Langlois
2014-05-05tools/ismindex: use av_mallocz_array()Michael Niedermayer
2014-04-29lavc: add codec descriptors for TTF and OTF.Nicolas George
2014-04-29tools/ffhash: implement base64 output.Nicolas George
2014-04-29tools/ffhash: use av_hash_final_hex().Nicolas George
2014-03-29tools/uncoded_frame: fix audio codec generationLukasz Marek
2014-03-23tools: add dvd2concat.Nicolas George
2014-03-13tools/build_libstagefright: switch git urls to httpsMichael Niedermayer
2014-03-01Merge commit 'ea7f79f93796d68559a495be824b6bbd94dfe5f6'Michael Niedermayer
2014-03-01Merge commit 'bb95334c34d0d9abccea370ae25c4765d7764ab8'Michael Niedermayer
2014-03-01Merge commit '63848854256a024a19435e87d6bc76fffa65e81e'Michael Niedermayer
2014-03-01Merge commit '03c2a66fcff9707f71ffef7e61ce5e3973220d4b'Michael Niedermayer
2014-03-01Merge commit '5612244351b2eb3cb4e6225861a0f55aa5d0c475'Michael Niedermayer
2014-03-01Merge commit 'ea15a9a5d8fa6a71af3101b2af18c4dcac07987f'Michael Niedermayer
2014-03-01qt-faststart: Add a note about the -movflags +faststart featureLou Logan
2014-03-01qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö
2014-03-01qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer
2014-03-01qt-faststart: Check the ftello() return codesMichael Niedermayer
2014-03-01qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer
2014-03-01qt-faststart: Check fseeko() return codesMichael Niedermayer
2014-03-01qt-faststart: Simplify code by using a MIN() macroMichael Niedermayer
2014-03-01qt-faststart: Increase the copy buffer size to 64 KBMartin Storsjö
2014-02-13tools/uncoded_frame: fix double freeLukasz Marek
2014-02-11tools: add uncoded_frame test program.Nicolas George
2014-01-17Merge commit '87acd33c092ab9e7d73686627e9105d99c1e4928'Michael Niedermayer
2014-01-17Merge commit '03f2de5856ec8571fcf5f4cf6dccc713294af545'Michael Niedermayer
2014-01-17aviocat: Add support for specifying the input durationMartin Storsjö
2014-01-17aviocat: Check the argv array length before reading element i+1Martin Storsjö
2014-01-07tools/qt-faststart: add -movflags +faststart noteLou Logan
2013-12-23tools/zmqsend: rename ctx to zmq_ctxStefano Sabatini
2013-12-23tools/zmqsend: use valid NULL log contextStefano Sabatini
2013-12-12tools/probetest: Check av_realloc() return codeMichael Niedermayer
2013-12-11tools/: Add gen-rc tool for generating Windows resource filesTimothy Gu
2013-11-09tools/probetest: also print the time the probe functions neededMichael Niedermayer