]> git.sesse.net Git - ffmpeg/history - libavcodec
Add APIchanges entry for the libavutil/error.h addition.
[ffmpeg] / libavcodec /
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
2010-03-08 Måns RullgårdARM: fix dct-test
2010-03-08 Måns RullgårdSkip mpegaudio3.h in checkheaders
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-03-08 Måns RullgårdSkip the tablegen fragments in checkheaders
2010-03-08 Måns RullgårdAdd TESTOBJS make variable for extra objects used by...
2010-03-08 Måns RullgårdRemove unused fast_memcpy() function in dct-test
2010-03-08 Måns RullgårdMove dctref prototypes to a header file
2010-03-08 Martin StorsjöMove the local includes below the system includes
2010-03-08 Andreas Ömanw32thread: Make avcodec_thread_execute2() static here...
2010-03-08 Andreas ÖmanMake avcodec_thread_execute2() static
2010-03-08 Alexis Balliertargeenc: fix rgb555 encoding on big endian systems.
2010-03-08 Maxim PoliakovskiMake Indeo 5 decoder more robust on bitstream errors.
2010-03-08 Maxim PoliakovskiScale tile dimensions in case both local decoding and...
2010-03-08 Alex ConverseAdd an HE-AAC v1 decoder.
2010-03-08 Måns Rullgårdsh4: move dsputil prototypes to header file
2010-03-08 Måns Rullgårdsh4: fix about 1000 warnings
2010-03-08 Måns Rullgårdbfin: fix function prototypes
2010-03-08 Måns RullgårdARM: move mpegvideo prototypes to a header file
2010-03-08 Måns RullgårdAlpha: move dsputil prototypes to a header file
2010-03-08 Måns RullgårdIFF: move ff_cmap_read_palette() prototype to a header...
2010-03-07 Alex Converse10l: AAC: Set multiplier to 0.
2010-03-07 Alex ConverseAAC: Set codec parameters in the first frame rather...
2010-03-07 Måns RullgårdCreate a public API for FFT family of functions
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-07 Måns RullgårdUpdate include directives in fft-test.c
2010-03-07 Alex ConverseIncrease FF_INPUT_BUFFER_PADDING_SIZE to 64.
2010-03-07 Alex ConverseAAC: Add a new line after the TNS error message.
2010-03-07 Alex ConverseAdd support for non-backwards compatible signaled param...
2010-03-07 Maxim PoliakovskiBand quant tables should not be assigned inside band...
2010-03-07 Reimar DöffingerFix --enable-hardcoded-tables compilation: the generate...
2010-03-07 Maxim PoliakovskiWhen tracking non-zero coefficients during Indeo 5...
2010-03-06 Michael Niedermayerheader for common code between mp3 decoder and encoder.
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdMove ff_spatial_dwt() prototype to snow.h
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove ff_set_qscale() prototype to mpegvideo.h; it is...
next