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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-10alacenc : Report supported input sample formats.Jai Menon
2010-04-10ARM: NEON optimised synth_filter_floatMåns Rullgård
2010-04-10Make synth_filter a function pointerMåns Rullgård
2010-04-10DCA: align some arraysMåns Rullgård
2010-04-08Reindent read_sbr_extension.Alex Converse
2010-04-08Print an error and skip PS when PS is found but explicitly found butAlex Converse
2010-04-08Add support for PS sync extensions.Alex Converse
2010-04-08Use get_bits_left() in the sync extension check.Alex Converse
2010-04-08Fix ext_object_type.Alex Converse
2010-04-06Fix segfault when encoder initialization fails.Craig Thomasson
2010-04-04Avoid division by zeroReinhard Tartler
2010-04-03Add help for (I)RDFT test in fft-testVitor Sessak
2010-04-03Make code using 1d-DCT consistent with the API changeVitor Sessak
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-02aacenc: Error when an unsupported profile is requestedAlex Converse
2010-04-02aacenc: Don't lowpass the input unless specifically requested.Alex Converse
2010-04-02Change default for bidir_refine to 1.Michael Niedermayer
2010-04-02Optimize bidir_refine a bit.Michael Niedermayer