20200 Commits (3198f6187a0b659a1bc4678270a93c9942fc2a0f)
 

Author SHA1 Message Date
Måns Rullgård 3198f6187a Set CFLAGS directly in config.mak instead of using OPTFLAGS 15 years ago
Måns Rullgård 467256f248 Add --sysroot flag to CPPFLAGS, not CFLAGS 15 years ago
Måns Rullgård 50a334e426 Separate C preprocessor flags into CPPFLAGS variable 15 years ago
Diego Biurrun 95a61cfc24 Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. 15 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 15 years ago
Måns Rullgård fed5d54b56 configure: allow bulk-disabled things to be re-enabled by dependents 15 years ago
Alex Converse 36f517736f Cosmetics: reindent after last commit 15 years ago
Alex Converse 6308765cb5 Ignore subsequent channel configurations after the first in an AAC file. The 15 years ago
Alex Converse c8ec2f1cb8 Mark iir filter init and free functions av_cold. 15 years ago
Alex Converse 47f49f98ca Fix "iirfilter.c:55: warning: unused variable ‘size’" 15 years ago
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