| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: add audio fifo buffer | Justin Ruggles | 2012-04-20 | 1 | -2/+2 |
* | avutil: use align == 0 for default alignment in audio sample buffer functions | Justin Ruggles | 2012-04-09 | 1 | -1/+1 |
* | audioconvert: make av_get_channel_layout accept composite names. | Nicolas George | 2012-04-08 | 1 | -1/+1 |
* | avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() | Justin Ruggles | 2012-04-08 | 1 | -1/+1 |
* | avutil: Add av_get_default_channel_layout() | Justin Ruggles | 2012-04-05 | 1 | -1/+1 |
* | cpu: add av_set_cpu_flags_mask(). | Anton Khirnov | 2012-03-06 | 1 | -1/+1 |
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -2/+1 |
* | avutil: add AVERROR_UNKNOWN | Justin Ruggles | 2012-02-25 | 1 | -2/+2 |
* | Remove libpostproc. | Diego Biurrun | 2012-02-23 | 1 | -1/+0 |
* | avutil: add av_rescale_q_rnd() to allow different rounding | Justin Ruggles | 2012-02-20 | 1 | -1/+1 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -1/+1 |
* | avutil: make intfloat api public | Paul B Mahol | 2012-01-30 | 1 | -1/+1 |
* | Revert "sws/pixfmt/pixdesc: add support for yuva444p" | Alex Converse | 2012-01-26 | 1 | -1/+1 |
* | sws/pixfmt/pixdesc: add support for yuva444p | Paul B Mahol | 2012-01-27 | 1 | -1/+1 |
* | lavu: bump lavu minor for av_popcount64 | Janne Grunau | 2012-01-03 | 1 | -1/+1 |
* | Add basic libavdevice documentation. | Anton Khirnov | 2011-12-12 | 1 | -0/+1 |
* | audioconvert: add some additional channel and channel layout macros | Justin Ruggles | 2011-12-09 | 1 | -2/+2 |
* | audioconvert: change 7.1 "wide" layout to use side surround channels | Justin Ruggles | 2011-12-09 | 1 | -1/+1 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. | Ronald S. Bultje | 2011-11-24 | 1 | -1/+1 |
* | libavutil: add utility functions to simplify allocation of audio buffers. | Justin Ruggles | 2011-11-23 | 1 | -1/+1 |
* | libavutil: add planar sample formats and av_sample_fmt_is_planar() | Justin Ruggles | 2011-11-23 | 1 | -1/+1 |
* | doxy: structure libavformat groups | Luca Barbato | 2011-11-22 | 1 | -1/+1 |
* | doxy: introduce an empty structure in libavcodec | Luca Barbato | 2011-11-22 | 1 | -1/+1 |
* | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -3/+197 |
* | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 1 | -1/+1 |
* | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -1/+1 |
* | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -1/+1 |
* | avstring: Add locale independent implementations of toupper/tolower | Luca Barbato | 2011-11-06 | 1 | -1/+1 |
* | AVOptions: bump minor and add APIchanges entry. | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -2/+2 |
* | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
* | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -0/+3 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-26 | 1 | -1/+4 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include rational.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Add av_printf_format, for marking printf style format strings and their param... | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | Add minor bumps and APIChanges entries for lavf private options. | Anton Khirnov | 2011-06-16 | 1 | -1/+1 |
* | AVOptions: add av_opt_find() as a replacement for av_find_opt. | Anton Khirnov | 2011-06-16 | 1 | -0/+3 |
* | avoptions: Add an av_opt_flag_is_set function for inspecting flag fields | Martin Storsjö | 2011-06-10 | 1 | -1/+1 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -1/+1 |
* | samplefmt: add av_get_bytes_per_sample() | Stefano Sabatini | 2011-06-07 | 1 | -1/+4 |
* | AVOptions: add av_opt_free convenience function. | Anton Khirnov | 2011-06-05 | 1 | -1/+1 |
* | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -1/+1 |
* | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -1/+20 |