]> git.sesse.net Git - ffmpeg/history - libavcodec
Cosmetics: more indentation consistency
[ffmpeg] / libavcodec /
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
2008-05-15 Vitor SessakSimplify rotate_block()
2008-05-15 Vitor SessakDo not pass the context to functions that do not use it
2008-05-15 Vitor SessakDeclare vars as const when possible
2008-05-15 Vitor SessakDo not copy tables to a context var, use them directly
2008-05-15 Vitor SessakRemove unneeded fields from the decoder context
2008-05-15 Vitor SessakRead the bitstream where the data is actually needed...
2008-05-15 Vitor SessakUse correct type in FFSWAP (thanks to Benoit Fouet...
2008-05-15 Vitor SessakCosmetics: remove useless parenthesis
2008-05-15 Vitor SessakThe first table of decodetable[] is unrelated to the...
2008-05-15 Diego BiurrunADPCM codec long names by Stefano Sabatini, stefano...
2008-05-15 Stefano SabatiniDPCM codec long names, patch by Stefano Sabatini, stefa...
2008-05-15 Stefano SabatiniMake av_set_string() fail when number could not be...
2008-05-14 Stefano SabatiniAdd codec long name, patch by Stefano Sabatini, stefano...
2008-05-14 Stefano SabatiniUpdate offset in the option string later, to have a...
2008-05-13 Måns Rullgårdacelp_filters.h needs stdint.h
2008-05-13 Carl Eugen HoyosAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-13 Stefano SabatiniFix a typo.
2008-05-12 Carl Eugen HoyosCorrect type for pcx_rle_decode().
2008-05-12 Carl Eugen HoyosReplace one more occurrence of -1 with PIX_FMT_NONE.
2008-05-12 Guillaume Poirierarmv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARM...
2008-05-12 Carl Eugen HoyosDo not use variable frame_info before its value is...
2008-05-11 Alexander StrangePrevious commit missed an initialization - this fixes...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-11 Alexander StrangeSet and use h->mb_xy in SVQ3 too.
2008-05-11 Siarhei SiamashkaAdd some initial optimizations for ARM VFP (floating
2008-05-11 Alexander StrangeRemove newly unused variables.
2008-05-11 Alexander StrangeUse h->mb_xy directly in decode_cabac_residual().
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-05-11 Vitor SessakSimplify do_voice().
2008-05-11 Vitor SessakReplace some hardcoded swapping with FFSWAP.
2008-05-11 Vitor SessakRemove unused defines from ra144.
2008-05-11 Matthieu Castetcosmetics: indent after last commit. patch by matthieu...
2008-05-11 Matthieu Castetsimplify decoding of uncompressed samples. patch by...
2008-05-11 Vladimir VoroshilovImplement bidirectional (positive offset - left, negati...
2008-05-11 Stefano SabatiniDocument AVCodecContext channels field.
2008-05-11 Vladimir VoroshilovUpdate comment to version, negotiated with Diego, and
2008-05-11 Vladimir VoroshilovFix compilation error.
2008-05-11 Justin Rugglesfix reading of samples-per-frame
2008-05-11 Vladimir Voroshilovvarious filters for ACELP-based codecs
2008-05-11 Vitor SessakSimplify a list of array allocations with a loop.
2008-05-11 Vladimir VoroshilovReplace hardcoded LP filter order with parameter.
2008-05-10 Vitor SessakRemove useless memset, patch by Vitor Sessak, vitor1001...
2008-05-10 Vitor SessakRewrite unpack_input() completely, patch by Vitor Sessa...
2008-05-10 Vitor Sessakcosmetics: Reindent file, patch by Vitor Sessak, vitor1...
2008-05-09 Diego BiurrunAdd missing required header directly.
2008-05-09 Diego BiurrunAdd missing path to #include.
2008-05-09 Diego BiurrunAdd missing path to #include statement.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Michael NiedermayerLittle fix for block sizes <16
2008-05-09 Diego BiurrunRevert previous mistaken commit.
2008-05-09 Diego Biurrunipp.h is a system header, use <> when #including it.
2008-05-09 Diego Biurrundsputil.h is not a system header, use "" when #includin...
2008-05-09 Michael NiedermayerImprove motion estimation metric.
2008-05-08 Aurelien Jacobsremove useless comment
next