| Commit message (Expand) | Author | Age | Files | Lines |
* | vorbisenc: simplify floor_classes[] table | Mans Rullgard | 2011-10-22 | 1 | -6/+6 |
* | dca: ARMv6 optimised decode_blockcode() | Mans Rullgard | 2011-10-22 | 2 | -0/+41 |
* | ratecontrol: replace VLAs with malloc/free | Mans Rullgard | 2011-10-22 | 1 | -2/+5 |
* | er: replace VLA with malloc/free | Mans Rullgard | 2011-10-22 | 1 | -3/+5 |
* | avcodec: add ifdef from qatar that could not be merged previously due to comp... | Michael Niedermayer | 2011-10-22 | 1 | -0/+4 |
* | codec_names: invoke preprocessor on avcodec.h. | Nicolas George | 2011-10-22 | 2 | -5/+5 |
* | Merge remote-tracking branch 'mans/ac3' | Michael Niedermayer | 2011-10-22 | 8 | -19/+128 |
|\ |
|
| * | ac3enc: slightly faster quantize_mantissas_blk_ch() | Mans Rullgard | 2011-07-06 | 1 | -7/+4 |
| * | ac3enc: NEON optimised sum_square_butterfly_float | Mans Rullgard | 2011-07-06 | 2 | -0/+25 |
| * | ac3enc: neon optimised sum_square_butterfly_int32 | Mans Rullgard | 2011-07-06 | 2 | -0/+29 |
| * | ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp | Mans Rullgard | 2011-07-06 | 5 | -12/+70 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 25 | -944/+967 |
|\ \ |
|
| * | | libspeexdec: include system headers before local headers | Justin Ruggles | 2011-10-21 | 1 | -1/+1 |
| * | | libspeexdec: return meaningful error codes | Justin Ruggles | 2011-10-21 | 1 | -3/+3 |
| * | | libspeexdec: cosmetics: reindent | Justin Ruggles | 2011-10-21 | 1 | -7/+7 |
| * | | libspeexdec: decode one frame at a time. | Justin Ruggles | 2011-10-21 | 1 | -18/+36 |
| * | | mp3on4: check for allocation failures in decode_init_mp3on4() | Justin Ruggles | 2011-10-21 | 1 | -0/+4 |
| * | | mp3on4: create a separate flush function for MP3onMP4. | Justin Ruggles | 2011-10-21 | 2 | -2/+15 |
| * | | mp3on4: ensure that the frame channel count does not exceed the codec channel | Justin Ruggles | 2011-10-21 | 1 | -3/+14 |
| * | | mp3on4: set channel layout | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
| * | | mp3on4: fix the output channel order | Justin Ruggles | 2011-10-21 | 1 | -4/+4 |
| * | | mp3on4: allocate temp buffer with av_malloc() instead of on the stack. | Justin Ruggles | 2011-10-21 | 1 | -16/+29 |
| * | | mp3on4: copy MPADSPContext from first context to all contexts. | Justin Ruggles | 2011-10-21 | 1 | -0/+1 |
| * | | fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 2 | -60/+61 |
| * | | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 3 | -60/+53 |
| * | | fmtconvert: check compile-time x86 instruction set flags | Justin Ruggles | 2011-10-21 | 1 | -4/+4 |
| * | | fmtconvert: port float_to_int16() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 2 | -76/+55 |
| * | | fmtconvert: fix and extend documentation for float_interleave() | Justin Ruggles | 2011-10-21 | 1 | -1/+9 |
| * | | h264: fix ppc/altivec build | Mans Rullgard | 2011-10-21 | 1 | -2/+2 |
| * | | Enable multithreding when decoding with libopenjpeg | Jean First | 2011-10-21 | 1 | -9/+36 |
| * | | h264: mark some MC functions with av_always_inline instead of inline. | Ronald S. Bultje | 2011-10-21 | 1 | -27/+33 |
| * | | H264: have hl_motion() and its callees take a chroma_idc argument. | Ronald S. Bultje | 2011-10-21 | 1 | -52/+98 |
| * | | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 10 | -592/+337 |
| * | | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 4 | -17/+103 |
| * | | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 23 | -133/+672 |
| * | | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 1 | -0/+2 |
| * | | vp8: fix up handling of segmentation_maps in reference frames. | Ronald S. Bultje | 2011-10-21 | 2 | -14/+65 |
* | | | fix shared lib build | Michael Niedermayer | 2011-10-21 | 2 | -1/+22 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 72 | -493/+738 |
|\| | |
|
| * | | lavc: hide private symbols. | Anton Khirnov | 2011-10-20 | 1 | -7/+6 |
| * | | lavc: deprecate img_get_alpha_info(). | Anton Khirnov | 2011-10-20 | 3 | -0/+8 |
| * | | lavc: use avpriv_ prefix for ff_toupper4. | Anton Khirnov | 2011-10-20 | 3 | -4/+4 |
| * | | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 21 | -35/+35 |
| * | | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 3 | -4/+4 |
| * | | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 7 | -15/+15 |
| * | | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 6 | -9/+9 |
| * | | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 4 | -6/+6 |
| * | | lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. | Anton Khirnov | 2011-10-20 | 2 | -3/+3 |
| * | | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov | 2011-10-20 | 3 | -8/+8 |
| * | | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 2 | -15/+15 |