]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-07-17 Carl Eugen... Icc 11.1 still does not align the stack pointer, disabl...
2009-07-17 Måns RullgårdCheck for __attribute__((packed)) support
2009-07-17 Måns Rullgårdconfigure: handle --cpu before running compiler
2009-07-17 Måns Rullgårdconfigure: simplify --cpu handling slightly
2009-07-17 Kostya Shishkovcosmetics: reindent after last commit
2009-07-17 Kostya ShishkovAdd SHA-2 hashing
2009-07-16 Alex ConverseAdd iirfilter to the TESTPROGS variable (and target)
2009-07-16 Lou LoganRename invalid option name "gop" to "g" in opt_target...
2009-07-16 Måns RullgårdUse CPPFLAGS when building tests
2009-07-16 Måns Rullgårdconfigure: do not warn about mismatching altivec/cpu...
2009-07-16 Alex ConverseWhen calculating AAC quantized band cost, don't leave...
2009-07-16 Alex ConverseIIR filter test program.
2009-07-16 Diego Biurruncosmetics: Move some code blocks to reduce the number...
2009-07-16 Martin StorsjöUpdate project URL for OpenCORE AMR.
2009-07-16 Martin StorsjöFix check_func_headers. The reference to the function...
2009-07-15 Måns RullgårdDisable gcc auto-vectorisation
2009-07-15 Måns RullgårdRequire aligned memory for everything that needs it
2009-07-15 Diego BiurrunSkip the check for SSE aligned memory allocators when...
2009-07-15 Art ClarkeOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-15 Frank Barchardprint atom info during parsing, patch by Frank Barchard...
2009-07-15 Måns RullgårdUse normal check_func test for math functions
2009-07-15 Martin StorsjöUse ff_neterrno instead of errno in tcp.c.
2009-07-14 Janne GrunauSet subtitle type in DVB subtitle decoder.
2009-07-14 Martin StorsjöImprove linker check for Winsock library name.
2009-07-14 Diego BiurrunRemove unnecessary rtsp.h #include.
2009-07-14 Alex ConverseUse cutoff frequency to adjust bandwidth in the generic...
2009-07-13 Måns RullgårdSet default flag filters before compiler detection
2009-07-13 Martin StorsjöInstall the mingw import libraries, too.
2009-07-13 Martin StorsjöEnable creation of microsoft-style import libraries...
2009-07-13 İsmail DönmezOnly #define lseek to _lseeki64 on MinGW, not MinGW CE.
2009-07-13 David ConradFix "warning: assignment discards qualifiers from point...
2009-07-13 Art ClarkeFix memory leak in libtheora encoder
2009-07-12 Måns RullgårdUse add_*flags only after compiler-specific configuration
2009-07-12 Måns RullgårdAllow filtering of flags passed to compiler and assembler
2009-07-12 Diego BiurrunMake (de)muxers for format variants select the main...
2009-07-12 Måns RullgårdPlace flags for dependency generation in DEPFLAGS
2009-07-12 Måns RullgårdSet CPPFLAGS in config.mak using normal assignment
2009-07-12 Måns RullgårdProtect config.mak against multiple inclusion
2009-07-12 Stefano SabatiniAppend the user CPPFLAGS value to the CPPFLAGS used...
2009-07-12 Måns RullgårdUse CFLAGS in default DEPEND_CMD
2009-07-12 Måns RullgårdUse CFLAGS in check_cpp
2009-07-12 Måns RullgårdSet as_default after compiler detection, allowing compi...
2009-07-12 Måns RullgårdPass ASFLAGS to assembler instead of CFLAGS
2009-07-12 Måns RullgårdAdd flags from --extra-cflags after compiler detection
2009-07-12 Måns RullgårdSet CPU selection flags in $cpuflags, add to cflags...
2009-07-12 Måns RullgårdAllow unusual ways of specifying compiler output file
2009-07-12 Måns RullgårdUse DEPCC to find dependencies, default to same as CC
2009-07-12 Måns RullgårdUse LD for linking, default to same as CC
2009-07-12 Måns RullgårdSet CFLAGS directly in config.mak instead of using...
2009-07-12 Måns RullgårdAdd --sysroot flag to CPPFLAGS, not CFLAGS
2009-07-12 Måns RullgårdSeparate C preprocessor flags into CPPFLAGS variable
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-12 Stefano SabatiniRemove useless definition of struct AVCLASS.
2009-07-12 Måns Rullgårdconfigure: allow bulk-disabled things to be re-enabled...
2009-07-10 Alex ConverseCosmetics: reindent after last commit
2009-07-10 Alex ConverseIgnore subsequent channel configurations after the...
2009-07-10 Alex ConverseMark iir filter init and free functions av_cold.
2009-07-10 Alex ConverseFix "iirfilter.c:55: warning: unused variable ‘size’"
2009-07-10 Alex ConverseEliminate use of complex.h from iirfilter.c
2009-07-10 Alex ConverseAdd a log2 replacement for systems that haven't quite...
2009-07-10 Kostya ShishkovPrepare SHA code to handle SHA-2 as well. For now renam...
2009-07-10 Ramiro Pollacygwin documentation: diffutils is part of the Utils...
2009-07-09 Alex ConverseAdd myself as AAC encoder maintainer
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-09 Måns RullgårdFix declarations of complex numbers
2009-07-09 Kostya ShishkovRename function to sha1_transform so it won't be confus...
2009-07-09 Kostya ShishkovUse pointer to hash transform function to make adding...
2009-07-09 Kostya Shishkovcosmetics: vertical align AVSHA1 members
2009-07-09 Kostya ShishkovExtend AVSHA1 so it can be used in future SHA-2 code...
2009-07-09 Kostya ShishkovDocument SHA-1 functions and structures
2009-07-09 Ramiro PollaRemove dependency from swscale_internal.h to lavu/inter...
2009-07-09 Ramiro PollaMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-07-09 Ramiro PollaDo not throw compiler error if asm code needs alignment...
2009-07-08 Alex ConverseReindent after last commit
2009-07-08 Alex ConversePrevent AAC frame size overflows.
2009-07-08 Alex ConverseRefactor windowing and early psy from bitstream writing...
2009-07-08 Alex ConverseTurn on AAC rate control.
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-07-08 Reimar DöffingerAdd extra validation checks to ff_vorbis_len2vlc.
2009-07-08 Reimar DöffingerMake sure that values generated for ff_vorbis_len2vlc in
2009-07-08 Alexis BallierAdd PIX_FMT_ARGB encoding to qtrle.
2009-07-08 Phil RutschmanAdd block_align to sox input.
2009-07-08 Art ClarkeFix mem leak when user preallocates an AVFormatContext...
2009-07-07 Diego BiurrunBaptiste will maintain qt-faststart from now on.
2009-07-07 Diego BiurrunMention removal of libamr support in the changelog.
2009-07-07 Diego Biurrunwhitespace cosmetics: Realign colums after last commit.
2009-07-07 Diego BiurrunCheck for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER...
2009-07-07 Diego BiurrunRemove support for nonfree libamr library for AMR-NB...
2009-07-06 Aurelien Jacobsflvdec: expose metadata through the generic metadata API
2009-07-06 Aurelien Jacobsflvdec: re-enable metadata parsing
2009-07-06 Aurelien Jacobsflvdec: don't set format and codec context from metadat...
2009-07-06 Reimar DöffingerCheck for packet_length 0, it is already treated as...
2009-07-06 Reimar DöffingerChange av_free to av_freep
2009-07-06 Reimar DöffingerReallocate internal buffer when coded frame size changes.
2009-07-06 Reimar DöffingerChange iv_decode_frame to get AVCodecContext as argumen...
2009-07-06 Reimar DöffingerRemove useless ret variable added in last revision...
2009-07-06 Reimar Döffinger100l, theora_decode_init must pass on errors from vp3_d...
next