9940 Commits (e482c2e2fbae77876ab9b9efb1082ee30dd1aaba)

Author SHA1 Message Date
Alex Converse 8ba939d702 Mark the AOT escape value as supported. 16 years ago
Alex Converse 08dac48d61 Add USAC and SAOC AOTs to the AudioObjectType enum. 16 years ago
Anuradha Suraparaju d15f2e00c5 Fix bug caused by difference in stride and picture width. 16 years ago
Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 16 years ago
Diego Biurrun c64380009d Drop some more useless braces around if/for constructs. 16 years ago
Diego Biurrun e6cb49bfa9 Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. 16 years ago
Colin McQuillan bb937155ec Add a function that can apply an order 2 rational transfer function in-place. 16 years ago
Diego Biurrun 735a38045a Remove useless braces around if/for/while expressions. 16 years ago
Diego Biurrun 7c809dc3e2 Simplify 'if' condition statements. 16 years ago
Reimar Döffinger cea0b5272d Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. 16 years ago
Reimar Döffinger 4a3190ed40 Reindent. 16 years ago
Reimar Döffinger fd35d6d097 Remove code that is now dead. 16 years ago
Reimar Döffinger 90ea6fce1e Simplify initialization of AVSubtitle by using memset. 16 years ago
Reimar Döffinger df47d24501 Make sure AVSubtitle is initialized, memset it to 0. 16 years ago
Reimar Döffinger ffbe087b58 Fix cmd_pos bounds check to avoid the overflow case. 16 years ago
Carl Eugen Hoyos 84c1b149b2 Fix typo. 16 years ago
Måns Rullgård 9ae443f420 10L: remove instruction left over from debugging 16 years ago
Måns Rullgård e814015d69 ARM: NEON optimised vorbis_inverse_coupling 16 years ago
Colin McQuillan d4d6ae1603 Add ff_celp_circ_addf() function to be used for sparse vector circular 16 years ago
Shehzad Salim 51fdb6f08d Fix a memleak with win32 threads: the handle returned by _beginthreadex 16 years ago
Alexis Ballier ffd38d8b64 Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native 16 years ago
Loren Merritt d094052c8e fix a crash in SVQ1 with cmp!=sad 16 years ago
Diego Biurrun 10f840bd57 Remove pointless #ifdefs from conditionally used files. 16 years ago
Måns Rullgård 87a920c6bf eval: include libavutil/mathematics.h for NAN and M_PI 16 years ago
Måns Rullgård 9a88c1dfa8 eval: include our headers after system headers 16 years ago
Diego Biurrun 547d205545 Remove commented-out cruft. 16 years ago
Diego Biurrun 1746e2a936 Make WMV2 encoder depend on H.263 encoder in configure. 16 years ago
Diego Biurrun c37de5e194 Make MPEG-4 encoder depend on H.263 encoder in configure. 16 years ago
Diego Biurrun 665507aac2 Make WMV1 encoder depend on H.263 encoder in configure. 16 years ago
Diego Biurrun 0bd485300e Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. 16 years ago
Diego Biurrun 4d4b4bd149 Make FLV encoder depend on H.263 encoder in configure. 16 years ago
Diego Biurrun 965424dad1 Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. 16 years ago
Diego Biurrun fe629c2d2c Make H.263+ (H263P) encoder depend on H.263 encoder in configure. 16 years ago
Diego Biurrun 4e169d89f3 Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the 16 years ago
Diego Biurrun 735e36a3e4 Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or 16 years ago
Diego Biurrun b2bf38b446 Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. 16 years ago
Justin Ruggles bb5b99a789 cosmetics: move fixed_coeffs into the aligned arrays comment group 16 years ago
Justin Ruggles a521aadfe8 cosmetics: reindent after last commit 16 years ago
Justin Ruggles 25dcd1823c ac3dec: simplify zero-bit mantissa dithering by calculating it 16 years ago
Justin Ruggles b972c06a8f cosmetics: indentation and line wrap 16 years ago
Justin Ruggles c36ea0600c cosmetics after last commit 16 years ago
Justin Ruggles 3f93716809 Modify decode_band_structure() so that the actual band structure is only 16 years ago
Justin Ruggles 603139022d Use coupling band sizes instead of coupling band structure when 16 years ago
Ronald S. Bultje faccfeec0e Parse frame size code, see "svq3.c: parse frame size" thread on ML. 16 years ago
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