summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Merge commit '0232ba62a28527579e34d44700b48017cc727e5f'Michael Niedermayer2015-02-11
|\
| * frame: clarify buf documentationAnton Khirnov2015-02-08
* | avutil/error: list most common error code in error_entries when strerror_r() ...Michael Niedermayer2015-02-10
* | libavutil: camellia: remove unwanted memory loadsSupraja Meedinti2015-02-10
* | pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygenwm42015-02-10
* | avutil: check pixdescs in a different placewm42015-02-10
* | avutil: move internal function out of public headerwm42015-02-10
* | avutil/camellia: Remove redundant castsMichael Niedermayer2015-02-09
* | avutil/camellia: Fix indention & whitespaceMichael Niedermayer2015-02-09
* | libavutil: optimize camellia cipherSupraja Meedinti2015-02-09
* | pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGSTimothy Gu2015-02-07
* | avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording abou...Michael Niedermayer2015-02-07
* | avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar fo...Michael Niedermayer2015-02-07
* | avutil/pixfmt: Clarify the meaning of the "alpha" bit in rgb555/bgr555Michael Niedermayer2015-02-07
* | avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formatsMichael Niedermayer2015-02-07
* | avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-06
* | avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-06
* | x86: lavu/x264asm: fix ymm register instantiationChristophe Gisquet2015-02-04
* | avutil/mem: replace remaining void **/*** casts by memcpy()Michael Niedermayer2015-02-03
* | lavu/x86/x86inc: deprecate INIT_AVXJames Darnley2015-02-02
* | x264asm: warn when inappropriate instruction used in function with specified ...Anton Mitrofanov2015-02-02
* | Merge commit '60392480181f24ebf3ab48d8ac3614705de90152'Michael Niedermayer2015-02-01
|\|
| * mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-01
| * lavu: Check av_dict_set allocationsLuca Barbato2015-01-29
* | libavutil: Added twofish symmetric block cipherSupraja Meedinti2015-01-29
* | avutil/aes: Rename crypt()Michael Niedermayer2015-01-28
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-27
|\|
| * Add a side data type for audio service type.Anton Khirnov2015-01-27
* | avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentationMichael Niedermayer2015-01-24
* | avutil/buffer: factor buffer_replace() outMichael Niedermayer2015-01-23
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer2015-01-15
* | avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer2015-01-15
* | Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a'Michael Niedermayer2015-01-15
|\|
| * lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-14
* | Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'Michael Niedermayer2015-01-15
|\|
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-14
* | avutil/opencl: don't include config.hJames Almer2015-01-12
* | Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer2015-01-06
|\|
| * opt: check memory allocationVittorio Giovara2015-01-05
* | Factorize avpriv_mirror() outMichael Niedermayer2015-01-05
* | avutil/camellia: cosmetic fixesGiorgio Vazzana2015-01-02
* | avutil/camellia: use K[2] instead of *K in generate_round_keys()Giorgio Vazzana2015-01-02
* | avutil/camellia: make LR128() more robustGiorgio Vazzana2015-01-02
* | avutil/camellia: fix documentation for av_camellia_crypt()Giorgio Vazzana2015-01-02
* | libavutil: Added Camellia symmetric block cipherSupraja Meedinti2015-01-02
* | x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-30
* | avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer2014-12-29
* | avutil/atomic: reuse ret to avoid dereferencing twice the same value.Clément Bœsch2014-12-27
* | avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-27
* | avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-27