log

age author description
2010-04-30 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
2010-04-28 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec
2010-04-26 rbultje Reidnent after r22795. libavcodec
2010-04-26 rbultje Move some branches outside looped code. Should improve the generated asm (and libavcodec
2010-04-26 rbultje Switch some ints to unsigned (they can only have positive values, this allows libavcodec
2010-04-26 cehoyos Make two functions out of #define hackery. libavcodec
2010-04-25 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
2010-04-23 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
2010-04-23 mru Workaround for missing llrintf() libavcodec
2010-04-22 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
2010-04-22 mru ARM: fix build for darwin/iphone libavcodec
2010-04-22 michael Set .supported_samplerates for mpeg audio encoders. libavcodec
2010-04-21 rbultje WMAVoice postfilter. libavcodec
2010-04-21 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
2010-04-21 jai_menon Fix typo. libavcodec
2010-04-21 rbultje Implement QCELP postfilter. libavcodec
2010-04-21 rbultje Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec
2010-04-21 rbultje Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec
2010-04-21 rbultje Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec
2010-04-21 conrad theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec
2010-04-21 vitor 10l: do not try to unpack DTX frames in AMR-NB decoder libavcodec
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavcodec
2010-04-20 diego cosmetics: Switch Doxygen comments to JavaDoc style. libavcodec
2010-04-19 darkshikari vertical align in libx264.c libavcodec
2010-04-17 cehoyos Add const to some pointer parameters. libavcodec
2010-04-17 conrad vp3: Use avctx pointer directly libavcodec
2010-04-17 conrad vp3: Read fps and aspect ratio in the decoder libavcodec
2010-04-17 conrad vp3: Don't crop if there's a left/top offset, it's wrong libavcodec
2010-04-17 conrad vp3: DC-only IDCT libavcodec
2010-04-16 conrad vp3: More buffer length checks libavcodec
2010-04-16 conrad vp3: Remove internal debug statement libavcodec
2010-04-15 gb H.264: cosmetics (vertical align). libavcodec
2010-04-15 gb H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec
2010-04-15 gb H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodec
2010-04-14 andoma pngdec: Add support for PIX_FMT_Y400A libavcodec
2010-04-14 andoma Add PIX_FMT_Y400A, 8bit gray, 8bit alpha libavcodec
2010-04-13 stefano Factorize code in get_bit_rate(). libavcodec
2010-04-13 diego Add rectangle.h #include for fill_rectangle(). libavcodec
2010-04-13 diego Move static function fill_filter_caches() from h264.h to h264.c. libavcodec
2010-04-13 mru DCA: indent libavcodec
2010-04-13 mru DCA: optimise dca_subsubframe() libavcodec
2010-04-13 gb [VA-API] Fix long-term reference frames addition to the DPB. libavcodec
2010-04-13 mru 10l: fix build on non-NEON ARM libavcodec
2010-04-12 stefano Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, libavcodec
2010-04-12 stefano Fix grammar: a expression -> an expression. libavcodec
2010-04-12 stefano Remove stray empty line. libavcodec
2010-04-12 mru DCA: ARM/NEON optimised lfe_fir libavcodec
2010-04-12 mru DCA: 16-byte-align lfe_fir tables libavcodec
2010-04-12 mru DCA: break out lfe_interpolation_fir() inner loops to a function libavcodec
2010-04-12 stefano Fix constness for func[12] parameters in ff_parse_expr() and libavcodec
2010-04-12 stefano Change constness for func[12]_name parameters of ff_parse_expr() and libavcodec
2010-04-12 stefano Rename ff_parse() to ff_parse_expr(). libavcodec
2010-04-12 stefano Remove unnecessary header inclusion directives. libavcodec
2010-04-12 benoit Extradata length checks for Huffyuv. libavcodec
2010-04-12 mru DCA: use FASTDIV in decode_blockcode() libavcodec
2010-04-12 mru ARM: fix NEON synth_filter_float with hardfp calls libavcodec
2010-04-12 jai_menon Remove useless header inclusion. libavcodec
2010-04-12 mru DCA: simplify lfe_interpolation_fir() libavcodec
2010-04-12 mru DCA: use a local variable for loop boundary libavcodec
2010-04-12 mru DCA: use some type-punning in qmf_32_subbands() libavcodec
2010-04-11 stefano Rename ff_eval2() to ff_parse_and_eval_expr(). libavcodec
2010-04-11 stefano Rename ff_parse_eval() to ff_eval_expr(). libavcodec
2010-04-11 stefano Place some empty line in the doxy. libavcodec
2010-04-11 stefano Remove redundant file descriptions from copyright headers. libavcodec