summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-071-5/+4
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-071-4/+3
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-071-0/+2
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-071-37/+46
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-071-1/+25
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-071-27/+27
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-071-2/+2
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-071-1/+5
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-071-5/+31
* doxy: Document avlogLuca Barbato2013-10-052-10/+104
* x86: cpu: Restore some explanatory comments removed in 7160bb7Diego Biurrun2013-10-031-0/+2
* Use correct Doxygen syntaxDiego Biurrun2013-10-031-1/+1
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-281-0/+3
* pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-241-6/+6
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-221-0/+1
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-213-1/+41
* mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-201-0/+4
* msvc/icl: Use __declspec(noinline)Alex Smith2013-09-201-0/+2
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-202-2/+12
* mem: Introduce av_reallocpLuca Barbato2013-09-163-1/+36
* mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun2013-09-141-6/+18
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-106-8/+8
* mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-051-3/+3
* mem: Improve documentation wording and spellingDiego Biurrun2013-09-052-18/+16
* mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-041-3/+9
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-0/+13
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-293-5/+3
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-282-3/+30
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-283-34/+40
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-286-5/+30
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-101-0/+4
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-103-64/+94
* libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-101-1/+1
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-081-0/+39
* 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
OpenPOWER on IntegriCloud