summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic libavdevice documentation.Anton Khirnov2011-12-121-0/+1
* audioconvert: add some additional channel and channel layout macrosJustin Ruggles2011-12-091-2/+2
* audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles2011-12-091-1/+1
* Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-241-1/+1
* libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles2011-11-231-1/+1
* libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles2011-11-231-1/+1
* doxy: structure libavformat groupsLuca Barbato2011-11-221-1/+1
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-221-1/+1
* doxy: provide a start page and document libavutilLuca Barbato2011-11-221-3/+197
* avutil: Add av_timegm as a public functionMartin Storsjö2011-11-161-1/+1
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-1/+1
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-061-1/+1
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-061-1/+1
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-121-1/+1
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-2/+2
* eval: implement not() expressionStefano Sabatini2011-09-191-1/+1
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-1/+1
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-0/+3
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-1/+1
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-1/+4
* Do not include log.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include rational.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-1/+0
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-231-1/+1
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-161-1/+1
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-0/+3
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-101-1/+1
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-1/+1
* samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-071-1/+4
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-051-1/+1
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-1/+1
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-1/+20
* lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-191-8/+0
* lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-191-3/+0
* Bump major versions of all libraries.Anton Khirnov2011-04-181-3/+3
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-101-1/+1
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-101-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-171-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+13
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-021-1/+1
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-1/+1
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-191-1/+1
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-1/+1
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-2/+10
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-1/+1
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-011-1/+1
OpenPOWER on IntegriCloud