]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
redundant assignment found by Clang
[frescor/ffmpeg.git] / libavcodec /
2008-07-07 bananredundant assignment found by Clang
2008-07-06 vitorSimplify: glob->phase is always == 3
2008-07-06 vitorCosmetics: reindent tables
2008-07-06 vitorSimplify
2008-07-06 vitorSlighly faster operation
2008-07-06 vitorTypo
2008-07-06 vitorCosmetics: remove braces
2008-07-06 vitorAnother use of scalar_product_float()
2008-07-06 vitorDo not reimplement memmove()
2008-07-06 diegoRemove context fields which can be used as simple local...
2008-07-06 diegoRemove av_cold attribute on decode_frame and add it...
2008-07-06 stefanoDocument av_find_opt().
2008-07-06 kostyaAltivec implementation of APE vector functions
2008-07-06 kostyaAdd several vector functions used by Monkey's Audio...
2008-07-05 vitorCosmetics: remove braces
2008-07-05 vitorCreate a function for float dot product instead of...
2008-07-05 diegoAdd correct header #include to fix 'make checkheaders'.
2008-07-05 diegoAdd required stdint.h header #include.
2008-07-05 diegospelling cosmetics
2008-07-05 diegoAdd a note to remind people that new PCM/ADPCM formats...
2008-07-05 diegoRemove unused variable, fixes the warning:
2008-07-04 vitorWrite for loops in a more standard way. In my opinion...
2008-07-04 ramiroMLP/TrueHD decoder.
2008-07-04 vitorMove vars declaration to inner loop when possible
2008-07-04 vitorSimplify
2008-07-03 vitorRemove unneeded var
2008-07-03 vitorUse a matrix instead of a vector
2008-07-03 vitorReindent table
2008-07-03 michaelWe do not only calculate it but we also return it.
2008-07-03 michaelMore correct comment.
2008-07-03 michaelmake sum_of_squares() more generic
2008-07-02 astrangeCosmetics: split a long line.
2008-07-02 astrangeUse get_cabac_bypass_sign instead of an if/else.
2008-07-02 astrangeReorder the if/else for residual cats to match gcc...
2008-07-02 astrangeSimplify loop condition for readability.
2008-07-02 astrangeReindent.
2008-07-02 astrangeClone decode_cabac_residual() for DC residuals, to...
2008-07-02 astrangeDon't generate two copies of hl_decode_mb() under ENABL...
2008-07-02 astrangeDon't test for H264 encoding unless an encoder exists.
2008-07-02 ramiroClarify comment about parity nibble.
2008-07-01 ramiroMake ff_mlp_read_major_sync() take a GetBitContext...
2008-06-30 stefanoClarify/simplify documentation for the default_val...
2008-06-30 vitorRemove useless wrapper around ra288_decode_frame()
2008-06-30 vitorRemove unpack() function, read the bitstream as needed
2008-06-30 vitorClean up error message
2008-06-30 vitorRewrite unpack() using the bitstream reader
2008-06-30 voroshilgain code, gain pitch and pitch delay decoding for...
2008-06-30 vitorMove function to avoid forward declaration
2008-06-30 vitorRemove useless initialization
2008-06-30 vitorReindent the whole file
2008-06-30 benoitSimplify mm_support() for ARM (by Måns).
2008-06-30 benoitDefine mm_support() for ARM.
2008-06-29 vitorMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 vitorUpdate copyright
2008-06-29 vitorUse ff_acelp_lp_synthesis_filter() instead of duplicati...
2008-06-29 vitorAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
2008-06-29 diegoAdd command line support for '-idct simplearmv6'.
2008-06-29 vitorDoxy comment
2008-06-28 bcoudurierset frame_size in libfaad decoder
2008-06-28 astrangeRealign newlines.
2008-06-28 astrangeUse MANGLE() instead of memory operands to read globals.
2008-06-28 michaelMake code independant/less dependant on dsputil.
2008-06-27 ramiroSeek the file forwards instead of backwards when sync...
2008-06-27 astrangeRemove pointless AVFrame* casting.
2008-06-27 astrangeRemove duplicate emms.
2008-06-27 astrangeRemove commented-out code.
2008-06-27 astrangeExport qscale so that postprocessing works.
2008-06-27 astrangeRemove unused PutBitContext.
2008-06-26 mruRevert "add libmpeg2 permutation to dct-test"
2008-06-26 aurelVP3 parser can also handle VP6 without any changes.
2008-06-26 stefangmove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-26 michaelVP3 & Theora parser to extract keyframe flags.
2008-06-26 mruadd libmpeg2 permutation to dct-test
2008-06-25 michaelSupport >=4096 dimensions, fixes issue499.
2008-06-25 michaelSet frame_size to the gcd of what the decoder can output.
2008-06-25 astrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-25 astrangeUse a local variable instead of mm_flags in dct-test.
2008-06-25 stefangmake ModeAlphabet read-only and use a custom mode alphabet
2008-06-25 benoitClose parse context.
2008-06-25 ramiroMake it a little easier to spot that the code is not...
2008-06-25 stefangremove duplicate tables
2008-06-24 astrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 vitorSimplify interp()
2008-06-24 vitorMore cosmetics
2008-06-24 vitorCosmetics
2008-06-24 stefangrevert accidental const slipping in
2008-06-24 diegoReplace redundant MAX macro declaration by proper use...
2008-06-24 stefangmark read-only data as const
2008-06-24 vitorUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 vitorRemove unused entries from lpc_refl_cb*
2008-06-24 vitorRemove unused entries from energy_tab
2008-06-24 diegoMark constant structure member as const to avoid some...
2008-06-24 diegoRemove redundant mm_flags declaration, fixes the warning:
2008-06-23 vitorRemove unused values from gain_{val,exp}_tab
2008-06-23 vitorNow these tables fits in 16 bits
2008-06-23 vitorMerge the >> 4 calculation of cb1_base in the table
2008-06-23 vitorConsistency: make the output buffer the first argument...
2008-06-23 vitorUse sizeof() intead of hardcoding the values
2008-06-23 vitorSimplify
2008-06-23 vitorSimplify
next