summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-12
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-12
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-12
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-12
* Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård2009-07-12
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-12
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
* Remove useless definition of struct AVCLASS.Stefano Sabatini2009-07-12
* configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård2009-07-12
* Cosmetics: reindent after last commitAlex Converse2009-07-10
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-10
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-10
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-10
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
* cygwin documentation: diffutils is part of the Utils packages.Ramiro Polla2009-07-10
* Add myself as AAC encoder maintainerAlex Converse2009-07-09
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
* Fix declarations of complex numbersMåns Rullgård2009-07-09
* Rename function to sha1_transform so it won't be confused with SHA-2 transformKostya Shishkov2009-07-09
* Use pointer to hash transform function to make adding SHA-2 support easier.Kostya Shishkov2009-07-09
* cosmetics: vertical align AVSHA1 membersKostya Shishkov2009-07-09
* Extend AVSHA1 so it can be used in future SHA-2 code as wellKostya Shishkov2009-07-09
* Document SHA-1 functions and structuresKostya Shishkov2009-07-09
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla2009-07-09
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-09
* Reindent after last commitAlex Converse2009-07-08
* Prevent AAC frame size overflows.Alex Converse2009-07-08
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-08
* Turn on AAC rate control.Alex Converse2009-07-08
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger2009-07-08
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-08
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-08
* Add block_align to sox input.Phil Rutschman2009-07-08
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-08
* Baptiste will maintain qt-faststart from now on.Diego Biurrun2009-07-07
* Mention removal of libamr support in the changelog.Diego Biurrun2009-07-07
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-07