summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\
| * Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
| * avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-07
| * AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-05
| * lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* | eval: add support for pow() functionStefano Sabatini2011-06-07
* | samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()Stefano Sabatini2011-06-06
* | samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a...Stefano Sabatini2011-06-06
* | cpudetect: add av_force_cpu_flags()Michael Niedermayer2011-06-02
* | lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* | eval: implement not() expressionStefano Sabatini2011-05-25
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-05
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-29
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-19
| * lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-19
| * Bump major versions of all libraries.Anton Khirnov2011-04-18
| * eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
| * pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-17
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-02
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-05
* | Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-17
* | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-18
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-04
|/
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-19
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-01
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-01
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-08
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-05
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
* av_assert() system.Michael Niedermayer2010-09-30
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27