]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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 NiedermayerDo not cast const away.
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-02-01 Michael NiedermayerMerge declaration and initialization.
2008-02-01 Michael NiedermayerDont cast const away.
2008-02-01 Michael NiedermayerWarn about casts which remove const.
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2008-01-31 Michael NiedermayerFix the following using void* casts, proper casts are...
2008-01-31 Michael NiedermayerFix b-libav.ul/al seek regression test.
2008-01-31 Baptiste Coudurierfix field order export
2008-01-31 Michael NiedermayerRevert r11689 and r11690 (uninitalized warning fix...
2008-01-31 Baptiste Coudurierstupid typo
2008-01-31 Reimar DöffingerTwo tables that should be const
2008-01-31 Baptiste Couduriersupport rawvideo in mov
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 Baptiste Couduriertypo, typedef uint8_t GUID[16] in asf.h, and fix warnin...
2008-01-31 Baptiste Coudurierinit to 0, fix warning: mpegenc.c:1022: warning: 'avail...
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: mpegenc.c:303: warning...
2008-01-31 Baptiste Couduriertypo, also fix warning: asf.c:90: warning: passing...
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-30 Måns Rullgårdremove duplicate, disabled nut regression test
2008-01-30 Reimar DöffingerMissed a variable in postprocess.c that should use...
2008-01-30 Reimar DöffingerSimplify: use DECLARE_ASM_CONST
2008-01-30 Baptiste Coudurieruse context in av_log
2008-01-30 Baptiste Coudurierwarning is only valid for mov
2008-01-30 Diego BiurrunDo not print an (L)GPL license statement when nonfree...
2008-01-30 Michael Niedermayerfixing warning
2008-01-29 Diego BiurrunPrint the name of the regression test that was run...
2008-01-29 Reimar DöffingerSupport MP4 subtitles as in
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-29 Diego BiurrunPass argc and argv to the main function of the SDL...
2008-01-29 Kostya ShishkovSMPTE 421 Annex L format demuxer
2008-01-28 Måns Rullgårdrename dv50 regression test output file to dv50.dv
2008-01-28 Reimar DöffingerAdd bitstream filter to convert between mov and plain...
2008-01-28 Reimar DöffingerAdd sbsf option for subtitle bitstream filter
2008-01-28 Jeff DownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2008-01-28 Baptiste Couduriercosmetics, split long lines, remove useless braces...
2008-01-28 Baptiste Couduriercosmetics, vertically align
2008-01-28 Benoit FouetRemove integer.h inclusion.
2008-01-28 Baptiste Coudurierspoke too fast, fix dv fourcc in mov accordingly if...
2008-01-28 Baptiste Coudurierfinally set codec tags for mov/mp4/3gp muxers, this...
2008-01-28 Baptiste Coudurierindentation
2008-01-28 Baptiste Couduriercorrectly and only set standard stsd fourcc for mp4/3gp
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-28 Baptiste Coudurierwrite esds atom when mpeg-4 systems tags are used
2008-01-28 Baptiste Coudurierreorder object types id by muxing preference
2008-01-28 Baptiste Coudurierdocument tag field
2008-01-28 Diego Biurrunseektest depends on both codectest and libavtest.
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 Diego BiurrunAdd Makefile rules for test programs.
2008-01-27 Diego BiurrunDo not install integer.h, it is not part of the public...
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 Måns Rullgårdwhitespace cosmetics
2008-01-27 Måns Rullgårdremove some ifeq ($(CONFIG_FOO),yes)
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 Michael NiedermayerSet subtitle codec id correctly, i hope this does not...
2008-01-26 Michael NiedermayerAdd non standard id needed for dvd subtitles.
2008-01-26 Reimar DöffingerExtract the pure plaintext from mov text subtitles.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2008-01-26 Michael Niedermayerindent
2008-01-26 Michael NiedermayerOnly export packets which belong to the existing AVStream.
2008-01-26 Michael NiedermayerSelect non jpeg if there are multiple substreams.
2008-01-26 Diego BiurrunMerge rules for tools/* into a generic rule.
2008-01-26 Diego BiurrunProperly remove tools on clean.
2008-01-26 Diego BiurrunAdd -pthread to extralibs and not to ldflags so that...
2008-01-26 Diego BiurrunAdd a --enable-nonfree command line parameter similar...
next