source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @980a75c5   15 years mans configure: remove some useless comments Originally committed as …
(edit) @36904c4c   15 years Carl Eugen Hoyos Icc 11.1 still does not align the stack pointer, disable some x264 …
(edit) @e7ea5e3d   15 years mans Check for attribute((packed)) support Not all compilers claiming …
(edit) @df5cdc2   15 years mans configure: handle --cpu before running compiler It is possible that …
(edit) @a915980a   15 years mans configure: simplify --cpu handling slightly Originally committed as …
(edit) @87d718ae   15 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @aa5a99ae   15 years kostya.shishkov Add SHA-2 hashing Originally committed as revision 19449 to …
(edit) @6bb17c5   15 years alex.converse Add iirfilter to the TESTPROGS variable (and target) Originally …
(edit) @64cd8050   15 years stefano.sabatini-lala Rename invalid option name "gop" to "g" in opt_target(), so that …
(edit) @b0f0c430   15 years mans Use CPPFLAGS when building tests Originally committed as revision …
(edit) @88ec6ac9   15 years mans configure: do not warn about mismatching altivec/cpu selection We do …
(edit) @a5762c9   15 years alex.converse When calculating AAC quantized band cost, don't leave garbage in the …
(edit) @ca0f1e5   15 years alex.converse IIR filter test program. Originally committed as revision 19443 to …
(edit) @359a9979   15 years diego cosmetics: Move some code blocks to reduce the number of #ifdefs. …
(edit) @1eb0811e   15 years diego Update project URL for OpenCORE AMR. patch by Martin Storsjö, martin …
(edit) @2b2c2a81   15 years ramiro.polla Fix check_func_headers. The reference to the function under test was …
(edit) @973859f5   15 years mans Disable gcc auto-vectorisation The auto-vectoriser in gcc is enabled …
(edit) @89e053f8   15 years mans Require aligned memory for everything that needs it Altivec, NEON, …
(edit) @bd20afc   15 years diego Skip the check for SSE aligned memory allocators when SSE is disabled. …
(edit) @ebb82604   15 years benoit.fouet Only free '*ic_ptr' when a caller has pre-allocated a context and …
(edit) @65b875d8   15 years baptiste.coudurier print atom info during parsing, patch by Frank Barchard, fbarchard at …
(edit) @ad420e25   15 years mans Use normal check_func test for math functions Originally committed as …
(edit) @73c13268   15 years diego Use ff_neterrno instead of errno in tcp.c. If ff_neterrno() is checked …
(edit) @d6a1611c   15 years stefano.sabatini-lala Set subtitle type in DVB subtitle decoder. Patch by Janne Grunau …
(edit) @f4c13872   15 years diego Improve linker check for Winsock library name. On Windows CE, the …
(edit) @1764e4bc   15 years diego Remove unnecessary rtsp.h #include. Nothing from the header was used …
(edit) @2876a9db   15 years alex.converse Use cutoff frequency to adjust bandwidth in the generic psymodel …
(edit) @19b4c628   15 years mans Set default flag filters before compiler detection This allows use of …
(edit) @b9349ff   15 years ramiro.polla Install the mingw import libraries, too. Patch by Martin Storsjö …
(edit) @336cc1b0   15 years ramiro.polla Enable creation of microsoft-style import libraries on arm. Patch by …
(edit) @b504ce57   15 years diego Only #define lseek to _lseeki64 on MinGW, not MinGW CE. This fixes …
(edit) @3e962f31   15 years lessen42 Fix "warning: assignment discards qualifiers from pointer target type" …
(edit) @870ee6f7   15 years lessen42 Fix memory leak in libtheora encoder Patch by Art Clarke [aclark , …
(edit) @38a9c52   15 years mans Use add_*flags only after compiler-specific configuration Originally …
(edit) @caf458d   15 years mans Allow filtering of flags passed to compiler and assembler This can be …
(edit) @647c235   15 years diego Make (de)muxers for format variants select the main format (de)muxer. …
(edit) @d8059267   15 years mans Place flags for dependency generation in DEPFLAGS This avoids …
(edit) @ce40e347   15 years mans Set CPPFLAGS in config.mak using normal assignment Setting this value …
(edit) @8c6d2da5   15 years mans Protect config.mak against multiple inclusion Some of the values set …
(edit) @04a803be   15 years stefano.sabatini-lala Append the user CPPFLAGS value to the CPPFLAGS used for compilation, …
(edit) @0115927e   15 years mans Use CFLAGS in default DEPEND_CMD Originally committed as revision …
(edit) @9e7f3277   15 years mans Use CFLAGS in check_cpp Originally committed as revision 19414 to …
(edit) @75bafba   15 years mans Set as_default after compiler detection, allowing compiler-specific …
(edit) @2f2e6c7   15 years mans Pass ASFLAGS to assembler instead of CFLAGS Originally committed as …
(edit) @7f32f40c   15 years mans Add flags from --extra-cflags after compiler detection Originally …
(edit) @997f3ba4   15 years mans Set CPU selection flags in $cpuflags, add to cflags outside case block …
(edit) @7e6c86e6   15 years mans Allow unusual ways of specifying compiler output file Some compilers …
(edit) @50567afa   15 years mans Use DEPCC to find dependencies, default to same as CC Originally …
(edit) @684b28e0   15 years mans Use LD for linking, default to same as CC Originally committed as …
(edit) @3198f618   15 years mans Set CFLAGS directly in config.mak instead of using OPTFLAGS …
(edit) @467256f2   15 years mans Add --sysroot flag to CPPFLAGS, not CFLAGS Originally committed as …
(edit) @50a334e4   15 years mans Separate C preprocessor flags into CPPFLAGS variable Originally …
(edit) @95a61cfc   15 years diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. The …
(edit) @68485d27   15 years stefano.sabatini-lala Remove useless definition of struct AVCLASS. Originally committed as …
(edit) @fed5d54b   15 years mans configure: allow bulk-disabled things to be re-enabled by dependents …
(edit) @36f51773   15 years alex.converse Cosmetics: reindent after last commit Originally committed as …
(edit) @6308765c   15 years alex.converse Ignore subsequent channel configurations after the first in an AAC …
(edit) @c8ec2f1c   15 years alex.converse Mark iir filter init and free functions av_cold. Originally committed …
(edit) @47f49f98   15 years alex.converse Fix "iirfilter.c:55: warning: unused variable ‘size’" Originally …
(edit) @e187d87d   15 years alex.converse Eliminate use of complex.h from iirfilter.c Originally committed as …
(edit) @291fd18a   15 years alex.converse Add a log2 replacement for systems that haven't quite caught up with …
(edit) @451ae257   15 years kostya.shishkov Prepare SHA code to handle SHA-2 as well. For now rename files and …
(edit) @71ecc16b   15 years ramiro.polla cygwin documentation: diffutils is part of the Utils packages. …
(edit) @6892931b   15 years alex.converse Add myself as AAC encoder maintainer Originally committed as revision …
(edit) @988c1705   15 years alex.converse Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating …
(edit) @181b3363   15 years mans Fix declarations of complex numbers Complex numbers must be declared …
(edit) @0d73abb8   15 years kostya.shishkov Rename function to sha1_transform so it won't be confused with SHA-2 …
(edit) @2c6361e0   15 years kostya.shishkov Use pointer to hash transform function to make adding SHA-2 support …
(edit) @3a7c6507   15 years kostya.shishkov cosmetics: vertical align AVSHA1 members Originally committed as …
(edit) @01cc6288   15 years kostya.shishkov Extend AVSHA1 so it can be used in future SHA-2 code as well …
(edit) @4364fc9a   15 years kostya.shishkov Document SHA-1 functions and structures Originally committed as …
(edit) @71ed6c8f   15 years ramiro.polla Remove dependency from swscale_internal.h to lavu/internal.h, it is no …
(edit) @16c2e214   15 years ramiro.polla Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h …
(edit) @4b2be143   15 years ramiro.polla Do not throw compiler error if asm code needs alignment, but we do not …
(edit) @f11bfe30   15 years alex.converse Reindent after last commit Originally committed as revision 19382 to …
(edit) @48d20c11   15 years alex.converse Prevent AAC frame size overflows. Originally committed as revision …
(edit) @5962f6b0   15 years alex.converse Refactor windowing and early psy from bitstream writing parts of the …
(edit) @7a4eebcd   15 years alex.converse Turn on AAC rate control. Originally committed as revision 19379 to …
(edit) @c8f47d8b   15 years diego cosmetics: Remove unnecessary {} around if/for blocks; move statements …
(edit) @99d61d34   15 years diego cosmetics: prettyprinting, K&R style, break overly long lines …
(edit) @fd257dc   15 years alex.converse Cosmetics: Pretty print the AAC encoder. Originally committed as …
(edit) @78e65cd7   15 years alex.converse Merge the AAC encoder from SoC svn. It is still considered …
(edit) @5e039e1b   15 years Reimar.Doeffinger Add extra validation checks to ff_vorbis_len2vlc. They should not be …
(edit) @1de4ba71   15 years Reimar.Doeffinger Make sure that values generated for ff_vorbis_len2vlc in …
(edit) @287fff26   15 years Carl Eugen Hoyos Add PIX_FMT_ARGB encoding to qtrle. Patch by Alexis Ballier, alexis …
(edit) @5a1e202b   15 years benoit.fouet Add block_align to sox input. Patch by Phil Rutschman: name.surname …
(edit) @56c6cf28   15 years benoit.fouet Fix mem leak when user preallocates an AVFormatContext, passes it to …
(edit) @5c56e746   15 years diego Baptiste will maintain qt-faststart from now on. Originally committed …
(edit) @0a4a0aa7   15 years diego Mention removal of libamr support in the changelog. Originally …
(edit) @6ae5c1f   15 years diego whitespace cosmetics: Realign colums after last commit. Originally …
(edit) @36b38500   15 years diego Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just …
(edit) @fc1206a4   15 years diego Remove support for nonfree libamr library for AMR-NB/WB …
(edit) @df2bd71   15 years Aurélien Jacobs flvdec: expose metadata through the generic metadata API original …
(edit) @09e54e1f   15 years Aurélien Jacobs flvdec: re-enable metadata parsing duration and videodatarate values …
(edit) @8caa0f06   15 years Aurélien Jacobs flvdec: don't set format and codec context from metadata values This …
(edit) @96f0731a   15 years Reimar.Doeffinger Check for packet_length 0, it is already treated as invalid by the …
(edit) @4f76697   15 years Reimar.Doeffinger Change av_free to av_freep Originally committed as revision 19360 to …
(edit) @16c83185   15 years Reimar.Doeffinger Reallocate internal buffer when coded frame size changes. Fixes …
(edit) @28bcc76a   15 years Reimar.Doeffinger Change iv_decode_frame to get AVCodecContext as argument, so that …
(edit) @c79c960a   15 years Reimar.Doeffinger Remove useless ret variable added in last revision again. Originally …
Note: See TracRevisionLog for help on using the revision log.