summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-081-0/+3
* libavutil: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-072-1/+29
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-054-1/+14
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-1/+3
* build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-021-0/+8
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-012-2/+2
* avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-311-0/+3
* tree-test: Refactor and plug memory leaksDiego Biurrun2013-07-311-11/+30
* tree.h: K&R formatting and typo cosmeticsDiego Biurrun2013-07-311-10/+22
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-291-1/+1
* avutil/tree: Drop debug messages that clutter the outputDiego Biurrun2013-07-291-2/+0
* avutil/tree: K&R formatting cosmeticsDiego Biurrun2013-07-291-38/+44
* Add missing deprecation attributesDiego Biurrun2013-07-271-1/+3
* eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun2013-07-271-1/+2
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-181-1/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-182-9/+7
* configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-111-0/+6
* fifo: K&R formatting cosmeticsLuca Barbato2013-07-061-24/+28
* log: pass the correct parameters to missing_feature_sampleLuca Barbato2013-07-041-7/+2
* lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt2013-07-021-1/+1
* x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt2013-06-301-1/+1
* x86: lpc: simd av_evaluate_llsLoren Merritt2013-06-292-0/+41
* x86: lpc: simd av_update_llsLoren Merritt2013-06-295-6/+250
* lpc: use function pointers, in preparation for asmLoren Merritt2013-06-292-14/+27
* lpc: remove "decay" argumentLoren Merritt2013-06-292-5/+4
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-043-1/+53
* cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun2013-06-021-8/+4
* arm: Only output eabi attributes if building for ELFMartin Storsjö2013-05-271-1/+1
* cpu: Include common.h for av_popcount64Martin Storsjö2013-05-241-0/+1
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-243-1/+57
* pixdesc: mark gray8 as pseudopalAnton Khirnov2013-05-221-0/+1
* doxy: add a section about versioning.Anton Khirnov2013-05-171-0/+33
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-171-1/+1
* Remove commented-out #includesDiego Biurrun2013-05-151-1/+0
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-155-134/+167
* Clarify output of av_get_bits_per_pixelKieran Kunhya2013-05-151-1/+2
* msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-081-0/+5
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-063-1/+60
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-049-11/+20
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-032-0/+29
* avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis2013-04-301-1/+1
* ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-301-0/+4
* Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov2013-04-111-1/+1
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-0/+2
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-091-4/+4
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-043-1/+29
* opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-041-0/+7
* configure: prettify atomics handling.Anton Khirnov2013-04-033-7/+7
OpenPOWER on IntegriCloud