]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics
[ffmpeg] / libavcodec /
2008-01-19 Kostya Shishkovsimplify 4-point transform part a bit
2008-01-19 Kostya ShishkovFactor out constant addition
2008-01-18 Kostya ShishkovSave quantizer values as well
2008-01-18 Kostya ShishkovSave coded block patterns for future loop filtering.
2008-01-17 Diego BiurrunSimplify preprocessor expression as suggested by Mans.
2008-01-17 Diego BiurrunReplace puts() by dprintf where appropriate.
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2008-01-16 Diego BiurrunRename illegal identifiers, _ followed by capital is...
2008-01-16 Kostya Shishkovpqindex=0 is forbidden
2008-01-16 Michael Niedermayerqscale==0 is invalid
2008-01-16 Diego BiurrunAdd const qualifiers to unmodified function parameters...
2008-01-16 Diego BiurrunRemove bogus cast.
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2008-01-14 Christophe GisquetSelect scan tables for 8x4 and 4x8 blocks only once.
2008-01-14 Michael NiedermayerRemove green clouds.
2008-01-13 Luca Barbatogcc2 doesn't have bogus mergel, patch from Sigbjørn...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-13 Reimar DöffingerGet rid of fft_rev table, use ff_reverse and a shift.
2008-01-12 Reimar DöffingerUse FFSWAP instead of "manual" swap
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2008-01-11 Michael NiedermayerFactorize some code into functions, had this in my...
2008-01-11 Brian BriceClear synth_buf on flush(). Part of a patch by Brian...
2008-01-11 Brian BriceFlush mp2 as well on seeking. Part of a patch by Brian...
2008-01-11 Christophe GisquetFactorize some duplicated code from CAVS and H.264...
2008-01-09 Andreas ÖmanFix a bug causing the generated stream to be corrupt...
2008-01-08 Justin Rugglesused defined name for testing error resilience level
2008-01-08 Diego BiurrunFix random typos.
2008-01-08 Michael NiedermayerRandomly change the amount of noise if nothing is expli...
2008-01-07 Diego PettenòMark the ff_svq1_frame_size_table as constant.
2008-01-07 Diego PettenòMove wmv1_scantable to .rodata section by making it...
2008-01-07 Diego PettenòMark the tables in g726.c as constant.
2008-01-07 Diego PettenòRemove unused symbol.
2008-01-07 Justin Rugglessplit out init of downmix coeffs into a separate functi...
2008-01-06 Justin Rugglesremove unneeded variable from AC3DecodeContext
2008-01-06 Justin Rugglesmake sure that the last coupling band stops at the...
2008-01-06 Justin Rugglesfix phase flag processing for the case when coupling...
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2008-01-06 Kostya ShishkovFractional parts of motion vectors should be accounted...
2008-01-05 Justin Rugglescheck for request_channels in dca init function
2008-01-05 Justin Rugglesadd downmixing support to libfaad decoder
2008-01-05 Justin Rugglescosmetics: indentation after last commit
2008-01-05 Justin Rugglesmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
2008-01-05 Justin Rugglesdo not set channels before checking request_channels
2008-01-05 Justin Rugglesuse request_channels in liba52 decoder
2008-01-05 Justin Rugglescosmetics: indentation
2008-01-05 Justin Rugglescheck for request_channels at codec init
2008-01-05 Justin Rugglesdo not set channels before checking request_channels
2008-01-05 Justin Rugglesadjust output channels based on AVCodecContext.request_...
2008-01-05 Michael NiedermayerDrop non key frames before the first key frame.
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Benjamin LarssonEnable proper output from the LFE channel, based on...
2008-01-04 Kostya ShishkovRV30 thirdpel motion compensation support
2008-01-04 Diego BiurrunChange some files to only include the necessary headers.
2008-01-04 Benoit FouetInitialize "saved" buffer to zero.
2008-01-04 Justin Rugglescosmetics: indentation and add a TODO comment
2008-01-03 Justin Rugglesonly check ac3 crc if AVCodecContext.error_resilience > 0
2008-01-03 Justin Rugglescosmetics: indentation after last commit
2008-01-03 Justin Rugglesremove workaround which is no longer needed due to
2008-01-03 Kostya ShishkovMake decode210() common function.
2008-01-03 Justin Rugglesadd crc check to ac3 decoder
2008-01-02 Christophe GisquetFix issue #301:
2007-12-31 Kostya ShishkovDirect blocks should use motion vectors from the second...
2007-12-30 Justin Rugglessimplify
2007-12-30 Justin Rugglespass an AC3DecodeContext to ac3_downmix() instead of...
2007-12-30 Justin Rugglescosmetics: rename sampling_rate to sample_rate
2007-12-30 Justin Rugglesdo not need to cast a (void *)
2007-12-30 Justin Rugglescosmetics: vertical realignment after last commit
2007-12-30 Justin Rugglescosmetics: rename all AC3DecodeContext variables from...
2007-12-30 Justin Rugglescosmetics: rename GetBitContext gb to gbc
2007-12-30 Justin Rugglesremove unused context variable
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-28 Ivo van Poortenremove forgotten debug statement
2007-12-28 Ivo van PoortenSort properly
2007-12-28 Ivo van PoortenSun Rasterfile decoder
2007-12-28 Justin Rugglesuse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-28 Justin Rugglesuse bps instead of kbps for bitrate
2007-12-28 Justin RugglesDo not give advice for which bitrate to choose.
2007-12-28 Justin Rugglesfix typo
2007-12-28 Diego BiurrunRemove mistakenly added multiple inclusion guards.
2007-12-27 Diego BiurrunFix make checkheaders.
2007-12-27 Diego BiurrunAdd necessary #include, fixes the warnings:
2007-12-27 Alexander StrangeFix clicking sound in xa-adpcm.
2007-12-27 Ivo van Poortenremove useless cast
2007-12-27 Michael NiedermayerFix encoding wmv1 with -mbd 1.
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder
2007-12-26 Ivo van Poortenremove useless assignment
2007-12-26 Ivo van Poortenremove useless assignment
2007-12-26 Ivo van Poortenremove useless casts
2007-12-25 Reimar DöffingerCheck for avcodec_open codec parameter == NULL and...
2007-12-23 Diego Biurruntypo: begining --> beginning
2007-12-23 Luca BarbatoReindent
2007-12-23 Luca BarbatoMinor fix
2007-12-23 Luca Barbato10l do not load after the buffer...
2007-12-22 Luca BarbatoAdd C/B == 0 cases, 2% slower on CELL but should addres...
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoPartially address issue299, no performance change appar...
2007-12-22 Luca BarbatoAvoid a vec_add, directly start with sum
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoFactorize common code (almost cosmetic)
next