9896 Commits (98ae6acfee66f75d610e2180e088022d36092c6b)

Author SHA1 Message Date
John Adcock 3f87f39cb8 Update x264 asm code to latest to add support for 64-bit Windows. 16 years ago
Diego Biurrun d8c2f8f71f Split RV10 encoder off into its own file. 16 years ago
Diego Biurrun b6767d6d9b Split RV20 encoder into its own file. 16 years ago
Justin Ruggles eb98cdfa8d cosmetics: add more detailed information to the documentation for 16 years ago
Jeff Downs 81b44c42d5 Cosmetic: Reindent after last commit 16 years ago
Jeff Downs ca6493ab40 Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master 16 years ago
Colin McQuillan d5652f38fb Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() 16 years ago
Diego Biurrun f7e1353523 Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. 16 years ago
Colin McQuillan 33ae681f5c Expose QCELP's floating-point LSP-to-LPC function 16 years ago
Colin McQuillan 1e1e02eacd Make the LSP naming more consistent 16 years ago
Justin Ruggles b5fe06abf0 Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. 16 years ago
Diego Biurrun e4d65ba590 Remove commented-out cruft. 16 years ago
Diego Biurrun 4d8eecf475 Make XVMC mpegvideo decoder depend on mpegvideo decoder. 16 years ago
Diego Biurrun b25a881851 cosmetics: K&R coding style, prettyprinting 16 years ago
Sascha Sommer da136c7e05 add approved hunks of the wmapro decoder 16 years ago
Diego Biurrun 577d383b0c cosmetics: K&R coding style 16 years ago
Diego Biurrun 954489244e cosmetics: K&R coding style 16 years ago
Baptiste Coudurier 6b620372a8 cosmetics, reindent 16 years ago
Baptiste Coudurier ee5b26f5ff cosmetics, reindent 16 years ago
Baptiste Coudurier 4546bf4116 fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set 16 years ago
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
Diego Biurrun 7881793dd0 Remove unused debug av_log() calls. 16 years ago
Diego Biurrun 07fd17823f Remove unused variable intra_count. 16 years ago
Diego Biurrun 700363afe7 Only enable WMV3 decoder when it has been turned on in the build system. 16 years ago
Diego Biurrun 9be6f0d2f8 Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 16 years ago
Diego Biurrun e0f58e39c4 Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, 16 years ago
Diego Biurrun fe3608d577 Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only 16 years ago
Diego Biurrun ff736f84e2 Use dprintf() instead of '#ifdef DEBUG' and av_log(). 16 years ago
Måns Rullgård 341f394f0d ARM: cleaner selection of ELF-spefic assembler directives 16 years ago
Diego Biurrun ce6636b1c1 Remove disabled function get_num(). 16 years ago
Martin Storsjö e21a892163 Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. 16 years ago
Janne Grunau 6dc13ccbcc Set subtitle type in DVD and XSUB subtitle decoders. 16 years ago
Diego Biurrun 7e4ceabe7c Remove unnecessary mpeg12data.o entries from OBJS- variables. 16 years ago
Diego Biurrun 81a65673a5 Remove duplicated mpeg12data.o entries. 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 16 years ago
Diego Biurrun d15153244f refactoring: properly separate AC-3 and E-AC-3 code 16 years ago
Diego Biurrun 89547cfb36 Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. 16 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Diego Biurrun 7f4e15e2f4 cosmetics: Reorder some tables/lines to make future diffs smaller. 16 years ago
Diego Biurrun 84ef7e7fc3 #include just the required stdint.h instead of libavutil/common.h. 16 years ago
Diego Biurrun 4c4b50530e cosmetics: small typo fixes 16 years ago
Diego Biurrun 7d90972c84 cosmetics: reindent/prettyprint after last commit 16 years ago
Diego Biurrun 31cf61b447 Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. 16 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago
Diego Biurrun 4eef77c1a3 Make Theora decoder depend on the VP3 decoder. 16 years ago
Diego Biurrun b06da1725a Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Alex Converse 04e257fa84 Revert unintended portion of last commit. (Setting the default coder to 16 years ago
Alex Converse a62d6cfeff Be sure to increment our position in the coefficient array when skipping a zero 16 years ago
Diego Biurrun baf91bb9a3 Make E-AC-3 decoder depend on the AC-3 decoder. 16 years ago