| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/timecode: add av_timecode_check_frame_rate(). | Clément Bœsch | 2012-08-08 | 3 | -10/+27 |
* | x86inc.asm: remove redundant ifdef __YASM_VER__ | Michael Niedermayer | 2012-08-08 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-07 | 2 | -37/+18 |
|\ |
|
| * | x86: fix build with nasm 2.08 | Mans Rullgard | 2012-08-07 | 1 | -11/+7 |
| * | x86: use nop cpu directives only if supported | Mans Rullgard | 2012-08-07 | 1 | -3/+9 |
| * | x86: fix rNmp macros with nasm | Mans Rullgard | 2012-08-07 | 1 | -2/+2 |
| * | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-05 | 1 | -0/+11 |
|\| |
|
| * | rational: add av_inv_q() returning the inverse of an AVRational | Mans Rullgard | 2012-08-05 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 5 | -7/+9 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 4 | -7/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-03 | 1 | -1/+1 |
|\| |
|
| * | x86: Use consistent 3dnowext function and macro name suffixes | Diego Biurrun | 2012-08-03 | 1 | -1/+1 |
* | | timecode: show frame rate when invalid. | Clément Bœsch | 2012-08-01 | 1 | -1/+2 |
* | | lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special values | Stefano Sabatini | 2012-07-31 | 1 | -0/+2 |
* | | audioconvert: add av_get_standard_channel_layout(). | Nicolas George | 2012-07-30 | 3 | -1/+23 |
* | | audioconvert: add av_get_channel_description(). | Nicolas George | 2012-07-30 | 2 | -0/+19 |
* | | audioconvert: include the description of channels in the library. | Nicolas George | 2012-07-30 | 1 | -29/+34 |
* | | samplefmt: Fix warning about discarded qualifier | jamal | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 1 | -92/+127 |
|\| |
|
| * | x86inc: clip num_args to 7 on x86-32. | Loren Merritt | 2012-07-28 | 1 | -0/+3 |
| * | x86inc: sync to latest version from x264. | Ronald S. Bultje | 2012-07-28 | 1 | -92/+124 |
* | | lavu/bprint: extend/clarify documentation for av_bprint_init() size_max value | Stefano Sabatini | 2012-07-28 | 1 | -9/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 3 | -21/+25 |
|\| |
|
| * | x86: add support for fmaddps fma4 instruction with abstraction to avx/sse | Justin Ruggles | 2012-07-27 | 1 | -5/+11 |
| * | eval: fix printing of NaN in eval fate test. | Ronald S. Bultje | 2012-07-26 | 1 | -1/+4 |
| * | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 2 | -13/+12 |
* | | imgutils: Fix warnings about incompatible pointer type and discarded qualifiers | jamal | 2012-07-27 | 1 | -2/+2 |
* | | avutil: support 50 and 60 frame rates in timecode api | Matthieu Bouron | 2012-07-27 | 3 | -4/+40 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -0/+12 |
|\| |
|
| * | dsputil: x86: add SHUFFLE_MASK_W macro | Jason Garrett-Glaser | 2012-07-22 | 1 | -0/+12 |
* | | lavu: disable av_uninit for clang | Paul B Mahol | 2012-07-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 2 | -3/+36 |
|\| |
|
| * | mem: introduce av_malloc_array and av_mallocz_array | Luca Barbato | 2012-07-14 | 2 | -3/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-15 | 1 | -0/+8 |
|\| |
|
| * | eval: add gt(), gte(), lt() and lte() fate tests | Janne Grunau | 2012-07-14 | 1 | -0/+8 |
| * | eval: fix swapping of lt() and lte() | Max Lazarov | 2012-07-14 | 1 | -2/+2 |
* | | av_samples_copy: support overlapping copies | Michael Niedermayer | 2012-07-12 | 1 | -2/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-11 | 1 | -0/+7 |
|\| |
|
| * | configure: Check for the math function rint | Ronald S. Bultje | 2012-07-11 | 1 | -0/+7 |
* | | replace all __volatile__ by volatile | Michael Niedermayer | 2012-07-11 | 1 | -1/+1 |
* | | parseutils: ignore digits below the microsecond. | Nicolas George | 2012-07-10 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-10 | 2 | -3/+45 |
|\| |
|
| * | x86/cpu: implement get/set_eflags using intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
| * | x86/cpu: implement support for cpuid through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
| * | x86/cpu: implement support for xgetbv through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+11 |
| * | lavu: use intrinsics for emms on systems lacking inline asm support | Ronald S. Bultje | 2012-07-10 | 1 | -2/+5 |
| * | mem: Don't abort on av_malloc(0) in debug mode | Martin Storsjö | 2012-07-10 | 1 | -2/+0 |
* | | x86: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-10 | 1 | -20/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-08 | 1 | -0/+8 |
|\| |
|