OSDN Git Service

android-x86/external-ffmpeg.git
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
2009-10-06 Måns RullgårdARM: enable ARMv4 add_pixels_clamped
2009-10-06 Måns RullgårdARM: ARMv6 optimised add_pixels_clamped()
2009-10-06 Måns RullgårdARM: whitespace cosmetics
2009-10-06 Daniel VerkampReindent
2009-10-06 Daniel VerkampAdd RF64 support to wav demuxer.
2009-10-06 Daniel VerkampAdd my GPG key fingerprint
2009-10-06 Nathan CaldwellMove HuffYUV left prediction to dsputil.
2009-10-06 Andrew DennisonSince some junk may be or may be not present before...
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-10-06 Jai MenonAllow building api-example from outside of libavcodec...
2009-10-05 Anton KhirnovOnly read ID3v1 tag if ID3v2 isn't present or is empty.
2009-10-05 Justin Rugglescosmetics: reindent and line wrap after last commit
2009-10-05 Justin Rugglesalacenc: add a fixed LPC coefficient mode as compressio...
2009-10-05 Michael NiedermayerRevert:
2009-10-05 Anton Khirnovid3v2: Export all text information frames with correct...
2009-10-05 Anton KhirnovMP3 muxer: Write all metadata.
2009-10-05 Daniel VerkampFix pcm_read_seek () when the position it calculates...
2009-10-05 Ian CaulfieldAllow the combined TrueHD/AC3 tracks on Blu-Ray discs...
2009-10-04 Måns RullgårdARM: add ff_ prefix to lots of functions
2009-10-04 Måns RullgårdARM: cosmetics
2009-10-04 Måns RullgårdARM: replace some #if with if()
2009-10-04 Måns RullgårdARM: clean up file/function naming conventions
2009-10-04 Måns RullgårdARM: clean up dsputil initialisation
2009-10-04 Peter RossSun Raster RGB support
2009-10-03 Carl Eugen... Add FIXME about low_delay vs has_b_frames.
2009-10-03 WallakH264 allows B frames without requiring a >=1 sized...
2009-10-03 Måns RullgårdARM: shorten some long macro names
2009-10-03 Måns RullgårdARM: update ldm/stm instructions to modern syntax
2009-10-03 Måns RullgårdARM: whitespace cosmetics
2009-10-03 Robert SwainReindent after channel layout commit from yesterday
2009-10-03 Sascha Sommerincrease maximum compressed frame size
2009-10-03 Sascha Sommerreturn AVERROR_INVALIDDATA when the bitstream could...
2009-10-03 Peter RossSupport decoding of uncompressed PCX scanlines
2009-10-02 Måns RullgårdARM: use plain labels for pc-relative addressing
2009-10-02 Måns RullgårdARM: remove unnecessary .fpu neon directives
2009-10-02 Måns RullgårdARM: use undocumented .syntax directive to enable UAL...
2009-10-02 Stefano SabatiniPrefer "loglevel" over "logging level number or string...
2009-10-02 Robert SwainAdd vorbis channel layout support according to those...
2009-10-02 Måns RullgårdARM: apply extern symbol prefix where needed
2009-10-02 Måns Rullgårdconfigure: define extern symbol prefix without quotes...
next