]> git.sesse.net Git - ffmpeg/history - libavcodec
Drop unused args from vector_fmul_add_add, simpify code, and rename
[ffmpeg] / libavcodec /
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-27 Martin StorsjöDo not compile ZLib data uncompressing function in...
2009-09-27 Måns RullgårdWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-27 Justin RugglesRearrange loop structure for approx. 35-50% faster...
2009-09-27 Kostya ShishkovLooks like ZLib uncompress() cannot deal with some...
2009-09-27 Justin RugglesMove variable declaration to inside of loop.
2009-09-27 Justin RugglesCosmetics: Rename some variables.
2009-09-27 Justin RugglesSimplify coupling band loop.
2009-09-27 Justin RugglesRemove unneeded table lookup.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove some variable declarations to inside of loops.
2009-09-27 Justin RugglesRemove unneeded variable.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesRemove some unneeded variables.
2009-09-27 Justin RugglesCosmetics: Rename some variables
2009-09-27 Justin Rugglessimplify 2 lines into 1 using FFMIN
2009-09-27 Justin RugglesCosmetics: Do some basic pretty-printing.
2009-09-27 Justin RugglesSimplify by combining increment with array access.
2009-09-27 Justin Rugglescosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove 2 variable declarations to inside of loop.
2009-09-27 Justin Rugglessimplify by combining increment with array access
2009-09-27 Justin RugglesRemove unneeded variable
2009-09-27 Justin RugglesHardcode AC-3 critical band tables when CONFIG_HARDCODE...
2009-09-26 Justin Rugglessimplify format string for writing pix_fmt string.
2009-09-26 Måns RullgårdARM: NEON optimised vector_clipf
2009-09-26 Måns RullgårdWMA: remove some unused variables
2009-09-26 Måns RullgårdARM: NEON optimised vector_fmul_reverse
2009-09-26 Reimar DöffingerSpecify maximum sample rate of MLP by defining the...
2009-09-26 Kostya ShishkovFix decoding of TIFF CCITT RLE compressed data.
2009-09-25 Justin RugglesAlign pix_fmt list by allowing one more char for the...
2009-09-24 Reimar DöffingerRemove ff_realloc_static, it is no longer used and...
2009-09-24 Reimar DöffingerReindent.
2009-09-24 Reimar DöffingerRemove a piece of code left-over from the removed alloc...
2009-09-24 Vitor SessakReindent code folowing previous commit (r20019)
2009-09-24 Vitor SessakFactorize duplicated code in at1_imdct_block()
2009-09-24 Maksym VeremeyenkoAllow decoding of 625/50 (PAL) with video_stype==1.
2009-09-24 Kostya ShishkovSupport both LSB and MSB orders for TIFF CCITT G.x...
2009-09-24 Reimar DöffingerCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-09-24 Reimar DöffingerReplace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE...
2009-09-24 Reimar DöffingerChange VLC table creation in x8_vlc_init to use INIT_VL...
2009-09-24 Reimar DöffingerUse ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_...
2009-09-24 Reimar DöffingerUse INIT_VLC_STATIC where easily possible in svq1dec
2009-09-24 Mike MelansonMake sure that all memory allocations succeed.
2009-09-24 Kostya ShishkovTake into account real number of colours when reading...
2009-09-23 Reimar DöffingerFix format string to match the types printed.
2009-09-23 Michael NiedermayerMake sure priv_data is freed and codec is set to NULL...
2009-09-23 Google ChromeCheck submap indexes.
2009-09-23 Måns RullgårdARM: NEON optimised int32_to_float_fmul_scalar
2009-09-23 Måns RullgårdAAC: minor simplification in PNS decoding
2009-09-23 Michael NiedermayerMake error return sign consistent.
2009-09-23 Google ChromeCheck begin/end/partition_size.
2009-09-23 Google ChromeFix >= vs > check of coded_fragment_list_index.
2009-09-23 Diego BiurrunRemove unused variables, fixes the warnings:
2009-09-23 Google ChromeFix init_get_bits() buffer size.
2009-09-23 Google ChromeCheck res_setup->books.
2009-09-23 Google ChromeCheck masterbook index and subclass book index.
2009-09-23 Google ChromeAdd checks for per-packet mode indexes and per-header...
2009-09-23 Google ChromeCheck classbook value.
2009-09-23 Michael NiedermayerSet data_size to 0 to avoid having it uninitialized.
2009-09-23 Michael NiedermayerCheck data_size in decode_frame_mp3on4().
2009-09-23 Michael Niedermayercheck data_size in decode_frame()
2009-09-23 Google ChromeFix book_idx check.
2009-09-23 Google ChromeSanity checks for magnitude and angle.
2009-09-23 Google Chrome= -> == typo.
2009-09-23 Måns RullgårdWMA: use DSPContext.butterflies_float
2009-09-23 Carl Eugen HoyosCosmetics: Fix typo.
2009-09-23 Michael NiedermayerCheck num_units_in_tick/time_scale to be valid and...
2009-09-23 Jason Garrett-GlaserAdd support for new x264 API.
2009-09-23 Michael NiedermayerCheck dimensions against 0 too.
2009-09-23 Michael NiedermayerCheck validity of channels & samplerate.
2009-09-23 Mike MelansonAnother micro-optimization for unpack_vlcs(): Eliminate...
2009-09-22 Michael NiedermayerCheck codec_id and codec_type in avcodec_open(), based...
2009-09-22 Måns RullgårdARM: NEON optimised scalarproduct_float
2009-09-22 Måns RullgårdAAC: 10l: fix PNS decoding
2009-09-22 Benjamin LarssonHook up the MD studio demuxer and Atrac1 decoder.
2009-09-22 Benjamin LarssonMention SDDS so search engines will pick it up for...
2009-09-22 Benjamin LarssonUse ff_sine_32 in atrac1.
2009-09-22 Mike MelansonPerform the DC prediction reversal immediately after...
2009-09-22 Alex ConverseAAC: Simplify some logic from r19956. (The escape codeb...
2009-09-22 Måns RullgårdARM: NEON optimisations for some dsputil functions
2009-09-22 Måns RullgårdAAC: use new dsputil functions
2009-09-22 Måns RullgårdAdd some dsputil functions useful for AAC decoder
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-21 Reimar DöffingerUse a custom radix sort implementation instead of qsort...
2009-09-21 Alex Converseaacenc: Use preprocessor constants for trellis states...
2009-09-21 Alex Converseaacenc: Split paths in the scalefactor selection trelli...
2009-09-21 Alex Converseaacenc: Replace cbrt() with cbrtf() when the result...
2009-09-21 Alex Converseaacenc: Multiple distortion by lambda after it's summed...
2009-09-21 Alex ConverseCosmetics: Reindent after r19943.
2009-09-21 Alex Converseaacenc: Don't make unnecessary compares to the escape...
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-09-21 Måns RullgårdARM: merge two loops in ff_mdct_calc_neon
2009-09-21 Måns RullgårdARM: interleave cos/sin tables for improved NEON MDCT
2009-09-21 Måns RullgårdAllow arch-specific mdct code to request interleaving...
2009-09-21 Måns RullgårdARM: remove broken IPP support
2009-09-21 Mike MelansonModify unpack_vlcs() so that there are fewer dereferenc...
2009-09-20 Diego BiurrunAdd parentheses to logical expression to avoid the...
next