12281 Commits (b034f72b17ab9266d1c006dec1d60abeceefb5c6)
 

Author SHA1 Message Date
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
Måns Rullgård 7b0dee28d2 clean up dynamic loading of libfaad 17 years ago
Zdenek Kabelac e2fdba650d Correctly clean up IntraX8Context upon codec close. 17 years ago
Måns Rullgård 0f44edaa1c cosmetic: libfaad.c indentation 17 years ago
Måns Rullgård dbbc573253 fix dynamic loading of libfaad 2.6 17 years ago
Michael Niedermayer cb077b7aa3 Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. 17 years ago
Diego Biurrun 6bf398a030 Add #undef printf and disable non-functional code to make test program compile. 17 years ago
Michael Niedermayer 51198a8737 Comment to explain how the add/remove core works. 17 years ago
Diego Biurrun 07ad12ecdd Fix test program compilation: Add missing #include and update the call 17 years ago
Diego Biurrun c46e28746c Put some disabled functions that are only used in the test program in cabac.c 17 years ago
Diego Biurrun 79bfd0ef76 Add #undef random and call the right function to fix test program compilation. 17 years ago
Diego Biurrun 6a339972af Remove unused variables in test code. 17 years ago
Mike Melanson 07bf0cc9cf clarify previous revision on optimization justification 17 years ago
Mike Melanson ac59e7f4b1 Ministry of English Composition edits 17 years ago
Michael Niedermayer 5e123bd359 Cosmetics to speed up finding sections of interest. 17 years ago
Michael Niedermayer 8f738eea43 "What speedup justifies an optimization" section 17 years ago