]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix the following warnings:
[ffmpeg] / libavcodec /
2008-01-31 Andreas ÖmanFix the following warnings:
2008-01-31 Baptiste Couduriercast to correct type, fix warning: apedec.c:859: warnin...
2008-01-31 Baptiste Coudurierfix indentation
2008-01-31 Baptiste Coudurierinit to 0, fix warning: h263.c:4730: warning: 'dc_pred_...
2008-01-31 Baptiste Couduriercast to dest type, fix warning: 4xm.c:304: warning...
2008-01-31 Baptiste Couduriercast to dest type, fix warning imgconvert.c:1958: warni...
2008-01-30 Baptiste Coudurieradd const, fix warning: cook.c:276: warning: passing...
2008-01-30 Baptiste Coudurieradd parenthesis, fix warning: i386/dsputil_mmx.c:2618...
2008-01-30 Baptiste Coudurierfix prototypes, remove warning: i386/dsputil_mmx.c...
2008-01-28 Reimar DöffingerAdd bitstream filter to convert between mov and plain...
2008-01-28 Jeff DownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2008-01-27 Diego BiurrunMove common test program infrastructure to common.mak.
2008-01-27 Diego BiurrunMove some lines in preparation for an upcoming commit.
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED in yet another place
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED and remove unneeded attribute_used
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-27 Diego Biurruntypo
2008-01-27 Diego BiurrunAdd $(EXESUF) where necessary.
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-27 Diego Biurrunwhitespace and sorting cosmetics
2008-01-27 Diego BiurrunAdd generic rule for all tests.
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED
2008-01-27 Guillaume Poirierfix indentation that was messed up by r11628
2008-01-27 Siarhei Siamashkafix lowres decoding support on ARM CPUs
2008-01-26 Diego BiurrunDo not group libamr_nb and libamr_wb together as libamr.
2008-01-25 Måns Rullgårdclean up dynamic loading of libfaad
2008-01-25 Zdenek KabelacCorrectly clean up IntraX8Context upon codec close.
2008-01-24 Måns Rullgårdcosmetic: libfaad.c indentation
2008-01-24 Måns Rullgårdfix dynamic loading of libfaad 2.6
2008-01-24 Michael NiedermayerFix crash for CAVLC->CABAC switch caused by writing...
2008-01-23 Diego BiurrunAdd #undef printf and disable non-functional code to...
2008-01-23 Diego BiurrunFix test program compilation: Add missing #include...
2008-01-23 Diego BiurrunPut some disabled functions that are only used in the...
2008-01-23 Diego BiurrunAdd #undef random and call the right function to fix...
2008-01-22 Diego BiurrunRemove unused variables in test code.
2008-01-22 Diego BiurrunFix warnings in test code:
2008-01-21 Diego BiurrunRemove two unused variables.
2008-01-21 Diego BiurrunRemove unnecessary forward declaration.
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2008-01-20 Aurelien Jacobsadd proper matroskaenc dependency over xiph.o
2008-01-20 Aurelien Jacobsadd missing Makefile rules for zork pcm encoder/decoder
2008-01-20 Aurelien Jacobsand thus, nellymoser obviously also depens on fft.o
2008-01-20 Aurelien Jacobsnellymoser uses mdct functions
2008-01-19 Reimar DöffingerAdd mfspr-based AltiVec detection code.
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.
next