Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-03Implement av_fifo_space().Olivier Guilyardi
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini
2009-03-22Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini
2009-03-08Bump major version of libavutil due to FIFO fixes.Michael Niedermayer
2009-02-22Split avutil.h, move all the pixel format definitions to the newStefano Sabatini
2009-02-22Add note about big vs. little endian.Michael Niedermayer
2009-02-22Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross
2009-02-12Remove reference to renamed header file xvmc_render.h.Diego Biurrun
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-10-15Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet
2008-09-25Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini
2008-09-05Fix typo.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-08-08Implement avutil_version().Stefano Sabatini
2008-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-03-10misc spelling fixesDiego Biurrun
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-01-28Remove integer.h inclusion.Benoit Fouet
2007-12-12Provide sha1 to outside applicationsLuca Barbato
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-08-12add a new av_clip_int16() function to libavutilAurelien Jacobs
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-06-24bump micro version: new string functionsLuca Barbato
2007-06-20Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-071000l: Revert accidentally committed change.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-01Move lzo decompression to libavutilReimar Döffinger
2007-01-20add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi
2006-11-16Remove alpha channel from RGB555Alex Beregszaszi
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun