]> git.sesse.net Git - ffmpeg/history - libavcodec
Casts to silcence "incompatible pointer type" warnings.
[ffmpeg] / libavcodec /
2008-02-01 Michael NiedermayerCasts to silcence "incompatible pointer type" warnings.
2008-02-01 Michael Niedermayerconst src for bswap
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael NiedermayerUse bytestream.
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerone "cast discards qualifiers from pointer target type...
2008-02-01 Michael Niedermayerconsts
2008-02-01 Michael Niedermayerconsts
2008-02-01 Michael Niedermayerconsts
2008-02-01 Michael NiedermayerThe buffer passed into the decoder should be const.
2008-02-01 Michael NiedermayerFix const qualifer issues found by -Wcast-qual.
2008-02-01 Michael NiedermayerIndention, it seems i have forgotton to commit this.
2008-01-31 Baptiste Coudurierfix field order export
2008-01-31 Michael NiedermayerRevert r11689 and r11690 (uninitalized warning fix...
2008-01-31 Reimar DöffingerTwo tables that should be const
2008-01-31 Michael NiedermayerComment about weird warning prevention.
2008-01-31 Michael Niedermayerfix "uninitalized" warning, the alternative way.
2008-01-31 Baptiste Coudurierrevert r11677, it is considered speed critical
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: snow.c:2413: warning...
2008-01-31 Baptiste CoudurierAdd const qualifier, fix warnings:
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: qtrleenc.c:257: warning...
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...
next