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