2011-05-24 |
Ronald S. Bultje | Move emms_c() from libavcodec to libavutil. |
tree | commitdiff |
2011-05-22 |
Martin Storsjö | avoptions: Check the return value from av_get_number |
tree | commitdiff |
2011-05-21 |
Diego Biurrun | multiple inclusion guard cleanup |
tree | commitdiff |
2011-05-13 |
Mans Rullgard | Add av_clip_uintp2() function |
tree | commitdiff |
2011-05-12 |
Diego Biurrun | configure: Do not unconditionally add -D_POSIX_C_SOURCE... |
tree | commitdiff |
2011-05-11 |
Ronald S. Bultje | swscale: fix YUV420P 9/10bit support. |
tree | commitdiff |
2011-05-11 |
Baptiste Coudurier | swscale: extend YUV422p support to 10bits depth |
tree | commitdiff |
2011-05-11 |
Diego Biurrun | Remove unused softfloat implementation. |
tree | commitdiff |
2011-05-10 |
Anton Khirnov | AVOptions: make default_val a union, as proposed in... |
tree | commitdiff |
2011-05-10 |
Oskar Arvidsson | Add pixel formats for 9- and 10-bit yuv420p. |
tree | commitdiff |
2011-05-08 |
Alex Converse | log: Fix an oob array read. |
tree | commitdiff |
2011-05-08 |
Alex Converse | Ban strncpy() it's too easy to misuse. |
tree | commitdiff |
2011-05-04 |
Alex Converse | Replace strncpy() with av_strlcpy(). |
tree | commitdiff |
2011-04-29 |
Reinhard Tartler | Fix races in default av_log handler |
tree | commitdiff |
2011-04-29 |
Diego Biurrun | bswap.h: Remove disabled code. |
tree | commitdiff |
2011-04-26 |
Diego Biurrun | Eliminate pointless '#if 1' statements without matching... |
tree | commitdiff |
2011-04-26 |
Vitor Sessak | Increase alignment of av_malloc() as needed by AVX... |
tree | commitdiff |
2011-04-26 |
Stefano Sabatini | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE... |
tree | commitdiff |
2011-04-23 |
Jason Garrett-Glaser | bswap: use native types for av_bwap16(). |
tree | commitdiff |
2011-04-21 |
Stefano Sabatini | error: sort, pack, and align error code and string... |
tree | commitdiff |
2011-04-21 |
Martin Storsjö | Provide a fallback version of the libm function trunc |
tree | commitdiff |
2011-04-21 |
Anton Khirnov | error: change AVERROR_EOF value |
tree | commitdiff |
2011-04-21 |
Stefano Sabatini | error: remove AVERROR_NUMEXPECTED |
tree | commitdiff |
2011-04-21 |
Stefano Sabatini | error: add error code AVERROR_OPTION_NOT_FOUND, and... |
tree | commitdiff |
2011-04-20 |
Diego Biurrun | Remove a version check in av_log made unnecessary by... |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavu: remove disabled ff_random_get_seed cruft. |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavu: remove disabled sha1 cruft. |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavu: remove misc disabled cruft |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavu: remove FF_API_OLD_IMAGE_NAMES cruft |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavu: remove FF_API_OLD_EVAL_NAMES cruft |
tree | commitdiff |
2011-04-18 |
Anton Khirnov | Bump major versions of all libraries. |
tree | commitdiff |
2011-04-17 |
Diego Biurrun | Replace more FFmpeg references by Libav. |
tree | commitdiff |
2011-04-14 |
Alexis Ballier | avutil: make aes and sha api public |
tree | commitdiff |
2011-04-10 |
Stefano Sabatini | eval: add support for trunc, ceil, and floor functions |
tree | commitdiff |
2011-04-10 |
Brad | os: fix OpenBSD/PowerPC compilation |
tree | commitdiff |
2011-04-10 |
Peter Ross | pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE |
tree | commitdiff |
2011-03-23 |
Mans Rullgard | Remove unnecessary icc version checks |
tree | commitdiff |
2011-03-22 |
Justin Ruggles | cosmetics: indentation |
tree | commitdiff |
2011-03-22 |
Justin Ruggles | Add a CPU flag for the Atom processor. |
tree | commitdiff |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
tree | commitdiff |
2011-03-16 |
Janne Grunau | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* |
tree | commitdiff |
2011-03-16 |
Janne Grunau | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION |
tree | commitdiff |
2011-03-15 |
Nicolas George | Add AVERROR_EXIT. |
tree | commitdiff |
2011-02-20 |
Mans Rullgard | x86: use raw opcode for xgetbv instruction |
tree | commitdiff |
2011-02-20 |
Mans Rullgard | x86: check for AVX support |
tree | commitdiff |
2011-02-17 |
Jason Garrett-Glaser | Force inlining of avutil common routines |
tree | commitdiff |
2011-02-17 |
Anton Khirnov | lavf, lavu: bump minor versions and add an APIChanges... |
tree | commitdiff |
2011-02-17 |
Anton Khirnov | Move find_info_tag to lavu and add av_ prefix to it |
tree | commitdiff |
2011-02-16 |
Stefano Sabatini | Deprecate parse_date() in favor of av_parse_time(). |
tree | commitdiff |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
tree | commitdiff |
2011-02-11 |
Justin Ruggles | Add check for Athlon64 and similar AMD processors with... |
tree | commitdiff |
2011-02-09 |
Alexander Strange | Frame-based multithreading framework using pthreads |
tree | commitdiff |
2011-02-04 |
Clément Bœsch | Remove a few if (p) av_freep(&p) forms |
tree | commitdiff |
2011-02-03 |
Clément Bœsch | Avoid pointless check before calling free |
tree | commitdiff |
2011-02-02 |
Anton Khirnov | Add forgotten minor API bumps and APIChanges entries |
tree | commitdiff |
2011-01-31 |
Mans Rullgard | Rename attribute_used to av_used and move it to attribu... |
tree | commitdiff |
2011-01-29 |
Luca Barbato | Replace dprintf with av_dlog |
tree | commitdiff |
2011-01-25 |
Mans Rullgard | intfloat_readwrite: include "mathematics.h" for fallbac... |
tree | commitdiff |
2011-01-24 |
Reimar Döffinger | Handle input or output len of 0 properly in lzo decoder. |
tree | commitdiff |
2011-01-23 |
Mans Rullgard | MIPS: use inline asm only when supported by compiler |
tree | commitdiff |
2011-01-18 |
Mans Rullgard | cpu-test: include stdio.h only for test prog |
tree | commitdiff |
2011-01-18 |
Mans Rullgard | Use INFINITY and NAN macros instead of 1/0 and 0/0 |
tree | commitdiff |
2011-01-18 |
Janne Grunau | consolidate .gitignore patters into a single file |
tree | commitdiff |
2011-01-17 |
Janne Grunau | convert svn:ignore properties to .gitignore files |
tree | commitdiff |
2011-01-05 |
Daniel Verkamp | Win32 support for av_file_map() |
tree | commitdiff |
2011-01-01 |
Daniel Verkamp | Recognize FFMPEG_FORCE_NOCOLOR environment variable... |
tree | commitdiff |
2010-12-22 |
Stefano Sabatini | Fix av_file_map(): replace stat(filename, &st) with... |
tree | commitdiff |
2010-12-22 |
Stefano Sabatini | Replace lstat() with stat() in av_file_map(). The lstat... |
tree | commitdiff |
2010-12-22 |
Stefano Sabatini | Add av_file_map() and av_file_unmap() functions. |
tree | commitdiff |
2010-12-19 |
Nicolas George | Add AVERROR_*_NOT_FOUND codes. |
tree | commitdiff |
2010-12-07 |
Ramiro Polla | fix building of cpu-test by including required header |
tree | commitdiff |
2010-12-06 |
Stefano Sabatini | Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning... |
tree | commitdiff |
2010-12-05 |
Etienne Buira | Allow to force colored output. |
tree | commitdiff |
2010-12-04 |
Stefano Sabatini | Deprecate avcodec_pix_fmt_string() in favor of |
tree | commitdiff |
2010-12-04 |
Michael Niedermayer | Change the argument of memory allocation functions... |
tree | commitdiff |
2010-11-10 |
Carl Eugen Hoyos | Intel C compiler 12.0 does not suport these attributes... |
tree | commitdiff |
2010-11-08 |
Stefano Sabatini | Use hierarchic names convention (prefix them with av_ex... |
tree | commitdiff |
2010-11-03 |
Stefano Sabatini | Implement isnan() function evaluation. |
tree | commitdiff |
2010-11-01 |
Stefano Sabatini | Make strmatch() return 1 only if the string compared... |
tree | commitdiff |
2010-11-01 |
Stefano Sabatini | Add st, ld, while examples/tests. |
tree | commitdiff |
2010-11-01 |
Stefano Sabatini | Add examples of unary operators. |
tree | commitdiff |
2010-11-01 |
Stefano Sabatini | Fix evaluation of expressions of the form: E1;E2. |
tree | commitdiff |
2010-10-08 |
Stefano Sabatini | Install libavutil/opt.h, its API is public. |
tree | commitdiff |
2010-10-06 |
Ramiro Polla | Check whether compiler supports xmm registers in asm... |
tree | commitdiff |
2010-10-05 |
Stefano Sabatini | Update av_cmp_q() documentation after r25338. |
tree | commitdiff |
2010-10-05 |
Michael Niedermayer | Add selftest code for av_cmp_q(). |
tree | commitdiff |
2010-10-05 |
Michael Niedermayer | Make av_cmp_q() work with infinities and NAN. |
tree | commitdiff |
2010-10-04 |
Stefano Sabatini | Make av_d2q() manage the case in which the value to... |
tree | commitdiff |
2010-10-04 |
İsmail Dönmez | snowdsp: Explicitly state the operand sizes |
tree | commitdiff |
2010-10-02 |
Stefano Sabatini | Avoid cast of double nan to int. |
tree | commitdiff |
2010-10-01 |
Måns Rullgård | avassert: add missing #include <stdlib.h> |
tree | commitdiff |
2010-10-01 |
Måns Rullgård | avassert: prettify macro |
tree | commitdiff |
2010-10-01 |
Måns Rullgård | Rename libavutil/assert.h to avassert.h |
tree | commitdiff |
2010-10-01 |
Michael Niedermayer | Fix av_cmp_q() with negative denominators. |
tree | commitdiff |
2010-09-30 |
Michael Niedermayer | Fix a typo in the nameing of av_assert0() in currently... |
tree | commitdiff |
2010-09-30 |
Michael Niedermayer | av_assert() system. |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_d... |
tree | commitdiff |
2010-09-27 |
Stefano Sabatini | Move av_set_options_string() from libavfilter to libavutil. |
tree | commitdiff |
2010-09-27 |
Stefano Sabatini | Move av_get_token() from libavfilter to libavutil. |
tree | commitdiff |
2010-09-27 |
Stefano Sabatini | Simplify include, since opt.c is now in libavutil there... |
tree | commitdiff |
next |