Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-04-01tools/sidxindex: Use av_*malloc_array()Michael Niedermayer
2015-03-19Merge commit '30a041887f89cd97c372ad6a516da6e012f2c88b'Michael Niedermayer
2015-03-19ismindex: Calculate the pts duration of trun atoms, not the dts durationMartin Storsjö
2015-02-23tools/graph2dot: Check for av_malloc() failureMichael Niedermayer
2015-02-22tools/trasher: Check fseek returnsMichael Niedermayer
2015-02-22Add coverity model fileMichael Niedermayer
2015-02-21tools: added twofish supportSupraja Meedinti
2015-01-26tools/crypto_bench: add Camellia supportJames Almer
2015-01-09tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06tools/ismindex.c: Use av_realloc_array()Michael Niedermayer
2015-01-06tools/ismindex: Keep count fields consistent with arrays in case of errorsMichael Niedermayer
2015-01-03Merge commit '470c9db11ff2c3249e995e7ba68e87bb81bf778c'Michael Niedermayer
2015-01-03Merge commit '5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a'Michael Niedermayer
2015-01-03sidxindex: Remove parsing that isn't necessary any longerMartin Storsjö
2015-01-03sidxindex: Don't adjust the Period start time depending on the track start timeMartin Storsjö
2014-12-23tools/probetest: support testing a single specified input formatMichael Niedermayer
2014-11-24Merge commit '6f26f14f134e753d6168591f30815b1c08c1498b'Michael Niedermayer
2014-11-24sidxindex: Write mimeType=audio/mp4 for audio-only representationsMartin Storsjö
2014-11-18Merge commit 'c302d034ba2690a935df8bf7e4f5d44ed86e8d5c'Michael Niedermayer
2014-11-17tools: Add a sidxindex toolMartin Storsjö
2014-10-25tools/ffhash: read errno before calling functions which might change itMichael Niedermayer
2014-10-24tools: Use av_gettime_relativeOlivier Langlois
2014-10-22tools/crypto_bench: add CAST5 supportJames Almer
2014-10-16Merge commit '979932378ae3fbf452e312eb759cc7ce175f78de'Michael Niedermayer
2014-10-16ismindex: use tfhd default duration if no sample durationMika Raento
2014-10-09Merge commit '2bc220958c7570020d87ee353db65460b518998a'Michael Niedermayer
2014-10-09ismindex: handle discontinuous streams betterMika Raento
2014-10-09ismindex: handle discontinuous streams betterMika Raento
2014-09-16tools/crypto_bench: fix build when AV_READ_TIME is unavailableMichael Niedermayer
2014-09-16Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc'Michael Niedermayer
2014-09-15ismindex: handle time discontinuities and nonzero start timeMika Raento
2014-09-08Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0'Michael Niedermayer
2014-09-08ismindex: Avoid writing ismf files if no base name has been specifiedMartin Storsjö
2014-09-05Merge commit 'b21e989a3c076d94cfdde0303724db841dd60cad'Michael Niedermayer
2014-09-05ismindex: produce .ismf fileMika Raento
2014-09-03Merge commit 'c487972ed0e1eaebdbe4a13cdd191e119be0b19c'Michael Niedermayer
2014-09-03ismindex: recover from completely empty streamsMika Raento
2014-09-02Merge commit 'e48d1ea541be4592ebac89875557407ca958b7a9'Michael Niedermayer
2014-09-02ismindex: improve diagnosticsMika Raento
2014-09-02tools/normalize.py: both input and output file names are requiredMark Harris
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