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
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-13Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-05Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini
2010-05-23Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö
2010-05-20Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Move AVMediaType from libavcodec to libavutil.Stefano Sabatini
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-06Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-02-07Bump minor for av_compare_ts()Michael Niedermayer
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2010-01-27Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård
2010-01-22Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
2009-12-12Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini
2009-11-26Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini
2009-11-25Make the pixdesc API public.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
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