3070 Commits (91b105ce5bfba374297a0f03e5b89ff850730c55)

Author SHA1 Message Date
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 11 years ago
Lenny Wang 29664fab0c OpenCL: convert meaningless "device id" output to "device name" 11 years ago
Luca Barbato 3feb3d6ce4 mem: Introduce av_reallocp 11 years ago
Diego Biurrun 9997a812e7 mem: Document the non-compatibility of av_realloc() and av_malloc() 11 years ago
Michael Niedermayer f3ba91a3f1 avutil/pixdesc: dont try to use av_read_image_line() with bayer formats 11 years ago
Michael Niedermayer a25585bb50 avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors() 11 years ago
James Almer bbcaf25d4d lavu/sha512: Fully unroll the transform function loops 11 years ago
James Almer 7e4fe5162a lavu/sha: Fully unroll the transform function loops 11 years ago
Diego Biurrun a0b901a348 Drop pointless directory name prefixes from #includes in the current dir 11 years ago
James Almer 8702a94e49 lavu/ripemd: Add a size optimized version of the transform functions 11 years ago
James Almer 452ac2aaec lavu/ripemd: Fully unroll the transform function loops 11 years ago
Kirill Gavrilov 0f48acf29b lavu: provide msvc implementation of attribute_deprecated 11 years ago
Paul B Mahol 6508bd4aa3 pixfmt: add native GBRAP16 format 11 years ago
Diego Biurrun c3e6e8f06c mem: Do not check unsigned values for negative size 11 years ago
Diego Biurrun b634b36fce mem: Improve documentation wording and spelling 11 years ago
Nicolas George d5b58f678d tools: add benchmark for crypto functions. 11 years ago
Luca Barbato b4ec7a5fee mem: Document the av_realloc family of functions properly 11 years ago
Michael Niedermayer cc84f30402 avutil/fifo: assert that theres enough data in the fifo on drain calls. 11 years ago
Michael Niedermayer 4aeb996f71 pixfmt: add native bayer 16bit formats 12 years ago
Peter Ross 9116995efb libavutil: add AV_PIX_FMT_BAYER pixel formats 12 years ago
Lukasz Marek 0b46d6f3ef lavu/bprint: add append buffer function 12 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Diego Biurrun 79aec43ce8 x86: Add and use more convenience macros to check CPU extension availability 12 years ago
Diego Biurrun 7ffda66fd5 arm: float_dsp: Propagate cpu_flags to vfp initialization function 12 years ago
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 12 years ago
Diego Biurrun 8410d6e93c avutil: Refactor CPU extension availability macros 12 years ago
Diego Biurrun b78b10c4b7 avutil: Move internal CPU detection function declarations to private header 12 years ago
Alfred E. Heggestad 16c3ed5837 libavutil: cast truncated values to uint32_t 12 years ago
Michael Niedermayer 3500f53c93 libavutil/opt.h: Fix duplicate words 12 years ago
Michael Niedermayer 5086b26809 libavutil/file_open.c: Fix duplicate words 12 years ago
Kirill Gavrilov 53f309c617 pixfmt: extend description for planar YUV 9/10 bits formats 12 years ago
Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 12 years ago
Michael Niedermayer 5717689c75 avutil/avstring: make const tables static const 12 years ago
Michael Niedermayer 2215947438 avutil/parseutils:make const tables static const 12 years ago
Michael Niedermayer 64a3dbadee avutil/ripemd:make const tables static const 12 years ago
Michael Niedermayer 0e98a13322 avutil/xtea: make const tables static const 12 years ago
Michael Niedermayer 90b40b45d4 avutil/sha:make const tables static const 12 years ago
Michael Niedermayer 475df42eb6 avutil/sha512: make const tables static const 12 years ago
Thilo Borgmann 4dcb2f7478 lavu: fix grammar in doxy for av_frame_ref. 12 years ago
Derek Buitenhuis d9c1fb8376 bprint: Include va_copy compat 12 years ago
Michael Niedermayer 5fc5170c55 avutil/opt: make const tables static const 12 years ago
Michael Niedermayer 18b1381c5f avutil/opt: fix av_log type 12 years ago
Michael Niedermayer 148310ca16 avutil/log: Use bprint for part 12 years ago
Michael Niedermayer 112c970ca6 avutil/bprint: add av_vbprintf() 12 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 12 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 12 years ago
Martin Storsjö a76d0cdf21 libavutil: Move avpriv_open to a new file, file_open.c 12 years ago
Martin Storsjö 33237123c8 libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well 12 years ago
Michael Niedermayer c94f9e8542 avutil/mem: Fix flipped condition 12 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 12 years ago