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
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2011-12-12Add basic libavdevice documentation.Anton Khirnov
2011-12-10audioconvert: add some additional channel and channel layout macrosJustin Ruggles
2011-12-10audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-24libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles
2011-11-24libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-22doxy: introduce an empty structure in libavcodecLuca Barbato
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-16avutil: Add av_timegm as a public functionMartin Storsjö
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-19eval: implement not() expressionStefano Sabatini
2011-09-19eval: add sqrt function for computing the square rootStefano Sabatini
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-04Do not include rational.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
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