OSDN Git Service

android-x86/external-ffmpeg.git
2012-10-09 Mans Rullgardbuild: link test programs only against static libs
2012-10-09 Justin Rugglesadxdec: use planar sample format
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_thp
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_xas
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_r1...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_xa
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_ws...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_4xm
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_wav
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_qt
2012-10-09 Justin Rugglespcmdec: use planar sample format for pcm_lxf
2012-10-09 Justin Rugglesmace: use planar sample format
2012-10-09 Justin Rugglesatrac1: use planar sample format
2012-10-09 Diego Biurrunbuild: non-x86: Only compile mpegvideo optimizations...
2012-10-09 Janne Grunaurtpdec_mpeg4: au_headers is a single array, simple...
2012-10-09 Janne Grunauavcodec: free extended_data instead address of it
2012-10-09 Martin Storsjöfate: Add tests of the ff_make_absolute_url function
2012-10-09 Duncan Salernourl: Handle relative urls starting with two slashes
2012-10-09 Duncan Salernourl: Handle relative urls being just a new query string
2012-10-09 Duncan Salernourl: Don't treat slashes in query parameters as directo...
2012-10-09 Diego Biurrunmingw/cygwin: Stop adding -fno-common to gcc CFLAGS
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-09 Martin Storsjörtp: Support packetization/depacketization of opus
2012-10-09 Yusuke Nakamurafile: Set the return value type for lseek to int64_t.
2012-10-08 Mans Rullgardppc: fix Altivec build with old compilers
2012-10-08 Mans Rullgardbuild: add LTO support for PGI compiler
2012-10-08 Mans Rullgardbuild: add -Mdse to PGI optimisation flags
2012-10-08 Martin Storsjörtpenc_vp8: Update the packetizer to the latest spec...
2012-10-08 Martin Storsjörtpdec_vp8: Make the depacketizer implement the latest...
2012-10-08 Mans Rullgarddoc: allow building with old texi2html versions
2012-10-08 Janne Grunauavutil: skip old_pix_fmts.h since it is just a list
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-10-08 Luca Barbatodoc: support the new website layout
2012-10-08 Luca Barbatodoc: remove a warning from filters.texi
2012-10-08 Luca Barbatodoc: initial nut documentation
2012-10-08 Luca Barbatosegment: drop global headers setting
2012-10-08 Anton Khirnovlavu: fix typo in Makefile
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-08 Anton Khirnovpixfmt: add AV_ prefixes to PIX_FMT_*
2012-10-07 Justin Rugglesaf_resample: avoid conversion of identical sample forma...
2012-10-07 Justin Rugglesavcodec: allow either planar or interleaved sample...
2012-10-07 Justin Rugglesadpcmenc: ensure calls to adpcm_ima_compress_sample...
2012-10-07 Diego Biurruntimefilter: De-doxygenize normal code comments and...
2012-10-07 Martin Storsjögxf: Include the right header for the avpriv_frame_rate...
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-10-06 Justin Ruggles(e)ac3enc: use planar sample format
2012-10-06 Justin Rugglesaacenc: use planar sample format
2012-10-06 Justin Rugglesadpcmenc: use planar sample format for adpcm_ima_wav...
2012-10-06 Justin Rugglesadpcmenc: move 'ch' variable to higher scope
2012-10-06 Justin Rugglesadpcmenc: fix 3 instances of variable shadowing
2012-10-06 Justin Rugglesadpcm_ima_wav: simplify encoding
2012-10-06 Justin Ruggleslibvorbis: use planar sample format
2012-10-06 Justin Ruggleslibmp3lame: use planar sample formats
2012-10-06 Justin Rugglesvorbisenc: use float planar sample format
2012-10-06 Justin Rugglesffm: do not write or read the audio sample format
2012-10-06 Mans Rullgardparseutils: fix parsing of invalid alpha values
2012-10-06 Anton Khirnovdoc/RELEASE_NOTES: update for the 9 release.
2012-10-06 Martin Storsjösmoothstreamingenc: Add a more verbose error message
2012-10-06 Martin Storsjösmoothstreamingenc: Ignore the return value from mkdir
2012-10-06 Martin Storsjösmoothstreamingenc: Try writing a manifest when opening...
2012-10-06 Martin Storsjösmoothstreamingenc: Move the output_chunk_list and...
2012-10-06 Martin Storsjösmoothstreamingenc: Properly return errors from ism_flu...
2012-10-06 Martin Storsjösmoothstreamingenc: Check the output UrlContext before...
2012-10-06 Anton Khirnovyuv4mpeg: return proper error codes.
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-06 Diego Biurrunfate: Add parseutils test
2012-10-06 Diego Biurrunparseutils-test: Drop random colors from parsing test
2012-10-06 Anton Khirnovvf_pad/scale: use double precision for aspect ratios.
2012-10-05 Mans Rullgardbuild: error on variable-length arrays
2012-10-05 Mans Rullgardppc: swscale: rework yuv2planeX_altivec()
2012-10-05 Mans Rullgardppc: fmtconvert: kill VLA in float_to_int16_interleave_...
2012-10-05 Mans Rullgardx86: dsputil: kill VLA in gmc_mmx()
2012-10-05 Dmitry Samonenkolibspeexenc: Updated commentary to reflect recent changes
2012-10-05 Dmitry Samonenkolibspeexenc: Add an option for enabling DTX
2012-10-05 Anton Khirnovdoc/APIchanges: fill in missing dates and hashes.
2012-10-05 Anton Khirnovlavr: bump major to 1 and declare it stable.
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-10-04 Diego Biurrunx86: get_cpu_flags: add necessary ifdefs around functio...
2012-10-04 Diego Biurrunx86: Drop CPU detection intrinsics
2012-10-04 Diego Biurrunx86: Add YASM implementations of cpuid and xgetbv from...
2012-10-04 Mans Rullgardconfigure: add --enable-lto option
2012-10-04 Diego Biurrunx86: cpu: Break out test for cpuid capabilities into...
2012-10-04 Diego Biurrunx86: ff_get_cpu_flags_x86(): Avoid a pointless variable...
2012-10-04 Diego Biurrunbuild: Factor out mpegaudio dependencies to CONFIG_MPEG...
2012-10-04 Martin Storsjösegment: Add comments about calls that only are relevan...
2012-10-04 Martin Storsjösegment: Add an option for omitting the first header...
2012-10-04 Martin Storsjösegment: Flush buffered data before finishing a segment
2012-10-04 Martin Storsjösegment: Set the resend_headers flag for each segment
2012-10-04 Martin Storsjösegment: Add an option for disabling writing of a heade...
2012-10-04 Martin Storsjösegment: Free and reinit the muxer before calling avfor...
2012-10-04 Martin Storsjösegment: Use the public av_write_header/av_write_traile...
2012-10-04 Martin Storsjösegment: Properly create new AVStreams for the chained...
2012-10-04 Martin Storsjösegment: Add a missing space
2012-10-04 Anton Khirnovvf_overlay: properly sync inputs.
2012-10-04 Anton Khirnovvf_overlay: get rid of pointless messing with timebase.
2012-10-04 Anton Khirnovsamplefmt: make av_samples_alloc() initialize the data...
next