Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-20cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun
2010-04-20vertical align in libx264.cJason Garrett-Glaser
2010-04-17Add const to some pointer parameters.Michael Kaufmann
2010-04-17vp3: Use avctx pointer directlyDavid Conrad
2010-04-17vp3: Read fps and aspect ratio in the decoderDavid Conrad
2010-04-17vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-04-16vp3: More buffer length checksDavid Conrad
2010-04-16vp3: Remove internal debug statementDavid Conrad
2010-04-15H.264: cosmetics (vertical align).Gwenole Beauchesne
2010-04-15H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-15H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-15pngdec: Add support for PIX_FMT_Y400AAndreas Öman
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman
2010-04-14Factorize code in get_bit_rate().Stefano Sabatini
2010-04-14Add rectangle.h #include for fill_rectangle().Diego Biurrun
2010-04-14Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun
2010-04-13DCA: indentMåns Rullgård
2010-04-13DCA: optimise dca_subsubframe()Måns Rullgård
2010-04-13[VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne
2010-04-1310l: fix build on non-NEON ARMMåns Rullgård
2010-04-13Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,Stefano Sabatini
2010-04-13Fix grammar: a expression -> an expression.Stefano Sabatini
2010-04-13Remove stray empty line.Stefano Sabatini
2010-04-13DCA: ARM/NEON optimised lfe_firMåns Rullgård
2010-04-13DCA: 16-byte-align lfe_fir tablesMåns Rullgård
2010-04-13DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård
2010-04-13Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini
2010-04-12Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini
2010-04-12Rename ff_parse() to ff_parse_expr().Stefano Sabatini
2010-04-12Remove unnecessary header inclusion directives.Stefano Sabatini
2010-04-12Extradata length checks for Huffyuv.Michael Kaufmann
2010-04-12DCA: use FASTDIV in decode_blockcode()Måns Rullgård
2010-04-12ARM: fix NEON synth_filter_float with hardfp callsMåns Rullgård
2010-04-12Remove useless header inclusion.Jai Menon
2010-04-12DCA: simplify lfe_interpolation_fir()Måns Rullgård
2010-04-12DCA: use a local variable for loop boundaryMåns Rullgård
2010-04-12DCA: use some type-punning in qmf_32_subbands()Måns Rullgård
2010-04-12Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini
2010-04-12Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini
2010-04-12Place some empty line in the doxy.Stefano Sabatini
2010-04-12Remove redundant file descriptions from copyright headers.Stefano Sabatini
2010-04-11Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini
2010-04-11DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.Jai Menon
2010-04-11Doxument ff_free_expr().Stefano Sabatini
2010-04-11Make ff_fill_linesize() use the information stored inStefano Sabatini
2010-04-11Rename ff_eval_free() to ff_free_expr().Stefano Sabatini
2010-04-11Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini
2010-04-11Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini