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
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-19lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov
2011-04-19lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-10eval: add support for trunc, ceil, and floor functionsStefano Sabatini
2011-04-10pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-03Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-03Implement isnan() function evaluation.Stefano Sabatini
2010-11-01Make strmatch() return 1 only if the string compared against theStefano Sabatini
2010-11-01Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini
2010-10-09Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-05Make av_cmp_q() work with infinities and NAN.Michael Niedermayer
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini
2010-10-01av_assert() system.Michael Niedermayer
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-09-14Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-07-23Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini
2010-07-11Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini
2010-07-09Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini
2010-07-02avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla
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