12196 Commits (ff794171c97ae123cac041726e9c8bdc36c7e6c0)
 

Author SHA1 Message Date
Reimar Döffinger e1cc833926 Add sbsf option for subtitle bitstream filter 17 years ago
Jeff Downs 79db7ac6ef Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated 17 years ago
Baptiste Coudurier 0b98a7b3b2 cosmetics, split long lines, remove useless braces, merge comments and if 17 years ago
Baptiste Coudurier 506e4bb8bc cosmetics, vertically align 17 years ago
Benoit Fouet dd670dedf9 Remove integer.h inclusion. 17 years ago
Baptiste Coudurier bbe052463d spoke too fast, fix dv fourcc in mov accordingly if strict 17 years ago
Baptiste Coudurier ea1664e33a finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell 17 years ago
Baptiste Coudurier d97f214435 indentation 17 years ago
Baptiste Coudurier a23c9c4a50 correctly and only set standard stsd fourcc for mp4/3gp 17 years ago
Reimar Döffinger d334c7c237 Use DECLARE_ASM_CONST where possible in libswscale code 17 years ago
Baptiste Coudurier d0c0a29b5a write esds atom when mpeg-4 systems tags are used 17 years ago
Baptiste Coudurier efc9e44da6 reorder object types id by muxing preference 17 years ago
Baptiste Coudurier 2c2f58c0ad document tag field 17 years ago
Diego Biurrun b15136b793 seektest depends on both codectest and libavtest. 17 years ago
Diego Biurrun bca9e0bcf1 Move common test program infrastructure to common.mak. 17 years ago
Diego Biurrun fe34942e92 Move some lines in preparation for an upcoming commit. 17 years ago
Diego Biurrun 4942a0e8ee Add Makefile rules for test programs. 17 years ago
Diego Biurrun cff7ccdd44 Do not install integer.h, it is not part of the public API. 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Reimar Döffinger 038f0f9b34 Use DECLARE_ALIGNED in yet another place 17 years ago
Reimar Döffinger 6a1a2fa0fe Use DECLARE_ALIGNED and remove unneeded attribute_used 17 years ago
Reimar Döffinger cc8c2c6ab3 Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. 17 years ago
Diego Biurrun cf6cb7c562 typo 17 years ago
Diego Biurrun eba6ba4a74 Add $(EXESUF) where necessary. 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Måns Rullgård 20963a7156 whitespace cosmetics 17 years ago
Måns Rullgård a11f43a466 remove some ifeq ($(CONFIG_FOO),yes) 17 years ago
Diego Biurrun 1260eb4a68 whitespace and sorting cosmetics 17 years ago
Diego Biurrun f98869bcec Add generic rule for all tests. 17 years ago
Reimar Döffinger 27215c6bf4 Use DECLARE_ALIGNED 17 years ago
Guillaume Poirier d761f08987 fix indentation that was messed up by r11628 17 years ago
Siarhei Siamashka 13686bc2cd fix lowres decoding support on ARM CPUs 17 years ago
Michael Niedermayer cc8d87b793 Set subtitle codec id correctly, i hope this does not break anything. 17 years ago
Michael Niedermayer e73e3a926d Add non standard id needed for dvd subtitles. 17 years ago
Reimar Döffinger 7dfc1fdea2 Extract the pure plaintext from mov text subtitles. 17 years ago
Michael Niedermayer 1e3c9307e6 Set correct codec type and id for text subtitles. 17 years ago
Michael Niedermayer 41e19673ef indent 17 years ago
Michael Niedermayer ee6e2dbebf Only export packets which belong to the existing AVStream. 17 years ago
Michael Niedermayer 0bc4728e3b Select non jpeg if there are multiple substreams. 17 years ago
Diego Biurrun 1521c500da Merge rules for tools/* into a generic rule. 17 years ago
Diego Biurrun 2b258bbaad Properly remove tools on clean. 17 years ago
Diego Biurrun afc9aee2b4 Add -pthread to extralibs and not to ldflags so that the dependency gets 17 years ago
Diego Biurrun 3fe142e255 Add a --enable-nonfree command line parameter similar to --enable-gpl. 17 years ago
Diego Biurrun 64e13d6914 Do not group libamr_nb and libamr_wb together as libamr. 17 years ago
Diego Biurrun 4f1ab3ceee Clarify some FAQ entries. 17 years ago
Diego Biurrun d485fed47b Split general problems section into general questions and usage. 17 years ago
Diego Biurrun cbf7878e97 Update AC-3 FAQ entry. 17 years ago
Baptiste Coudurier 067db6a58a comment vorbis objectype id 17 years ago
Baptiste Coudurier 4f8dc3b7f1 this one is not standardized either 17 years ago
Baptiste Coudurier c63d3668fc remove non standard object type ids, if you find samples, report them 17 years ago