summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* whitespace and sorting cosmeticsDiego Biurrun2008-01-27
* Add generic rule for all tests.Diego Biurrun2008-01-27
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-27
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-27
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-27
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-26
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-26
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* indentMichael Niedermayer2008-01-26
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-26
* Properly remove tools on clean.Diego Biurrun2008-01-26
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-26
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-26