summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7b0c7c9163fe3dd0081696befde28617119d2590'Michael Niedermayer2014-06-281-1/+3
|\
| * arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö2014-06-281-1/+3
* | Merge commit 'ab72eda15e98197cf148abc08574206cfde0d9b0'Michael Niedermayer2014-06-242-1/+4
|\ \ | |/
| * pixfmt: mark the reserved valuesVittorio Giovara2014-06-232-1/+4
* | avutil/lzo: allow selecting the compression function in the test codeMichael Niedermayer2014-06-241-1/+11
* | Merge commit 'ccda51b14c0fcae2fad73a24872dce75a7964996'Michael Niedermayer2014-06-231-1/+1
|\ \ | |/
| * lzo: Handle integer overflowLuca Barbato2014-06-231-1/+9
* | avutil/lzo: add asserts to be double sure against overflowsMichael Niedermayer2014-06-231-0/+3
* | avutil/lzo: Fix integer overflowMichael Niedermayer2014-06-231-1/+6
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-203-1/+39
|\ \ | |/
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-203-1/+39
* | Merge commit '440842c4eb1d7709654ec97cd687663d11ef499c'Michael Niedermayer2014-06-191-0/+5
|\ \ | |/
| * stereo3d: add missing include guardsVittorio Giovara2014-06-191-0/+5
* | Merge commit '44671b57866aab8dd36715ff010e985e25baaf19'Michael Niedermayer2014-06-181-9/+12
|\ \ | |/
| * AVFrame: factor out freeing the side dataRoman Savchenko2014-06-181-9/+12
* | x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet2014-06-151-0/+16
* | Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772'Michael Niedermayer2014-06-091-1/+4
|\ \ | |/
| * av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau2014-06-091-1/+4
* | x86/float_dsp: add missing femmsJames Almer2014-06-081-0/+3
* | x86/float_dsp: port vector_fmul_window to yasmJames Almer2014-06-082-73/+63
* | x86/vp9: inital AVX2 intra_predJames Almer2014-06-081-0/+1
* | avutil/libm: fix fminf() emulation build failure due to undefined FFMINMichael Niedermayer2014-06-061-1/+3
* | avutil/libm: Replace macro based fminf() by functionMichael Niedermayer2014-06-061-1/+4
* | avutil/libm: use FFMIN instead of fmin()Michael Niedermayer2014-06-061-1/+1
* | avutil/libm: fix fminf typoMichael Niedermayer2014-06-061-1/+1
* | build: add fminf() emulationMichael Niedermayer2014-06-061-0/+5
* | Merge commit 'd816e125fe1fa5c909b706d47904a4d6c1799996'Michael Niedermayer2014-06-051-2/+2
|\ \ | |/
| * dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-052-5/+5
* | avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64leMichael Niedermayer2014-06-051-12/+28
* | Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'Michael Niedermayer2014-06-042-6/+18
|\ \ | |/
| * build: check if AS supports the '.func' directiveJanne Grunau2014-06-032-6/+18
* | fix various typosLou Logan2014-06-033-3/+3
* | Merge commit '68a06b3a639ee21c78532ee4c50c3366bf890ff7'Michael Niedermayer2014-06-031-1/+1
|\ \ | |/
| * aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-031-1/+1
* | Merge commit '6a0fa4d86f2b3e9060a1153b39fa3bfe36f1b617'Michael Niedermayer2014-06-031-1/+1
|\ \ | |/
| * aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau2014-06-031-1/+1
* | Merge commit 'fd2981ea92d9a776fcb1a13377dce1c8a7db7b5e'Michael Niedermayer2014-06-031-1/+4
|\ \ | |/
| * aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau2014-06-031-1/+4
* | Loose mplayer in MPlayer/incoming/Michael Niedermayer2014-06-031-1/+1
* | Add direct link to ML in missing_feature_sample()Michael Niedermayer2014-06-031-1/+1
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-022-88/+0
|\ \ | |/
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-022-88/+0
* | avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer2014-06-021-4/+3
* | av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer2014-06-021-0/+8
* | avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer2014-06-021-1/+2
* | avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer2014-06-021-5/+5
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-013-1/+45
* | avutil/opt: add opt_size()Michael Niedermayer2014-06-011-0/+22
* | Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'Michael Niedermayer2014-06-014-44/+127
|\ \ | |/
| * lavu: add all color-related enums to AVFramewm42014-06-014-1/+113
OpenPOWER on IntegriCloud