]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix typo.
[ffmpeg] / libavcodec /
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-26 Sebastian VaterReidnent after r22795.
2010-04-26 Sebastian VaterMove some branches outside looped code. Should improve...
2010-04-26 Sebastian VaterSwitch some ints to unsigned (they can only have positi...
2010-04-26 Sebastian VaterMake two functions out of #define hackery.
2010-04-25 Stefano SabatiniMake avcodec_check_dimensions() return AVERROR(EINVAL...
2010-04-23 Ronald S. BultjeAdd acelp_filters.o as QCELP decoder object file.
2010-04-23 Måns RullgårdWorkaround for missing llrintf()
2010-04-22 Justin Rugglesac3dec: return smaller of buf_size and frame_size inste...
2010-04-22 Måns RullgårdARM: fix build for darwin/iphone
2010-04-22 Michael NiedermayerSet .supported_samplerates for mpeg audio encoders.
2010-04-21 Ronald S. BultjeWMAVoice postfilter.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Jai MenonFix typo.
2010-04-21 Ronald S. BultjeImplement QCELP postfilter.
2010-04-21 Ronald S. BultjeMake the Sipr16k postfilter function write data into...
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-04-21 Ronald S. BultjeSplit the input/output data arguments to ff_adaptive_ga...
2010-04-21 David Conradtheora: coeff huffman codes are allowed to be up to...
2010-04-21 Vitor Sessak10l: do not try to unpack DTX frames in AMR-NB decoder
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego Biurruncosmetics: Switch Doxygen comments to JavaDoc style.
2010-04-19 Jason Garrett-Glaservertical align in libx264.c
2010-04-17 Michael KaufmannAdd const to some pointer parameters.
2010-04-17 David Conradvp3: Use avctx pointer directly
2010-04-17 David Conradvp3: Read fps and aspect ratio in the decoder
2010-04-17 David Conradvp3: Don't crop if there's a left/top offset, it's...
2010-04-17 David Conradvp3: DC-only IDCT
2010-04-16 David Conradvp3: More buffer length checks
2010-04-16 David Conradvp3: Remove internal debug statement
2010-04-15 Gwenole BeauchesneH.264: cosmetics (vertical align).
2010-04-15 Gwenole BeauchesneH.264: move avctx->{profile,level} init before AVCodecC...
2010-04-15 Gwenole BeauchesneH.264: move avctx->refs init before AVCodecContext...
2010-04-14 Andreas Ömanpngdec: Add support for PIX_FMT_Y400A
2010-04-14 Andreas ÖmanAdd PIX_FMT_Y400A, 8bit gray, 8bit alpha
2010-04-13 Stefano SabatiniFactorize code in get_bit_rate().
2010-04-13 Diego BiurrunAdd rectangle.h #include for fill_rectangle().
2010-04-13 Diego BiurrunMove static function fill_filter_caches() from h264...
2010-04-13 Måns RullgårdDCA: indent
2010-04-13 Måns RullgårdDCA: optimise dca_subsubframe()
2010-04-13 Gwenole Beauchesne[VA-API] Fix long-term reference frames addition to...
2010-04-13 Måns Rullgård10l: fix build on non-NEON ARM
2010-04-12 Stefano SabatiniChange ff_raw_pixelFormatTags RGB entries (RGB555,...
2010-04-12 Stefano SabatiniFix grammar: a expression -> an expression.
2010-04-12 Stefano SabatiniRemove stray empty line.
2010-04-12 Måns RullgårdDCA: ARM/NEON optimised lfe_fir
2010-04-12 Måns RullgårdDCA: 16-byte-align lfe_fir tables
2010-04-12 Måns RullgårdDCA: break out lfe_interpolation_fir() inner loops...
2010-04-12 Stefano SabatiniFix constness for func[12] parameters in ff_parse_expr...
2010-04-12 Stefano SabatiniChange constness for func[12]_name parameters of ff_par...
2010-04-12 Stefano SabatiniRename ff_parse() to ff_parse_expr().
2010-04-12 Stefano SabatiniRemove unnecessary header inclusion directives.
2010-04-12 Michael KaufmannExtradata length checks for Huffyuv.
2010-04-12 Måns RullgårdDCA: use FASTDIV in decode_blockcode()
2010-04-12 Måns RullgårdARM: fix NEON synth_filter_float with hardfp calls
2010-04-12 Jai MenonRemove useless header inclusion.
2010-04-12 Måns RullgårdDCA: simplify lfe_interpolation_fir()
2010-04-12 Måns RullgårdDCA: use a local variable for loop boundary
2010-04-12 Måns RullgårdDCA: use some type-punning in qmf_32_subbands()
2010-04-11 Stefano SabatiniRename ff_eval2() to ff_parse_and_eval_expr().
2010-04-11 Stefano SabatiniRename ff_parse_eval() to ff_eval_expr().
2010-04-11 Stefano SabatiniPlace some empty line in the doxy.
2010-04-11 Stefano SabatiniRemove redundant file descriptions from copyright headers.
2010-04-11 Stefano SabatiniAvoid the use of the symbol ff_expr_s for referencing...
2010-04-11 Jai MenonDECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
2010-04-11 Stefano SabatiniDoxument ff_free_expr().
2010-04-11 Stefano SabatiniMake ff_fill_linesize() use the information stored in
2010-04-11 Stefano SabatiniRename ff_eval_free() to ff_free_expr().
2010-04-11 Stefano SabatiniRename AVEvalExpr to AVExpr, as suggested by Michael.
2010-04-11 Stefano SabatiniMove AVEvalExpr declaration at the beginning of the...
2010-04-10 Jai Menonalacenc : Report supported input sample formats.
2010-04-10 Måns RullgårdARM: NEON optimised synth_filter_float
2010-04-10 Måns RullgårdMake synth_filter a function pointer
2010-04-10 Måns RullgårdDCA: align some arrays
2010-04-08 Alex ConverseReindent read_sbr_extension.
2010-04-08 Alex ConversePrint an error and skip PS when PS is found but explici...
2010-04-08 Alex ConverseAdd support for PS sync extensions.
2010-04-08 Alex ConverseUse get_bits_left() in the sync extension check.
2010-04-08 Alex ConverseFix ext_object_type.
2010-04-06 Craig ThomassonFix segfault when encoder initialization fails.
2010-04-04 Reinhard TartlerAvoid division by zero
2010-04-03 Vitor SessakAdd help for (I)RDFT test in fft-test
2010-04-03 Vitor SessakMake code using 1d-DCT consistent with the API change
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-02 Alex Converseaacenc: Error when an unsupported profile is requested
2010-04-02 Alex Converseaacenc: Don't lowpass the input unless specifically...
2010-04-02 Michael NiedermayerChange default for bidir_refine to 1.
2010-04-02 Michael NiedermayerOptimize bidir_refine a bit.
2010-04-02 Michael NiedermayerChange bidir refine hash code so we only need to perfor...
2010-04-02 Michael NiedermayerReduce the size of the bidir refine hashtable from...
2010-04-02 Michael NiedermayerMove comment that belonged to cmp() back to cmp().
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2010-04-01 Michael NiedermayerStore range coder state transition table.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-04-01 Reimar DöffingerChange/simplify the tableprint/tablegen API.
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-04-01 Takashi MochizukiFix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
2010-04-01 Bobby BinghamAdd function to export EDGE_WIDTH from libavcodec.
2010-03-31 Ronald S. BultjeDocument API addition of avcodec_copy_context().
2010-03-31 Ronald S. BultjeAdd avcodec_copy_context().
next