| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavu: remove FF_API_OLD_IMAGE_NAMES cruft | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
* | lavu: remove FF_API_OLD_EVAL_NAMES cruft | Anton Khirnov | 2011-04-19 | 1 | -3/+0 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -3/+3 |
* | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-10 | 1 | -1/+1 |
* | pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-04-10 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes | Anton Khirnov | 2011-02-17 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+13 |
* | Add forgotten minor API bumps and APIChanges entries | Anton Khirnov | 2011-02-02 | 1 | -1/+1 |
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -1/+1 |
* | Add AVERROR_*_NOT_FOUND codes. | Nicolas George | 2010-12-19 | 1 | -1/+1 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -1/+1 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -2/+10 |
* | Implement isnan() function evaluation. | Stefano Sabatini | 2010-11-03 | 1 | -1/+1 |
* | Make strmatch() return 1 only if the string compared against the | Stefano Sabatini | 2010-11-01 | 1 | -1/+1 |
* | Fix evaluation of expressions of the form: E1;E2. | Stefano Sabatini | 2010-11-01 | 1 | -1/+1 |
* | Install libavutil/opt.h, its API is public. | Stefano Sabatini | 2010-10-08 | 1 | -1/+1 |
* | Make av_cmp_q() work with infinities and NAN. | Michael Niedermayer | 2010-10-05 | 1 | -1/+1 |
* | Make av_d2q() manage the case in which the value to convert is inf. | Stefano Sabatini | 2010-10-04 | 1 | -1/+1 |
* | av_assert() system. | Michael Niedermayer | 2010-09-30 | 1 | -1/+1 |
* | Move av_set_options_string() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -1/+1 |
* | Move av_get_token() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -1/+1 |
* | Bump version and update APIchanges after r25210. | Stefano Sabatini | 2010-09-27 | 1 | -1/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -0/+7 |
* | 2nd try to fix av_log() repeated detection | Michael Niedermayer | 2010-09-24 | 1 | -1/+1 |