summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: cpu: Restore some explanatory comments removed in 7160bb7Diego Biurrun2013-10-03
* Use correct Doxygen syntaxDiego Biurrun2013-10-03
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-28
* pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-24
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-22
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-21
* mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-20
* msvc/icl: Use __declspec(noinline)Alex Smith2013-09-20
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-20
* mem: Introduce av_reallocpLuca Barbato2013-09-16
* mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun2013-09-14
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-05
* mem: Improve documentation wording and spellingDiego Biurrun2013-09-05
* mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-04
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-29
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-10
* libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-10
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-08
* libavutil: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-07
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-02
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-01
* avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-31
* tree-test: Refactor and plug memory leaksDiego Biurrun2013-07-31
* tree.h: K&R formatting and typo cosmeticsDiego Biurrun2013-07-31
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-29
* avutil/tree: Drop debug messages that clutter the outputDiego Biurrun2013-07-29
* avutil/tree: K&R formatting cosmeticsDiego Biurrun2013-07-29
* Add missing deprecation attributesDiego Biurrun2013-07-27
* eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun2013-07-27
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-18
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-11
* fifo: K&R formatting cosmeticsLuca Barbato2013-07-06
* log: pass the correct parameters to missing_feature_sampleLuca Barbato2013-07-04
* lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt2013-07-02
* x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt2013-06-30
* x86: lpc: simd av_evaluate_llsLoren Merritt2013-06-29
* x86: lpc: simd av_update_llsLoren Merritt2013-06-29
* lpc: use function pointers, in preparation for asmLoren Merritt2013-06-29