]> git.sesse.net Git - ffmpeg/history - libavcodec
Make LOAD4/STORE4 macros more generic.
[ffmpeg] / libavcodec /
2008-07-08 Victor PollexMake LOAD4/STORE4 macros more generic.
2008-07-07 Michael Niedermayer1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 Michael NiedermayerFix x86-64
2008-07-07 Michael Niedermayerdont use C-asm loops and unroll once float_to_int16_3dnow()
2008-07-07 Benjamin Larssonredundant assignment found by Clang
2008-07-06 Vitor SessakSimplify: glob->phase is always == 3
2008-07-06 Vitor SessakCosmetics: reindent tables
2008-07-06 Vitor SessakRemove phasep context var, it is just phase*5
2008-07-06 Vitor SessakSlighly faster operation
2008-07-06 Vitor SessakTypo in a comment: s/two avoid/to avoid/
2008-07-06 Vitor SessakCosmetics: remove braces
2008-07-06 Vitor SessakAnother use of scalar_product_float()
2008-07-06 Vitor SessakDo not reimplement memmove()
2008-07-06 Gregory MontoirRemove context fields which can be used as simple local...
2008-07-06 Gregory MontoirRemove av_cold attribute on decode_frame and add it...
2008-07-06 Stefano SabatiniDocument av_find_opt().
2008-07-06 Kostya ShishkovAltivec implementation of APE vector functions
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-07-05 Vitor SessakCosmetics: remove braces
2008-07-05 Vitor SessakCreate a function for float dot product instead of...
2008-07-05 Diego BiurrunAdd correct header #include to fix 'make checkheaders'.
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-07-05 Diego BiurrunRemove unused variable, fixes the warning:
2008-07-04 Vitor SessakWrite for loops in a more standard way. In my opinion...
2008-07-04 Ramiro PollaMLP/TrueHD decoder.
2008-07-04 Vitor SessakMove vars declaration to inner loop when possible
2008-07-04 Vitor SessakSimplify
2008-07-03 Vitor SessakRemove unneeded var
2008-07-03 Vitor SessakUse a matrix instead of a vector
2008-07-03 Vitor SessakReindent table
2008-07-03 Michael NiedermayerWe do not only calculate it but we also return it.
2008-07-03 Michael NiedermayerMore correct comment.
2008-07-03 Michael Niedermayermake sum_of_squares() more generic
2008-07-02 Alexander StrangeCosmetics: split a long line.
2008-07-02 Alexander StrangeUse get_cabac_bypass_sign instead of an if/else.
2008-07-02 Alexander StrangeReorder the if/else for residual cats to match gcc...
2008-07-02 Alexander StrangeSimplify loop condition for readability.
2008-07-02 Alexander StrangeReindent.
2008-07-02 Alexander StrangeClone decode_cabac_residual() for DC residuals, to...
2008-07-02 Alexander StrangeDon't generate two copies of hl_decode_mb() under ENABL...
2008-07-02 Alexander StrangeDon't test for H264 encoding unless an encoder exists.
2008-07-02 Ramiro PollaClarify comment about parity nibble.
2008-07-01 Ramiro PollaMake ff_mlp_read_major_sync() take a GetBitContext...
2008-06-30 Stefano SabatiniClarify/simplify documentation for the default_val...
2008-06-30 Vitor SessakRemove useless wrapper around ra288_decode_frame()
2008-06-30 Vitor SessakRemove unpack() function, read the bitstream as needed
2008-06-30 Vitor SessakClean up error message
2008-06-30 Vitor SessakRewrite unpack() using the bitstream reader
2008-06-30 Vladimir Voroshilovgain code, gain pitch and pitch delay decoding for...
2008-06-30 Vitor SessakMove function to avoid forward declaration
2008-06-30 Vitor SessakRemove useless initialization
2008-06-30 Vitor SessakReindent the whole file
2008-06-30 Benoit FouetSimplify mm_support() for ARM (by Måns).
2008-06-30 Matthieu CastetDefine mm_support() for ARM.
2008-06-29 Vitor SessakMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 Vitor SessakUpdate copyright
2008-06-29 Vitor SessakUse ff_acelp_lp_synthesis_filter() instead of duplicati...
2008-06-29 Vitor SessakAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
2008-06-29 Laurent DesnoguesAdd command line support for '-idct simplearmv6'.
2008-06-29 Vitor SessakDoxy comment
2008-06-28 Baptiste Coudurierset frame_size in libfaad decoder
2008-06-28 Alexander StrangeRealign newlines.
2008-06-28 Alexander StrangeUse MANGLE() instead of memory operands to read globals.
2008-06-28 Michael NiedermayerMake code independent/less dependent on dsputil.
2008-06-27 Ramiro PollaSeek the file forwards instead of backwards when sync...
2008-06-27 Alexander StrangeRemove pointless AVFrame* casting.
2008-06-27 Alexander StrangeRemove duplicate emms.
2008-06-27 Alexander StrangeRemove commented-out code.
2008-06-27 Alexander StrangeExport qscale so that postprocessing works.
2008-06-27 Alexander StrangeRemove unused PutBitContext.
2008-06-26 Måns RullgårdRevert "add libmpeg2 permutation to dct-test"
2008-06-26 Aurelien JacobsVP3 parser can also handle VP6 without any changes.
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-26 Michael NiedermayerVP3 & Theora parser to extract keyframe flags.
2008-06-26 Måns Rullgårdadd libmpeg2 permutation to dct-test
2008-06-25 Michael NiedermayerSupport >=4096 dimensions, fixes issue499.
2008-06-25 Michael NiedermayerSet frame_size to the gcd of what the decoder can output.
2008-06-25 Alexander StrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-25 Alexander StrangeUse a local variable instead of mm_flags in dct-test.
2008-06-25 Stefan Gehrermake ModeAlphabet read-only and use a custom mode alphabet
2008-06-25 David LiuClose parse context.
2008-06-25 Ramiro PollaMake it a little easier to spot that the code is not...
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 Vitor SessakSimplify interp()
2008-06-24 Vitor SessakMore cosmetics
2008-06-24 Vitor SessakCosmetics
2008-06-24 Stefan Gehrerrevert accidental const slipping in
2008-06-24 Diego BiurrunReplace redundant MAX macro declaration by proper use...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-24 Vitor SessakUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 Vitor SessakRemove unused entries from lpc_refl_cb*
2008-06-24 Vitor SessakRemove unused entries from energy_tab
2008-06-24 Laurent DesnoguesMark constant structure member as const to avoid some...
2008-06-24 Diego BiurrunRemove redundant mm_flags declaration, fixes the warning:
2008-06-23 Vitor SessakRemove unused values from gain_{val,exp}_tab
2008-06-23 Vitor SessakNow these tables fit in 16 bits.
2008-06-23 Vitor SessakMerge the >> 4 calculation of cb1_base in the table
next