summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-05
* avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-03
* avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-02
* avutil/eval: minor typoGanesh Ajjanagadde2015-11-01
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-01
* avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-31
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-31
* avutil/rational: use frexp rather than ad-hoc log to get floating point exponentGanesh Ajjanagadde2015-10-30
* avutil/wchar_filename: add av_warn_unused_resultGanesh Ajjanagadde2015-10-30
* avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde2015-10-30
* avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde2015-10-29
* avutil/audio_fifo: add av_warn_unused_resultGanesh Ajjanagadde2015-10-28
* avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde2015-10-28
* lavu/aes: test CBC functionalityRodger Combs2015-10-28
* lavu/aes: align AVAES struct membersRodger Combs2015-10-28
* lavu/aes: add runtime dispatch for crypt functionRodger Combs2015-10-28
* lavu/aes: move AVAES to separate internal headerRodger Combs2015-10-28
* lavu: add AESNI CPU flagRodger Combs2015-10-28
* avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde2015-10-27
* timecode: Support HFR valuesVittorio Giovara2015-10-26
* timecode: Do not fail for non-standard frameratesVittorio Giovara2015-10-26
* avutil/opt: print more meaningful default flags valuesClément Bœsch2015-10-25
* avutil/tree: clean up pointer incompatibility warningsGanesh Ajjanagadde2015-10-25
* avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer2015-10-25
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde2015-10-24
* avutil/qsort: use the do while form for AV_QSORT, AV_MSORTGanesh Ajjanagadde2015-10-23
* avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer2015-10-22
* avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun2015-10-21
* avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun2015-10-21
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-19
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-19
* avutil/opt: display a better default value for int/int64 optionsClément Bœsch2015-10-19
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-18
* opencl: Force the use of 1.2 APIsTimothy Gu2015-10-17
* opencl: Use "opencl" as log context nameTimothy Gu2015-10-17
* opencl: Print compilation logTimothy Gu2015-10-17
* opencl: Print error string when compilation failsTimothy Gu2015-10-17
* avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde2015-10-16
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-16
* avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde2015-10-16
* avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde2015-10-16
* avutil/cast5: update Doxygen for av_cast5_init with return informationGanesh Ajjanagadde2015-10-15
* avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()Michael Niedermayer2015-10-16
* winrt: multithreading supportwang-bin2015-10-16
* Merge commit 'c53e796f8b69799b7ad6d28fbab981d37edf1bc9'Hendrik Leppkes2015-10-14
|\
| * thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-14
* | avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-14
* | avutil/intmath: use de Bruijn based ff_ctzGanesh Ajjanagadde2015-10-14
* | Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes2015-10-14
|\|