| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the deblock filter accesses the correct MVs for h264. | Michael Niedermayer | 2010-03-14 | 1 | -6/+12 |
* | aacsbr: DSPUtilize analysis input scaling. | Alex Converse | 2010-03-13 | 1 | -2/+1 |
* | aac: Don't bias output during the IMDCT if SBR will be used. | Alex Converse | 2010-03-13 | 2 | -17/+18 |
* | Make iff.c:decode_init return the value returned by | Stefano Sabatini | 2010-03-13 | 1 | -2/+3 |
* | CODEC_ID_XVID is not used anywhere, remove it at next major bump | Aurelien Jacobs | 2010-03-13 | 1 | -0/+2 |
* | bump minor avcodec version for libxvid codec id change (r22489) | Aurelien Jacobs | 2010-03-13 | 1 | -1/+1 |
* | vp3: Split out motion vectors to their own array | David Conrad | 2010-03-13 | 1 | -23/+27 |
* | Move error code definitions from libavcodec/avcodec.h to | Stefano Sabatini | 2010-03-13 | 1 | -20/+0 |
* | theora: Add support for 4:2:2 and 4:4:4 subsampling | David Conrad | 2010-03-13 | 1 | -37/+92 |
* | vp3: remove unneeded error, this is internal and doesn't happen | David Conrad | 2010-03-13 | 1 | -5/+0 |
* | vp3: Make fragment_width _height by plane | David Conrad | 2010-03-13 | 1 | -22/+24 |
* | vp3: we only need a temp MV array of size 4 | David Conrad | 2010-03-13 | 1 | -18/+6 |
* | vp3: Use memset to clear the fragment array | David Conrad | 2010-03-13 | 1 | -17/+1 |
* | vp3: Init MVs to 0 | David Conrad | 2010-03-13 | 1 | -4/+2 |
* | vp3: Simplify init_block_mapping | David Conrad | 2010-03-13 | 1 | -98/+19 |
* | libxvid is producing standard mpeg4 so it don't need its own codec id | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | Fix guess_mv() so that it works correctly with 4x4 MV blocks. | Michael Niedermayer | 2010-03-12 | 1 | -11/+35 |
* | Fix indention | Michael Niedermayer | 2010-03-12 | 1 | -1/+1 |
* | Always reset slice_table. | Michael Niedermayer | 2010-03-12 | 1 | -2/+1 |
* | fix compilation with --disable-everything --enable-muxer=mpegts | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | fix compilation with --disable-everything --enable-decoder=twinvq | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | Fix spelling. | Ronald S. Bultje | 2010-03-11 | 4 | -10/+10 |
* | Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot... | Peter Ross | 2010-03-11 | 1 | -0/+5 |
* | snow: remove unused stub functions | Måns Rullgård | 2010-03-11 | 1 | -3/+0 |
* | Add some required casts | Måns Rullgård | 2010-03-11 | 1 | -2/+2 |
* | sparc: fix a few pages of cast warnings | Måns Rullgård | 2010-03-10 | 2 | -76/+34 |
* | sparc: fix dsputil prototypes | Måns Rullgård | 2010-03-10 | 3 | -4/+31 |
* | Only use .size in ARM assembly when targeting ELF | Martin Storsjö | 2010-03-10 | 1 | -1/+1 |
* | Check level_prefix a bit (this just checks the max our bitreader can handle, | Michael Niedermayer | 2010-03-10 | 1 | -1/+6 |
* | Replace $(G) with more generic $(M) in silent make rules | Måns Rullgård | 2010-03-10 | 1 | -3/+3 |
* | vp3: avoid buffer overread in coeff decode | David Conrad | 2010-03-10 | 1 | -1/+1 |
* | Fix indentation after r22414. | Carl Eugen Hoyos | 2010-03-09 | 1 | -10/+10 |
* | SIMD optimization using float_to_int16_interleave. | Zhou Zongyi | 2010-03-09 | 1 | -0/+11 |
* | aacsbr: Check that bs_num_env is valid before writing arrays with it as an of... | Alex Converse | 2010-03-09 | 1 | -1/+2 |
* | aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ... | Alex Converse | 2010-03-09 | 1 | -28/+27 |
* | aacsbr: Factor out the common end border case from t_q setup. | Alex Converse | 2010-03-09 | 1 | -3/+2 |
* | aacsbr: read bs_rel_bord directly into t_env. | Alex Converse | 2010-03-09 | 1 | -28/+19 |
* | aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). | Alex Converse | 2010-03-09 | 2 | -55/+54 |
* | aacsbr: Initialize e_a[1] to -1. | Alex Converse | 2010-03-09 | 1 | -0/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 3 | -0/+6 |
* | ARM: set size of asm functions in object files | Måns Rullgård | 2010-03-09 | 16 | -178/+183 |
* | Replace some printf() with puts() in tableprint.c | Måns Rullgård | 2010-03-09 | 1 | -3/+3 |
* | Prettify make output when generating headers | Måns Rullgård | 2010-03-09 | 1 | -3/+3 |
* | aacsbr: Dead code removal. | Alex Converse | 2010-03-09 | 1 | -6/+0 |
* | aacsbr: Remove a slightly incorrect comment. | Alex Converse | 2010-03-09 | 1 | -1/+1 |
* | Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64." | Alex Converse | 2010-03-09 | 1 | -5/+3 |
* | aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context | Alex Converse | 2010-03-09 | 2 | -65/+48 |
* | aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). | Alex Converse | 2010-03-09 | 1 | -7/+9 |
* | aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). | Alex Converse | 2010-03-09 | 1 | -76/+66 |
* | aacsbr: Fail early on illegal envelope counts. | Alex Converse | 2010-03-09 | 1 | -12/+14 |