| Commit message (Expand) | Author | Age | Files | Lines |
* | vertical align in libx264.c | Jason Garrett-Glaser | 2010-04-19 | 1 | -6/+6 |
* | Add const to some pointer parameters. | Michael Kaufmann | 2010-04-17 | 1 | -4/+4 |
* | vp3: Use avctx pointer directly | David Conrad | 2010-04-17 | 1 | -2/+2 |
* | vp3: Read fps and aspect ratio in the decoder | David Conrad | 2010-04-17 | 1 | -4/+10 |
* | vp3: Don't crop if there's a left/top offset, it's wrong | David Conrad | 2010-04-17 | 1 | -3/+5 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 9 | -3/+118 |
* | vp3: More buffer length checks | David Conrad | 2010-04-16 | 1 | -4/+9 |
* | vp3: Remove internal debug statement | David Conrad | 2010-04-16 | 1 | -2/+1 |
* | H.264: cosmetics (vertical align). | Gwenole Beauchesne | 2010-04-15 | 1 | -1/+1 |
* | H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -6/+2 |
* | H.264: move avctx->refs init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -2/+2 |
* | pngdec: Add support for PIX_FMT_Y400A | Andreas Öman | 2010-04-14 | 1 | -0/+2 |
* | Add PIX_FMT_Y400A, 8bit gray, 8bit alpha | Andreas Öman | 2010-04-14 | 1 | -0/+1 |
* | Factorize code in get_bit_rate(). | Stefano Sabatini | 2010-04-13 | 1 | -9/+3 |
* | Add rectangle.h #include for fill_rectangle(). | Diego Biurrun | 2010-04-13 | 1 | -0/+1 |
* | Move static function fill_filter_caches() from h264.h to h264.c. | Diego Biurrun | 2010-04-13 | 2 | -216/+216 |
* | DCA: indent | Måns Rullgård | 2010-04-13 | 1 | -19/+19 |
* | DCA: optimise dca_subsubframe() | Måns Rullgård | 2010-04-13 | 1 | -19/+13 |
* | [VA-API] Fix long-term reference frames addition to the DPB. | Gwenole Beauchesne | 2010-04-13 | 1 | -1/+1 |
* | 10l: fix build on non-NEON ARM | Måns Rullgård | 2010-04-13 | 1 | -2/+3 |
* | Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, | Stefano Sabatini | 2010-04-12 | 1 | -5/+5 |
* | Fix grammar: a expression -> an expression. | Stefano Sabatini | 2010-04-12 | 1 | -1/+1 |
* | Remove stray empty line. | Stefano Sabatini | 2010-04-12 | 1 | -1/+0 |
* | DCA: ARM/NEON optimised lfe_fir | Måns Rullgård | 2010-04-12 | 5 | -1/+99 |
* | DCA: 16-byte-align lfe_fir tables | Måns Rullgård | 2010-04-12 | 1 | -2/+2 |
* | DCA: break out lfe_interpolation_fir() inner loops to a function | Måns Rullgård | 2010-04-12 | 4 | -22/+88 |
* | Fix constness for func[12] parameters in ff_parse_expr() and | Stefano Sabatini | 2010-04-12 | 2 | -10/+11 |
* | Change constness for func[12]_name parameters of ff_parse_expr() and | Stefano Sabatini | 2010-04-12 | 2 | -10/+10 |
* | Rename ff_parse() to ff_parse_expr(). | Stefano Sabatini | 2010-04-12 | 3 | -4/+4 |
* | Remove unnecessary header inclusion directives. | Stefano Sabatini | 2010-04-12 | 1 | -7/+1 |
* | Extradata length checks for Huffyuv. | Michael Kaufmann | 2010-04-12 | 1 | -1/+4 |
* | DCA: use FASTDIV in decode_blockcode() | Måns Rullgård | 2010-04-12 | 1 | -2/+4 |
* | ARM: fix NEON synth_filter_float with hardfp calls | Måns Rullgård | 2010-04-12 | 1 | -1/+3 |
* | Remove useless header inclusion. | Jai Menon | 2010-04-12 | 1 | -1/+0 |
* | DCA: simplify lfe_interpolation_fir() | Måns Rullgård | 2010-04-12 | 2 | -1037/+211 |
* | DCA: use a local variable for loop boundary | Måns Rullgård | 2010-04-12 | 1 | -1/+2 |
* | DCA: use some type-punning in qmf_32_subbands() | Måns Rullgård | 2010-04-12 | 1 | -2/+3 |
* | Rename ff_eval2() to ff_parse_and_eval_expr(). | Stefano Sabatini | 2010-04-11 | 3 | -7/+7 |
* | Rename ff_parse_eval() to ff_eval_expr(). | Stefano Sabatini | 2010-04-11 | 3 | -5/+5 |
* | Place some empty line in the doxy. | Stefano Sabatini | 2010-04-11 | 1 | -0/+4 |
* | Remove redundant file descriptions from copyright headers. | Stefano Sabatini | 2010-04-11 | 2 | -5/+1 |
* | Avoid the use of the symbol ff_expr_s for referencing AVExpr. | Stefano Sabatini | 2010-04-11 | 2 | -3/+3 |
* | DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. | Jai Menon | 2010-04-11 | 1 | -0/+1 |
* | Doxument ff_free_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -0/+3 |
* | Make ff_fill_linesize() use the information stored in | Stefano Sabatini | 2010-04-11 | 1 | -95/+24 |
* | Rename ff_eval_free() to ff_free_expr(). | Stefano Sabatini | 2010-04-11 | 3 | -12/+13 |
* | Rename AVEvalExpr to AVExpr, as suggested by Michael. | Stefano Sabatini | 2010-04-11 | 3 | -30/+30 |
* | Move AVEvalExpr declaration at the beginning of the file, where it is | Stefano Sabatini | 2010-04-11 | 1 | -2/+2 |
* | alacenc : Report supported input sample formats. | Jai Menon | 2010-04-10 | 1 | -0/+1 |
* | ARM: NEON optimised synth_filter_float | Måns Rullgård | 2010-04-10 | 4 | -0/+133 |