OSDN Git Service

fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
[coroid/ffmpeg_saccubus.git] / libavutil / avutil.h
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-23 Martin StorsjöAdd av_printf_format, for marking printf style format...
2011-06-16 Anton KhirnovAdd minor bumps and APIChanges entries for lavf private...
2011-06-16 Anton KhirnovAVOptions: add av_opt_find() as a replacement for av_fi...
2011-06-10 Martin Storsjöavoptions: Add an av_opt_flag_is_set function for inspe...
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-07 Stefano Sabatinisamplefmt: add av_get_bytes_per_sample()
2011-06-05 Anton KhirnovAVOptions: add av_opt_free convenience function.
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_IMAGE_NAMES cruft
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_EVAL_NAMES cruft
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-10 Stefano Sabatinieval: add support for trunc, ceil, and floor functions
2011-04-10 Peter Rosspixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-02 Anton KhirnovAdd forgotten minor API bumps and APIChanges entries
2010-12-22 Stefano SabatiniAdd av_file_map() and av_file_unmap() functions.
2010-12-19 Nicolas GeorgeAdd AVERROR_*_NOT_FOUND codes.
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-03 Stefano SabatiniImplement isnan() function evaluation.
2010-11-01 Stefano SabatiniMake strmatch() return 1 only if the string compared...
2010-11-01 Stefano SabatiniFix evaluation of expressions of the form: E1;E2.
2010-10-08 Stefano SabatiniInstall libavutil/opt.h, its API is public.
2010-10-05 Michael NiedermayerMake av_cmp_q() work with infinities and NAN.
2010-10-04 Stefano SabatiniMake av_d2q() manage the case in which the value to...
2010-09-30 Michael Niedermayerav_assert() system.
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniBump version and update APIchanges after r25210.
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-24 Michael Niedermayer2nd try to fix av_log() repeated detection
2010-09-14 Tomas HärdinAdd av_popcount() to libavutil/common.h and bump minor...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-17 Stefano SabatiniDefine macro AV_NE() and use it in libavdevice.
2010-07-22 Stefano SabatiniAdd the M_PHI constant, contains an approximation of...
2010-07-11 Stefano SabatiniUpdate lavu minor and add APIchanges entry after r24174...
2010-07-08 Stefano SabatiniBump minor after read/write_line() to av_read/write_ima...
2010-07-02 Ramiro Pollaavutil: bump minor version for r23985 (install lfg.h)
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-13 Stefano SabatiniAdd APIchanges entry and bump minor after av_compare_mo...
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-05 Stefano SabatiniBump lavu minor and add APIchanges entry after AV_BASE6...
2010-05-23 Martin StorsjöBump libavutil minor version for the addition of av_get...
2010-05-19 Michael NiedermayerMake it possible for a log context to keep track of...
2010-05-08 Michael NiedermayerAdd means to adjust the log level per context.
2010-05-05 Stefano SabatiniMake av_strerror() return -1 even in the case when...
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniMove AVMediaType from libavcodec to libavutil.
2010-03-25 Stefano SabatiniImplement av_strerror().
2010-03-13 Stefano SabatiniMove error code definitions from libavcodec/avcodec...
2010-03-06 Stefano SabatiniBump minor number and add APIchanges entry after the...
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-02-07 Michael NiedermayerBump minor for av_compare_ts()
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-27 Måns RullgårdAdd macro AV_JOIN() for joining two tokens into one
2010-01-22 Måns RullgårdAdd an AV_PRAGMA() macro for constructing _Pragma(...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-13 Michael NiedermayerAdd a function to convert a number to a av_malloced...
2009-12-12 Stefano SabatiniImplement av_bmg_next(), a Box-Muller Gaussian random...
2009-11-26 Stefano SabatiniMake av_pix_fmt_descriptors use the same pixel format...
2009-11-24 Stefano SabatiniMake the pixdesc API public.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-08 Michael NiedermayerBump major version of libavutil due to FIFO fixes.
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-22 Michael NiedermayerAdd note about big vs. little endian.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-12 Diego BiurrunRemove reference to renamed header file xvmc_render.h.
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-18 Stefano SabatiniDeprecate av_init_random() in favour of av_random_init...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-10-15 Benoit FouetBump minor version after addition of FF_ARRAY_ELEMS...
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-04 Michael NiedermayerFix typo.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-08-08 Stefano SabatiniImplement avutil_version().
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
next