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
AgeCommit message (Expand)Author
2013-06-05avutil/mem: simplify av_reallocp_array() by using av_realloc_f()Michael Niedermayer
2013-06-05Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-06-03Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer
2013-06-02avutil/sha: reorder Maj argumentsMichael Niedermayer
2013-06-02cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun
2013-06-02avutil/sha512: Reshuffle Maj() operandsMichael Niedermayer
2013-06-02lavu: Add SHA-2 512 hashingJames Almer
2013-06-01avutil/crc: Dont limit CRC32 standard tablesJames Almer
2013-05-31av_d2q: Add a special case for |value| > MAX and |value| < 1/MAXMichael Niedermayer
2013-05-30Add AV_HASH_MAX_SIZE.Reimar Döffinger
2013-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-27arm: Only output eabi attributes if building for ELFMartin Storsjö
2013-05-26av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer
2013-05-26av_d2q: Avoid llrint(), its not correctly implemented in old netbsdMichael Niedermayer
2013-05-25avutil/md5: reindent after previous commitsGiorgio Vazzana
2013-05-25av_d2q: fix rounding for negative valuesMichael Niedermayer
2013-05-25av_d2q: Fix infinity checkMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24avutil/bprint: Fix doxygen commentsMichael Niedermayer
2013-05-24Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer
2013-05-24cpu: Include common.h for av_popcount64Martin Storsjö
2013-05-24lavu/opencl: remove semi-colon from macro.Clément Bœsch
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-22pixdesc: mark gray8 as pseudopalAnton Khirnov
2013-05-22lavu/opt: check if class is NULL tooPaul B Mahol
2013-05-21avutil/pixfmt: add forgotten deprecated to YUVJ411Michael Niedermayer
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-21avutil/frame: continue to process bufs even if some are emptyXidorn Quan
2013-05-21avutil/md5: move loop inside inner functionGiorgio Vazzana
2013-05-20avutil/hmac: silence pointer type warningsMichael Niedermayer
2013-05-20md5: optimize second round by using 4-operation form of G()Giorgio Vazzana
2013-05-18Merge commit '40020e171a3549a2c0b65ce6f2649aec868872f2'Michael Niedermayer
2013-05-18Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer
2013-05-17md5: avoid unnecessary copying.Reimar Döffinger
2013-05-17doxy: add a section about versioning.Anton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
2013-05-16Rename ffadler to ffhash and expand it using the generic hash APIJames Almer
2013-05-16Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer
2013-05-16lavu/hash: Fix CRC32 calculationJames Almer
2013-05-16lavu/hash: Fix adler32 calculationJames Almer
2013-05-16Remove commented-out #includesDiego Biurrun
2013-05-15murmur3: fix memleakMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15Clarify output of av_get_bits_per_pixelKieran Kunhya
2013-05-14lavu/hash: Fix name of SHA224James Almer