]> git.sesse.net Git - ffmpeg/history - libavcodec
fix compilation with --disable-everything --enable-decoder=mpeg2video
[ffmpeg] / libavcodec /
2010-03-20 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-20 Måns Rullgårdrdft: reorder functions to avoid static prototype
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-20 Michael NiedermayerHotfix for regtest-error failure
2010-03-20 Michael NiedermayerError concealment of h264 with multiple references.
2010-03-18 Janusz KrzysztofikReinitialize the h264 decoder context on every valid...
2010-03-18 Måns RullgårdReplace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
2010-03-18 Stefano SabatiniMake g729dec.c:decoder_init() return AVERROR(EINVAL...
2010-03-17 Carl Eugen HoyosFix compilation on PPC 470.
2010-03-17 Alexis Ballierqtrleenc: add rgb555 output
2010-03-17 Maxim PoliakovskiCorrect reference buffer switching in Indeo 5 decoder.
2010-03-17 Kostya Shishkovdocument two variables in Indeo5 decoding context
2010-03-17 Michael NiedermayerUse H264s MC instead of mpeg4-asp qpel for h264 error...
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-15 Baptiste Coudurier100L, revert r22560, already present
2010-03-15 Baptiste Couduriermpegts muxer now needs mpeg4audio code like adts muxer
2010-03-15 Måns RullgårdH264: fix signed overflow in constant multiplication
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-03-15 Michael NiedermayerSupport intra_dc_precision>8 in jpeg
2010-03-15 Michael Niedermayeruse mpeg2 quantization bias for mjpeg.
2010-03-15 Benoit FouetRemove avcodec_thread_execute from avcodec.h, and make...
2010-03-14 Carl Eugen HoyosCosmetics: Fix a comment.
2010-03-14 Måns RullgårdDWT: x86 init should depend on HAVE_MMX
2010-03-14 Reimar DöffingerAllow hard-coding of the 32kB cubic-root table for...
2010-03-14 Reimar DöffingerAllow hard-coding several QDM2 tables (about 32 kB...
2010-03-14 Reimar DöffingerAdd some more table-printing functions needed for futur...
2010-03-14 Måns RullgårdAdd ff_ prefix to dwt functions
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-14 Michael NiedermayerMake sure all mvs of a mb are set in the error concealm...
2010-03-14 Michael NiedermayerEnsure that the deblock filter accesses the correct...
2010-03-13 Alex Converseaacsbr: DSPUtilize analysis input scaling.
2010-03-13 Alex Converseaac: Don't bias output during the IMDCT if SBR will...
2010-03-13 Stefano SabatiniMake iff.c:decode_init return the value returned by
2010-03-13 Aurelien JacobsCODEC_ID_XVID is not used anywhere, remove it at next...
2010-03-13 Aurelien Jacobsbump minor avcodec version for libxvid codec id change...
2010-03-13 David Conradvp3: Split out motion vectors to their own array
2010-03-13 Stefano SabatiniMove error code definitions from libavcodec/avcodec...
2010-03-13 David Conradtheora: Add support for 4:2:2 and 4:4:4 subsampling
2010-03-13 David Conradvp3: remove unneeded error, this is internal and doesn...
2010-03-13 David Conradvp3: Make fragment_width _height by plane
2010-03-13 David Conradvp3: we only need a temp MV array of size 4
2010-03-13 David Conradvp3: Use memset to clear the fragment array
2010-03-13 David Conradvp3: Init MVs to 0
2010-03-13 David Conradvp3: Simplify init_block_mapping
2010-03-12 Aurelien Jacobslibxvid is producing standard mpeg4 so it don't need...
2010-03-12 Michael NiedermayerFix guess_mv() so that it works correctly with 4x4...
2010-03-12 Michael NiedermayerFix indention
2010-03-12 Michael NiedermayerAlways reset slice_table.
2010-03-12 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-12 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-11 Ronald S. BultjeFix spelling.
2010-03-11 Peter RossMake binkaudio work with ff_float_to_int16_interleave_c...
2010-03-11 Måns Rullgårdsnow: remove unused stub functions
2010-03-11 Måns RullgårdAdd some required casts
2010-03-10 Måns Rullgårdsparc: fix a few pages of cast warnings
2010-03-10 Måns Rullgårdsparc: fix dsputil prototypes
2010-03-10 Martin StorsjöOnly use .size in ARM assembly when targeting ELF
2010-03-10 Michael NiedermayerCheck level_prefix a bit (this just checks the max...
2010-03-10 Måns RullgårdReplace $(G) with more generic $(M) in silent make...
2010-03-10 David Conradvp3: avoid buffer overread in coeff decode
2010-03-09 Carl Eugen HoyosFix indentation after r22414.
2010-03-09 Zhou ZongyiSIMD optimization using float_to_int16_interleave.
2010-03-09 Alex Converseaacsbr: Check that bs_num_env is valid before writing...
2010-03-09 Alex Converseaacsbr: Cleanup read_sbr_grid and copy_sbr_grid after...
2010-03-09 Alex Converseaacsbr: Factor out the common end border case from...
2010-03-09 Alex Converseaacsbr: read bs_rel_bord directly into t_env.
2010-03-09 Alex Converseaacsbr: Make the previous value of bs_num_env local...
2010-03-09 Alex Converseaacsbr: Initialize e_a[1] to -1.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-09 Måns RullgårdARM: set size of asm functions in object files
2010-03-09 Måns RullgårdReplace some printf() with puts() in tableprint.c
2010-03-09 Måns RullgårdPrettify make output when generating headers
2010-03-09 Alex Converseaacsbr: Dead code removal.
2010-03-09 Alex Converseaacsbr: Remove a slightly incorrect comment.
2010-03-09 Alex ConverseRevert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE...
2010-03-09 Alex Converseaacsbr: Cleanup the newly merged read_sbr_grid, elimina...
2010-03-09 Alex Converseaacsbr: Move the e_a calculation from sbr_mapping(...
2010-03-09 Alex Converseaacsbr: Merge sbr_time_freq_grid into read_sbr_grid...
2010-03-09 Alex Converseaacsbr: Fail early on illegal envelope counts.
2010-03-09 Alex Converseaacsbr: Check for illegal values of bs_pointer in sbr_r...
2010-03-09 Vitor SessakRevert commit 22378.
2010-03-09 Kostya ShishkovCheck for reference frames so RV 3/4 won't segfault...
2010-03-09 David Conradvp3: correctly clip vp3_draw_horiz_band call
2010-03-09 Alex Converse10l: Include missing return values in functions made...
2010-03-09 Alex Converseaacsbr: Propagate errors from read_sbr_grid to prevent...
2010-03-09 Georgi ChorbadzhiyskiAdd a missing fft.h include to the aacsbr decoder.
2010-03-09 Daniel VerkampBump avcodec minor version for kgv1 decoder
2010-03-09 Daniel VerkampKega Game Video (KGV1) decoder
2010-03-09 Baptiste CoudurierFix interlaced vc-3 decoding, issue #1753
2010-03-09 David Conradvp3: Set pict_type
2010-03-09 David Conradvp3: Allocate a dummy reference frame if we have no...
2010-03-09 David Conradvp3: use FF_BUFFER_TYPE_COPY
2010-03-09 David Conradvp3: Don't leak buffers on errors
2010-03-09 David Conradvp3: Simplify buffer management
2010-03-09 David Conradvp3: be less spammy on broken files
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-03-08 Måns RullgårdAdd missing includes in bfin and sh4 files
2010-03-08 Måns RullgårdARM: add some missing includes
next