]> git.sesse.net Git - ffmpeg/history - libavcodec
Do not use the pts/dts calculation code which needs a parser, when no parser
[ffmpeg] / libavcodec /
2008-05-27 Vitor SessakAdd comment
2008-05-27 Vitor SessakFix doxy comments
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-27 Diego Biurruncosmetics: typo fixes
2008-05-27 Justin Ruggleszero the upper frequencies of the correct coefficients
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes in variable...
2008-05-26 Stefano SabatiniClarify avcodec_encode_audio() vs. PCM audio.
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Diego Biurruncosmetics: typo
2008-05-26 Diego Biurruncosmetics: Use C-style comments in #endif directives.
2008-05-26 Vitor SessakRename var: add read coefficients a decent name
2008-05-26 Vitor SessakUpdate comment
2008-05-26 Vitor SessakRename var: val -> energy
2008-05-26 Vitor SessakRename var: swapbuf* are LPC related
2008-05-26 Vitor SessakRename var: buffer_2 is an adaptive codebook
2008-05-26 Vitor SessakContext vars are not global vars. glob is a bad name...
2008-05-26 Vitor SessakRename context struct to be more consistent with the...
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-05-26 Michael Niedermayerindent
2008-05-26 Michael Niedermayerallow av_parser_close(NULL)
2008-05-26 Michael Niedermayerprint direct_spatial_mv_pred
2008-05-25 Justin Rugglessafer solution for setting audio parameters
2008-05-25 Vitor SessakMerge two if's
2008-05-25 Vitor SessakUse (u)int16_t instead of (unsigned) short
2008-05-25 Justin Rugglesset audio parameters if frame header is ok, even if...
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Rugglesadd error concealment
2008-05-25 Vitor SessakYet more cosmetics
2008-05-25 Vitor SessakMore cosmetics
2008-05-25 Vitor SessakCosmetics
2008-05-25 Vitor SessakRename var
2008-05-25 Vitor SessakMinor simplification of dec1()
2008-05-25 Vitor SessakMinor simplification of dec2()
2008-05-25 Vitor SessakRemove useless variable
2008-05-25 Vitor SessakCosmetics: merge declaration and initialization
2008-05-25 Vitor SessakCosmetics: braces removal
2008-05-25 Vitor SessakMove evaluation of variable a to where it is trivial
2008-05-25 Vitor SessakMake add_wav() receive a vector instead of three integers
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Ruggles10l: fix error in commit r13382
2008-05-25 Vitor SessakRemove gbuf2 from context
2008-05-25 Justin Rugglesadd checks for missing information in the first block
2008-05-25 Justin Rugglesadd check for invalid channel mode when coupling is...
2008-05-25 Michael NiedermayerFix MB skipping with droppable frames.
2008-05-25 Michael NiedermayerDo not reject odd width/height.
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-25 Vitor SessakRemove yet another val (gbuf1) from context
2008-05-25 Vitor SessakParameter n of dec functions is always 3. Hardcode it.
2008-05-24 Michael NiedermayerMove const *pow2tab out of context.
2008-05-24 Michael Niedermayersimplify init_pow2table
2008-05-24 Michael NiedermayerMerge init_rootpow2table and init_pow2table.
2008-05-24 Vitor SessakIndent
2008-05-24 Vitor SessakRemove another useless variable from context
2008-05-24 Vladimir VoroshilovMove pitch vector interpolation code to acelp_filters
2008-05-24 Vitor SessakUse an intermediate variable for overflow testing
2008-05-24 Vitor SessakHandle the case where we do not have enough input
2008-05-24 Michael NiedermayerAnoter try to make +- behave sanely.
2008-05-24 Vitor SessakSimplify eq()
2008-05-24 Vitor SessakSimplify final()
2008-05-24 Vitor SessakSimplify rms()
2008-05-24 Vitor SessakMore simplifications of ra144_decode_frame()
2008-05-24 Vitor SessakMake wavtable a table instead of an array
2008-05-24 Carl Eugen HoyosFix compilation for buggy icc.
2008-05-23 Vladimir Voroshilovadaptive and fixed codebook vector operations for ACELP...
2008-05-23 Michael NiedermayerFix + - bug with non flags.
2008-05-22 Benjamin LarssonUpdate copyright and text
2008-05-22 Maxim PoliakovskiFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-05-21 Vitor SessakMake gbuf2 a table instead of an array
2008-05-21 Vitor SessakRemove unneeded var from context
2008-05-21 Stefano SabatiniImprove parse_primary() error message.
2008-05-21 Vitor SessakCosmetics: indentation
2008-05-21 Vitor SessakSimplify irms()
2008-05-21 Vitor SessakSimplify add_wav()
2008-05-21 Vitor SessakOnly one out of two values of gbuf1 is actually used...
2008-05-21 Vitor SessakMake etable1 and etable2 tables instead of arrays.
2008-05-21 Vitor SessakSimplify ra144_decode_frame() by unrolling a senseless
2008-05-21 Vitor SessakUse ff_sqrt() function instead of using a table
2008-05-17 Vitor SessakCosmetics: move function to remove forward declarations
2008-05-17 Vitor SessakMinor simplification of rotate_block()
2008-05-17 Vitor SessakCosmetics: indentation
2008-05-17 Vitor SessakCosmetics: rename variable
2008-05-17 Vitor SessakSimplify ra144_decode_frame()
2008-05-17 Michael NiedermayerSimplify vsad16_mmx2().
2008-05-17 Vitor SessakRemove a useless temporary buffer
2008-05-17 Michael NiedermayerSimplify vsad16_mmx().
2008-05-17 Vitor SessakConvert ra144.h tables from hex to decimal
2008-05-17 Michael NiedermayerSimplify vsad_intra16_mmx2()
2008-05-17 Michael NiedermayerSimplify vsad_intra16_mmx()
2008-05-17 Lars TäuberLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-17 Diego BiurrunThe MPEG4AAC codec is provided by an external library...
2008-05-17 Diego Biurrunmissing codec long names by Stefano Sabatini, stefano...
2008-05-16 Michael NiedermayerAvoid using log2() freebsd does not support it.
2008-05-16 Diego BiurrunFix big-endian vs. little-endian typo.
2008-05-16 Diego Biurrunconsistent codec name by Stefano Sabatini, stefano...
2008-05-16 Diego BiurrunAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-15 Diego Biurruncosmetics: Use C-style comment delimiters with #endif...
2008-05-15 Diego Biurruncosmetics: Fix typos in ADPCM codec long names.
2008-05-15 Stefano Sabatinicosmetics: s/Id/id/ in libavcodec where Id refers to...
2008-05-15 Vitor SessakRemove useless buffers
next