| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-15 | 3 | -4/+9 |
|\ |
|
| * | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 3 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -3/+4 |
|\| |
|
| * | AVOptions: don't return an invalid option when option list is empty | Anton Khirnov | 2011-11-11 | 1 | -3/+4 |
* | | avutil: add av_noreturn | Michael Niedermayer | 2011-11-11 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-11 | 1 | -4/+4 |
|\| |
|
| * | aes: Avoid illegal read and don't generate more key than we use. | Alex Converse | 2011-11-10 | 1 | -4/+4 |
* | | audioconvert: make av_get_channel_layout accept composite names. | Nicolas George | 2011-11-09 | 3 | -10/+51 |
* | | mpegaudiodec: add SSE-optimized imdct36() | Vitor Sessak | 2011-11-07 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 5 | -195/+370 |
|\| |
|
| * | x86inc: use sse versions of common macros instead of sse2 when applicable | Justin Ruggles | 2011-11-06 | 1 | -0/+5 |
| * | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
| * | avutil: Don't allow using strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+4 |
| * | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -4/+3 |
| * | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 3 | -1/+34 |
| * | avstring: Add locale independent implementations of toupper/tolower | Luca Barbato | 2011-11-06 | 2 | -1/+21 |
| * | Update x86inc.asm to latest x264 version, and add AVX symmetry. | Loren Merritt | 2011-11-05 | 1 | -183/+340 |
* | | audioconvert: prefer 5.X over 5.X(side). | Nicolas George | 2011-11-07 | 1 | -2/+2 |
* | | audioconvert: use + in av_get_channel_layout_string. | Nicolas George | 2011-11-06 | 1 | -1/+1 |
* | | av_lzo1x_decode: properly handle negative buffer length. | Reimar Döffinger | 2011-11-05 | 1 | -3/+3 |
* | | color_table array should be const. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Put strings inside struct instead of extra indirection. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 4 | -4/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 2 | -7/+5 |
|\| |
|
| * | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 2 | -8/+5 |
* | | opt: remove attribute_deprecated from several functions that do not have adeq... | Michael Niedermayer | 2011-11-02 | 1 | -3/+3 |
* | | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. | Sebastien Zwickert | 2011-11-02 | 3 | -1/+9 |
* | | Check for cbrtf() and provide fallback | Mans Rullgard | 2011-10-22 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 3 | -0/+39 |
|\| |
|
| * | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
| * | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 2 | -0/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -0/+183 |
|\| |
|
| * | AVOptions: add documentation. | Anton Khirnov | 2011-10-19 | 1 | -0/+183 |
* | | lavu: update minor number and add APIchanges entry after recent av_strtok() a... | Stefano Sabatini | 2011-10-18 | 1 | -1/+1 |
* | | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 2 | -0/+53 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -1/+3 |
|\| |
|
| * | avoptions: Fix av_opt_flag_is_set | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
| * | AVOptions: don't segfault on NULL parameter in av_set_options_string() | Anton Khirnov | 2011-10-17 | 1 | -0/+3 |
* | | parseutils: fix various cast qualifier warnings. | Michael Niedermayer | 2011-10-17 | 1 | -4/+4 |
* | | dict: fix assignment discards qualifiers from pointer target type warnings. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | avstring: fix return discards qualifiers from pointer target type. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | av_tempfile: dont try the current directory with mkstemp() unless we are on w... | Michael Niedermayer | 2011-10-16 | 1 | -0/+2 |
* | | av_tempfile: change mode for fallback to 0600 to match mkstemp() | Michael Niedermayer | 2011-10-16 | 1 | -1/+1 |
* | | av_tempfile: Pass int log_offset, void *log_ctx | Michael Niedermayer | 2011-10-16 | 2 | -4/+5 |
* | | av_tempfile: fix error codes | Michael Niedermayer | 2011-10-16 | 1 | -2/+3 |
* | | av_tempfile: use O_EXCL | Michael Niedermayer | 2011-10-16 | 1 | -1/+4 |
* | | av_tempfile: try tempnam(NULL) first | Michael Niedermayer | 2011-10-16 | 1 | -1/+3 |
* | | av_tempfile: handle missing O_BINARY | Michael Niedermayer | 2011-10-16 | 1 | -0/+3 |
* | | av_tempfile: fix alloc type for !HAVE_MKSTEMP | Michael Niedermayer | 2011-10-16 | 1 | -1/+4 |
* | | Move av_tempfile() into libavutil, it is a generically usefull thing and its ... | Michael Niedermayer | 2011-10-16 | 2 | -0/+40 |