OSDN Git Service

android-x86/external-ffmpeg.git
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...
2009-07-06 Reimar DöffingerMake decode_init fail if the huffman tables are invalid...
2009-07-06 Frank BarchardDo not fail if 'uuid' atom is encountered before 'moov'.
2009-07-06 Diego Biurrunlibfaac no longer claims to be LGPL.
2009-07-05 Diego BiurrunThe AltiVec code in libswscale no longer is under GPL.
2009-07-05 Reimar DöffingerEnsure that the filter limit values do not exceed the...
2009-07-05 Reimar DöffingerExtend init_loop_filter to work for filter limit values...
2009-07-05 Reimar DöffingerAdd a check to vp6_parse_coeff_huffman to ensure it...
2009-07-05 Aurelien Jacobsvp56dec: ensure range coder won't read past the end...
2009-07-05 Reimar DöffingerCheck that palctrl is available on init instead of...
2009-07-04 Loren Merrittfix a buffer overrun on corrupt huffyuv streams
2009-07-04 David ConradARM: NEON VP3 IDCT
2009-07-04 Reimar DöffingerIf the end of the input buffer is reached while decodin...
2009-07-04 Reimar DöffingerMake the MJPEG decoder return -1 when no image was...
2009-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-07-04 Reimar Döffingermjpegdec: check that the coded dc_index and ac_index...
2009-07-04 Carl Eugen... Use enum CodecID instead of int.
2009-07-04 Baptiste Coudurierfix and simplify long gop mpeg codec ul computation
2009-07-04 Baptiste Coudurierset index duration to 0 for cbr, specifying whole conta...
2009-07-04 Baptiste Coudurieruse ber4 length for descriptors preferred by specs
2009-07-04 Baptiste Coudurierwrite profile and level local tag in mpeg descriptor
2009-07-04 Alexander StrangeH.264: Check the return value of decode_vui_parameters()
2009-07-03 Reimar DöffingerReplace invalid Theora frame rate by 25 FPS.
2009-07-03 Reimar DöffingerCheck for failed extradata malloc, fixes a crash in...
2009-07-03 Reimar DöffingerCheck size of "strf" header against size of enclosing...
2009-07-03 Reimar DöffingerFix indentation
next