| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'ffmpeg-mt/master' | Alexander Strange | 2011-05-31 | 2 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-31 | 1 | -8/+5 |
|\ |
|
| * | ARM: simplify inline asm with 64-bit operands | Mans Rullgard | 2011-05-30 | 1 | -8/+5 |
* | | examples: move API examples to a dedicated dir in doc | Stefano Sabatini | 2011-05-30 | 2 | -469/+0 |
* | | rawdec: fail in case of unknow pixel format | Stefano Sabatini | 2011-05-30 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 6 | -12/+9 |
|\| |
|
| * | ARM: enable UAL syntax in asm.S | Mans Rullgard | 2011-05-29 | 5 | -6/+3 |
| * | vp8: use av_clip_uintp2() where possible | Mans Rullgard | 2011-05-29 | 1 | -6/+6 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 12 | -21/+11 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 16 | -404/+780 |
|\| |
|
| * | ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() | Mans Rullgard | 2011-05-28 | 1 | -1/+1 |
| * | ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. | Justin Ruggles | 2011-05-28 | 1 | -2/+2 |
| * | ac3dsp: fix loop condition in ac3_update_bap_counts_c() | Justin Ruggles | 2011-05-28 | 1 | -1/+1 |
| * | ARM: unbreak build | Mans Rullgard | 2011-05-28 | 1 | -1/+0 |
| * | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 7 | -114/+150 |
| * | ac3enc: split mantissa bit counting into a separate function. | Justin Ruggles | 2011-05-28 | 1 | -18/+31 |
| * | ac3enc: store per-block/channel bap pointers by reference block in a 2D array | Justin Ruggles | 2011-05-28 | 1 | -27/+25 |
| * | get_bits: add av_unused tag to cache variable | Mans Rullgard | 2011-05-28 | 1 | -1/+1 |
| * | ARM: aacdec: fix constraints on inline asm | Mans Rullgard | 2011-05-28 | 1 | -75/+78 |
| * | ARM: remove unnecessary volatile from inline asm | Mans Rullgard | 2011-05-28 | 2 | -34/+34 |
| * | ARM: add "cc" clobbers to inline asm where needed | Mans Rullgard | 2011-05-28 | 3 | -4/+7 |
| * | ac3enc: use LOCAL_ALIGNED macro | Mans Rullgard | 2011-05-28 | 1 | -2/+5 |
| * | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 3 | -4/+14 |
| * | vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping | James Zern | 2011-05-28 | 1 | -0/+1 |
| * | cosmetics: indentation and alignment after previous commit | Justin Ruggles | 2011-05-27 | 1 | -87/+87 |
| * | ac3enc: add support for E-AC-3 encoding. | Justin Ruggles | 2011-05-27 | 6 | -24/+305 |
| * | ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to | Justin Ruggles | 2011-05-27 | 2 | -52/+84 |
* | | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 3 | -5/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 3 | -3/+4 |
|\| |
|
| * | ARM: disable ff_vector_fmul_vfp on VFPv3 systems | Mans Rullgard | 2011-05-27 | 1 | -1/+2 |
| * | x86: Add appropriate ifdefs around certain AVX functions. | Diego Biurrun | 2011-05-27 | 2 | -0/+11 |
* | | Fix memleak | Etienne Buira | 2011-05-27 | 1 | -0/+1 |
* | | Fix typo | Etienne Buira | 2011-05-27 | 1 | -1/+1 |
* | | Remove specific note when not specific | Etienne Buira | 2011-05-27 | 1 | -2/+2 |
* | | Minor cleanup in libx264.c | Etienne Buira | 2011-05-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 2 | -7/+7 |
|\| |
|
| * | Mark parameterless function declarations as 'void'. | Diego Biurrun | 2011-05-26 | 1 | -1/+1 |
| * | ac3enc: initialize all coefficients to zero. | Justin Ruggles | 2011-05-25 | 1 | -6/+6 |
* | | Fix 32bit rawvideo in avi on big-endian. | Carl Eugen Hoyos | 2011-05-26 | 1 | -1/+1 |
* | | webm: Additional options/presets for VP8 encodes under FFmpeg | James Zern | 2011-05-26 | 1 | -4/+49 |
* | | libx264: support aspect Ratio Switch | JULIAN GARDNER | 2011-05-26 | 1 | -0/+6 |
* | | Fix compilation with YASM/NASM versions not supporting AVX. | Reimar Döffinger | 2011-05-26 | 2 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 4 | -16/+4 |
|\| |
|
| * | Remove h263_msmpeg4 from MpegEncContext. | Alex Converse | 2011-05-25 | 4 | -16/+4 |
* | | ffv1: fix 16bits multithreading | Michael Niedermayer | 2011-05-26 | 1 | -8/+10 |
* | | mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messages | ami_stuff | 2011-05-25 | 1 | -2/+2 |
* | | Fail when lowres value is lower than 0 | ami_stuff | 2011-05-25 | 1 | -1/+1 |
* | | indeo3: add out-of-buffer write check | Stefano Sabatini | 2011-05-25 | 1 | -0/+3 |
* | | Do not reset channel_layout to 0. | Carl Eugen Hoyos | 2011-05-25 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 16 | -252/+769 |
|\| |
|