20190 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)
 

Author SHA1 Message Date
Alex Converse e187d87d7d Eliminate use of complex.h from iirfilter.c 15 years ago
Alex Converse 291fd18a6e Add a log2 replacement for systems that haven't quite caught up with the C99 15 years ago
Kostya Shishkov 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 15 years ago
Ramiro Polla 71ecc16b09 cygwin documentation: diffutils is part of the Utils packages. 15 years ago
Alex Converse 6892931b0b Add myself as AAC encoder maintainer 15 years ago
Alex Converse 988c170547 Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 15 years ago
Måns Rullgård 181b336304 Fix declarations of complex numbers 15 years ago
Kostya Shishkov 0d73abb86a Rename function to sha1_transform so it won't be confused with SHA-2 transform 15 years ago
Kostya Shishkov 2c6361e009 Use pointer to hash transform function to make adding SHA-2 support easier. 15 years ago
Kostya Shishkov 3a7c65077d cosmetics: vertical align AVSHA1 members 15 years ago
Kostya Shishkov 01cc628845 Extend AVSHA1 so it can be used in future SHA-2 code as well 15 years ago
Kostya Shishkov 4364fc9a0d Document SHA-1 functions and structures 15 years ago
Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 15 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 15 years ago
Ramiro Polla 4b2be143cd Do not throw compiler error if asm code needs alignment, but we do not know 15 years ago
Alex Converse f11bfe3065 Reindent after last commit 15 years ago
Alex Converse 48d20c11ba Prevent AAC frame size overflows. 15 years ago
Alex Converse 5962f6b0da Refactor windowing and early psy from bitstream writing parts of the AAC encoder. 15 years ago
Alex Converse 7a4eebcdce Turn on AAC rate control. 15 years ago
Diego Biurrun c8f47d8b79 cosmetics: Remove unnecessary {} around if/for blocks; 15 years ago
Diego Biurrun 99d61d340c cosmetics: prettyprinting, K&R style, break overly long lines 15 years ago
Alex Converse fd257dc4c0 Cosmetics: Pretty print the AAC encoder. 15 years ago
Alex Converse 78e65cd772 Merge the AAC encoder from SoC svn. It is still considered experimental. 15 years ago
Reimar Döffinger 5e039e1b4c Add extra validation checks to ff_vorbis_len2vlc. 15 years ago
Reimar Döffinger 1de4ba7155 Make sure that values generated for ff_vorbis_len2vlc in 15 years ago
Alexis Ballier 287fff266f Add PIX_FMT_ARGB encoding to qtrle. 15 years ago
Phil Rutschman 5a1e202b87 Add block_align to sox input. 15 years ago
Art Clarke 56c6cf287b Fix mem leak when user preallocates an AVFormatContext, passes it to 15 years ago
Diego Biurrun 5c56e74697 Baptiste will maintain qt-faststart from now on. 15 years ago
Diego Biurrun 0a4a0aa708 Mention removal of libamr support in the changelog. 15 years ago
Diego Biurrun 6ae5c1f0fb whitespace cosmetics: Realign colums after last commit. 15 years ago
Diego Biurrun 36b38500b6 Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just 15 years ago
Diego Biurrun fc1206a4d9 Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. 15 years ago
Aurelien Jacobs df2bd71aeb flvdec: expose metadata through the generic metadata API 15 years ago
Aurelien Jacobs 09e54e1ff8 flvdec: re-enable metadata parsing 15 years ago
Aurelien Jacobs 8caa0f0651 flvdec: don't set format and codec context from metadata values 15 years ago
Reimar Döffinger 96f0731a26 Check for packet_length 0, it is already treated as invalid by the padding check, 15 years ago
Reimar Döffinger 4f76697b3e Change av_free to av_freep 15 years ago
Reimar Döffinger 16c8318513 Reallocate internal buffer when coded frame size changes. 15 years ago
Reimar Döffinger 28bcc76ab7 Change iv_decode_frame to get AVCodecContext as argument, so that 15 years ago
Reimar Döffinger c79c960ade Remove useless ret variable added in last revision again. 15 years ago
Reimar Döffinger 7cda815044 100l, theora_decode_init must pass on errors from vp3_decode_init 15 years ago
Reimar Döffinger c4b7b8bf9c Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. 15 years ago
Frank Barchard 31457d7a2e Do not fail if 'uuid' atom is encountered before 'moov'. 15 years ago
Diego Biurrun d03936e5aa libfaac no longer claims to be LGPL. 15 years ago
Diego Biurrun 29ce043374 The AltiVec code in libswscale no longer is under GPL. 15 years ago
Reimar Döffinger e13cca4b14 Ensure that the filter limit values do not exceed the maximum allowed value of 127. 15 years ago
Reimar Döffinger 7fa5f9990b Extend init_loop_filter to work for filter limit values up to 127 instead 15 years ago
Reimar Döffinger ad92108694 Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. 15 years ago
Aurelien Jacobs 7576516a7e vp56dec: ensure range coder won't read past the end of input buffer 15 years ago