| Commit message (Expand) | Author | Age | Files | Lines |
* | audioconvert: define unique strings for AV_CH_LAYOUT_5POINT{0,1}_BACK | Stefano Sabatini | 2011-07-28 | 1 | -1/+1 |
* | Unbreak libavutil API. | Carl Eugen Hoyos | 2011-07-04 | 1 | -0/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -4/+0 |
|\ |
|
| * | 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 |
* | | lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONE | Stefano Sabatini | 2011-06-30 | 1 | -1/+1 |
* | | pict_type: add a value for unknown/none. | Martin Matuska | 2011-06-28 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -2/+2 |
|\| |
|
| * | Add av_printf_format, for marking printf style format strings and their param... | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | | opt: do not crash in av_set_options_string() if opts == NULL | Stefano Sabatini | 2011-06-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -1/+4 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -1/+1 |
|\| |
|
| * | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -2/+5 |
|\| |
|
| * | 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 |
* | | eval: add support for pow() function | Stefano Sabatini | 2011-06-07 | 1 | -1/+1 |
* | | samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc() | Stefano Sabatini | 2011-06-06 | 1 | -1/+1 |
* | | samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a... | Stefano Sabatini | 2011-06-06 | 1 | -1/+1 |
* | | cpudetect: add av_force_cpu_flags() | Michael Niedermayer | 2011-06-02 | 1 | -1/+1 |
* | | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -2/+2 |
* | | eval: implement not() expression | Stefano Sabatini | 2011-05-25 | 1 | -1/+1 |
* | | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-05-05 | 1 | -1/+1 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Move ff_dynarray_add to lavu and make it public. | Anton Khirnov | 2011-04-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+20 |
|\| |
|
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -1/+20 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -12/+4 |
|\| |
|
| * | 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 |
* | | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-05 | 1 | -1/+1 |
* | | Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-03-17 | 1 | -1/+1 |
* | | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes | Anton Khirnov | 2011-02-18 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+13 |
* | | Add forgotten minor API bumps and APIChanges entries | Anton Khirnov | 2011-02-04 | 1 | -1/+1 |
|/ |
|
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -1/+1 |