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-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
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