64 Commits (c67278098def4438fc587744f5df1c147bc95dc3)

Author SHA1 Message Date
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Michael Niedermayer 277c733237 Add a function to convert a number to a av_malloced string. 15 years ago
Stefano Sabatini 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 years ago
Stefano Sabatini 382cb1154c Make av_pix_fmt_descriptors use the same pixel format names as defined 15 years ago
Stefano Sabatini 74a0059f2c Make the pixdesc API public. 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Olivier Guilyardi 7b09db3522 Implement av_fifo_space(). 16 years ago
Stefano Sabatini 6e08ca9c51 Make the pixel formats which were defined as macros: 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 16 years ago
Michael Niedermayer 49ceb58bf6 Bump major version of libavutil due to FIFO fixes. 16 years ago
Stefano Sabatini 04331dea2a Split avutil.h, move all the pixel format definitions to the new 16 years ago
Michael Niedermayer 50ded3fdb6 Add note about big vs. little endian. 16 years ago
Peter Ross 88c21a6f14 Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. 16 years ago
Diego Biurrun 22009729d7 Remove reference to renamed header file xvmc_render.h. 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Stefano Sabatini b097312492 Deprecate av_init_random() in favour of av_random_init(), with a more natural 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Benoit Fouet c49d0e0fe2 Bump minor version after addition of FF_ARRAY_ELEMS macro. 16 years ago
Stefano Sabatini 05b90fc0c5 Implement av_nearer_q() and av_find_nearest_q_idx() functions. 16 years ago
Michael Niedermayer 991945d0e4 Fix typo. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 16 years ago
Aurelien Jacobs 5af4f1f3e3 move M_PI definition along with other math definitions 16 years ago
Stefano Sabatini 7f0026dded Implement avutil_version(). 16 years ago
Stefano Sabatini 4a567b40b1 Macro suggested by Michael which will be used to disable the 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Benoit Fouet dd670dedf9 Remove integer.h inclusion. 17 years ago
Luca Barbato 537c8e7a48 Provide sha1 to outside applications 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Aurelien Jacobs ddb8ebe7a1 add a new av_clip_int16() function to libavutil 17 years ago
Andreas Öman 4196cfb75b add YUV440P and YUVJ440P support 17 years ago
Luca Barbato 3565e10b44 bump micro version: new string functions 17 years ago
Michel Bardiaux 4fc3d23ffe Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Luca Barbato bd03c380ce expose av_base64_decode and av_base64_encode 18 years ago
Luca Barbato 558b86a5d0 Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 18 years ago
Luca Barbato 9fca9c0316 Reverting stray commit part I 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
Diego Biurrun 4e960d0a5e 1000l: Revert accidentally committed change. 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago