OSDN Git Service

android-x86/external-ffmpeg.git
2009-10-18 Justin Rugglesadd CONFIG_LPC to the build system for lpc dsputil...
2009-10-18 Måns RullgårdWMAPRO: use some type punning in decode_coeffs()
2009-10-18 Reynaldo H... Smarten mtv's probe a bit. Check for non zero
2009-10-18 Reimar DöffingerReplace seek test error return numbers by the correspon...
2009-10-18 Vitor SessakReplace big square-root table by a call to ff_sqrt...
2009-10-18 Aurelien Jacobsremove old and useless debug code
2009-10-18 Anton KhirnovRead metadata in WavPack files.
2009-10-18 Onur KüçükFix typo that mistakenly slipped into previous commit:
2009-10-18 Anton Khirnovmatroskaenc: Add support for writing chapters.
2009-10-18 Diego Biurruncosmetics: Break overly long lines.
2009-10-18 Stefano SabatiniAdd the null video filter.
2009-10-18 Stefano SabatiniUse 'enum PixelFormat *' rather than 'int *' as type...
2009-10-18 Stefano SabatiniAdd an entry for the avfilter_get_video_buffer() API...
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-18 Stefano SabatiniAdd documentation for libavfilter video filters.
2009-10-18 Kostya ShishkovSupport more than 64 channels in RTMP input
2009-10-18 Kostya ShishkovAccept RTMP packets with one-byte header
2009-10-18 Kostya ShishkovLast parameter in RTMP "play" call was optional and...
2009-10-17 Justin RugglesRemove unnecessary entries in ff_vorbiscomment_metadata...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-17 Vitor SessakAvoid segfault for empty input files
2009-10-17 Michael NiedermayerRevert r20249, it seems the union trick works everywhere
2009-10-17 Måns RullgårdRemove extraneous const keyword
2009-10-17 Luca AbeniEmit the SDP lines in the correct order
2009-10-17 Jai Menonalacenc : use private compression_level value consistently.
2009-10-16 Alexander StrangeRemove a meaningless 'inline' from add_hfyu_left_predic...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-16 Alexander StrangeHuffyuv: Remove unnecessary allocation in alloc_temp().
2009-10-16 Alexander StrangeHuffyuv: Fix a valgrind warning in get_vlc2().
2009-10-16 Jai Menonalacenc : Move some code around for clarity.
2009-10-16 Ramiro Pollamlp: Indent.
2009-10-16 Ramiro Pollamlp: Only initialize VLC tables once. This caused a...
2009-10-16 Reimar Döffingermlp: Use smaller CRC tables if CONFIG_SMALL.
2009-10-16 Carl Eugen... Do not try to free memory that was never allocated...
2009-10-16 Carl Eugen... Release unreleased buffers found by make test.
2009-10-16 Carl Eugen... Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
2009-10-16 Michael NiedermayerVery evil missuse of svn to test if AVOption and AVOpti...
2009-10-16 Michael NiedermayerAdd an experimental AVOption2 that uses an union instea...
2009-10-16 Justin RugglesLog a clearer warning message when muxing FLV with...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-10-16 Justin RugglesAdd Speex support to the FLV muxer.
2009-10-15 Reimar DöffingerAdd support for hardcoded ff_sin_* tables.
2009-10-15 Reimar DöffingerMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 Reimar DöffingerRemove silly casts to the same type as we already have.
2009-10-15 Reimar DöffingerAdd missing release_buffer at decode end for asv1 decoder.
2009-10-15 Reimar DöffingerPartially revert r20233, exp2f is not available on...
2009-10-15 Frank BarchardRaise MAX_THREADS to 16.
2009-10-15 Jai MenonSkip padding bytes correctly in ID3 tags.
2009-10-15 Reimar DöffingerDo not initialize ff_cos_* tables again in rdft_init...
2009-10-15 Justin Ruggles10l: update Makefile after rename
2009-10-15 Justin RugglesRename aiff.c to aiffdec.c
2009-10-15 Justin RugglesSplit up the AIFF muxer and demuxer into separate files.
2009-10-15 Reimar DöffingerUse cbrtf and exp2f instead of pow to calculate tables...
2009-10-14 Reimar DöffingerUse hardcoded instead of runtime-calculated ff_cos_...
2009-10-14 Kostya ShishkovRelease frame after decoding is done
2009-10-13 Reimar DöffingerPrint a warning message when avcodec_default_free_buffe...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-10-13 Reimar DöffingerCall release_buffer on close for v210dec and v210x
2009-10-13 Reimar DöffingerAdd missing release_buffer on close
2009-10-13 Reimar DöffingerAdd decoder for "forward uncompressed".
2009-10-13 Reimar DöffingerImplement execute2 for w32thread
2009-10-13 Reimar DöffingerFix w32thread implementation to handle job count >...
2009-10-13 Reimar Döffingerfft_dispatch array should be const
2009-10-13 Reimar DöffingerSimplify: use FFSWAP
2009-10-13 Reimar DöffingerMXF: simply ignore tracks that are invalid due to not...
2009-10-13 Justin RugglesAdd Speex support to the Ogg muxer.
2009-10-13 Justin RugglesDo not read data past the end of the SSND chunk in...
2009-10-12 Carl Eugen... Support Midvid JPEG Video Codec (still flipped).
2009-10-12 Carl Eugen... Support Intel JPEG Library Video Codec (still flipped).
2009-10-12 Justin RugglesCalculate correct packet durations when demuxing Ogg...
2009-10-12 Sascha Sommerextend description of avcodec_decode_audio3:
2009-10-12 Reimar DöffingerMerge declaration and initialization
2009-10-12 Reimar DöffingerSimplify: use FFMIN
2009-10-12 Reimar DöffingerReindent after removing the outer for loops in the...
2009-10-12 Reimar DöffingerMove dnxhdenc to execute2 multithreading API.
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-10-11 Måns RullgårdARM: align stack in NEON h264 mc functions
2009-10-11 Måns RullgårdARM: force PIC for shared libs only with ARMv6T2 and...
2009-10-11 Carl Eugen... Allow autodetection of E-AC3.
2009-10-11 Reimar DöffingerDo the dnxhd_720p_rd test with -threads 4 in order...
2009-10-11 Måns RullgårdARM: simplify movrel definition as CONFIG_PIC is now...
2009-10-11 Måns RullgårdARM: enable PIC for shared libs
2009-10-11 Reimar Döffinger100l in avpicture_layout: width of chroma planes depend...
2009-10-11 Kostya ShishkovWarn when WVC1 cannot be decoded
2009-10-10 Carl Eugen... Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
2009-10-10 Reimar DöffingerHack: set the coded frame PTS to the incoming PTS.
2009-10-10 Stefano SabatiniDocument the additon of the w and h fields to AVFilterPic.
2009-10-10 Reimar DöffingerFix 100l incorrect bitmask check.
2009-10-10 Kostya ShishkovPrint error message when true interlaced VC-1 frames...
2009-10-09 Daniel VerkampDo not allow 0 sample rate in TMV demuxer
2009-10-09 Daniel VerkampStricter TMV probe
2009-10-09 Robert SwainAAC: Fix regression introduced in r20067 where ADTS...
2009-10-08 David Conraddca and aac decoders use float_to_int16_interleave...
2009-10-07 Måns RullgårdARM: whitespace cosmetics
2009-10-07 Måns RullgårdARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
2009-10-07 Stefano SabatiniAdd w and h fields to AVFilterPic.
2009-10-06 Justin RugglesAdd ALAC encoding and decoding regression tests.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-10-06 Måns RullgårdARM: make function names all-lowercase
next