summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix the following warnings:Andreas Öman2008-01-31
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier2008-01-31
* fix indentationBaptiste Coudurier2008-01-31
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier2008-01-31
* cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier2008-01-31
* cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...Baptiste Coudurier2008-01-31
* add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_ref...Baptiste Coudurier2008-01-30
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-30
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-30
* remove duplicate, disabled nut regression testMåns Rullgård2008-01-30
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
* use context in av_logBaptiste Coudurier2008-01-30
* warning is only valid for movBaptiste Coudurier2008-01-30
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-30
* fixing warningMichael Niedermayer2008-01-30
* Print the name of the regression test that was run after finishing the test.Diego Biurrun2008-01-29
* Support MP4 subtitles as inReimar Döffinger2008-01-29
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-29
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
* rename dv50 regression test output file to dv50.dvMåns Rullgård2008-01-28
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-28
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-28
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
* Remove integer.h inclusion.Benoit Fouet2008-01-28
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-28
* indentationBaptiste Coudurier2008-01-28
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
* document tag fieldBaptiste Coudurier2008-01-28
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-28
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-27
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-27
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27
* typoDiego Biurrun2008-01-27
* Add $(EXESUF) where necessary.Diego Biurrun2008-01-27
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* whitespace cosmeticsMåns Rullgård2008-01-27
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-27