OSDN Git Service

android-x86/external-ffmpeg.git
2015-10-14 Hendrik LeppkesMerge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'
2015-10-14 Hendrik LeppkesMerge commit 'c53e796f8b69799b7ad6d28fbab981d37edf1bc9'
2015-10-14 Hendrik LeppkesMerge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'
2015-10-14 Hendrik LeppkesMerge commit 'c1348506697377b46f844339c178332e3314149a'
2015-10-14 Hendrik LeppkesMerge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37'
2015-10-14 Michael Niedermayerffmpeg_opt: rename loop option to stream_loop
2015-10-14 Zhang Ruiavformat/async: cache some data for fast seek backward
2015-10-14 Zhang Ruiavutil/fifo: add function av_fifo_generic_peek_at()
2015-10-14 Ganesh Ajjanagaddeavutil/intmath: use de Bruijn based ff_ctz
2015-10-14 Hendrik LeppkesRemove test file that accidentally ended up in one...
2015-10-14 Carl Eugen... lavf/vc1dec: Autodetect raw vc-1 streams.
2015-10-14 Clément Bœschdoc/filters: fix selectivecolor example
2015-10-14 Ganesh Ajjanagaddeavfilter/formats: add av_warn_unused_result to function...
2015-10-14 Ganesh Ajjanagaddeavfilter/all: propagate errors of functions from avfilt...
2015-10-14 Hendrik LeppkesMerge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'
2015-10-14 Hendrik LeppkesMerge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'
2015-10-14 Hendrik LeppkesMerge commit '901f9c0a32985f48672fd68594111dc55d88a57a'
2015-10-14 Hendrik LeppkesMerge commit '17e41cf3614973258c24aa2452215ef7e3bfa5ed'
2015-10-14 Hendrik Leppkesffmpeg: add deprecation guards around remaining AVFMT_R...
2015-10-14 Hendrik Leppkesffmpeg: remove trailing whitespace that sneaked into...
2015-10-14 Hendrik LeppkesMerge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'
2015-10-14 Derek Buitenhuish264: Run VLC init under pthread_once
2015-10-14 Luca Barbatothread: Provide no-op variants for pthread_once
2015-10-14 Luca Barbatodxva: Include last the internal header
2015-10-14 Andrey Utkinhttpauth: Add space after commas in HTTP/RTSP auth...
2015-10-14 Michael Niedermayerrtmpproto: Write correct flv packet sizes at the end...
2015-10-14 Hendrik LeppkesMerge commit '16b0c929621f84983b83b9735ce973acb12723bc'
2015-10-14 Hendrik LeppkesMerge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'
2015-10-14 Hendrik LeppkesMerge commit 'c1aac39eaccd32dc3b74ccfcce701d3d888fbc6b'
2015-10-14 Hendrik LeppkesMerge commit 'b9ece15a01782b4f301c0c139d1d7b20f848914c'
2015-10-14 Hendrik LeppkesMerge commit 'd00a8fd417ad20cecbc7ca17b25f352655148fb1'
2015-10-14 Hendrik LeppkesMerge commit '00332e0a064dad866812de9162b009cbaba6f5df'
2015-10-14 wm4mimic: drop AVPicture usage
2015-10-14 Vittorio Giovaralibschroedinger: Properly use AVFrame API
2015-10-14 Vittorio Giovaraqtrle: Properly use AVFrame API
2015-10-13 Ganesh Ajjanagaddeavformat/mov: fix integer overflow
2015-10-13 Ganesh Ajjanagaddeffserver_config: check for INT_MIN before doing FFABS
2015-10-13 James Almerx86/vp9itxfm: fix register clobbering in ff_vp9_idct_id...
2015-10-13 Christophe... dnxhdenc: fix access outside of image
2015-10-13 Christophe... x86: simple_idct10_template: use const
2015-10-13 Michael Niedermayeravutil/fifo: Fix thread saftey of av_fifo_generic_peek()
2015-10-13 Pedro Arthurswscale: fix ticket #4881
2015-10-13 Nedeljko Babicavcodec/mips/aaccoder_mips: Sync with the generic code
2015-10-13 Ronald S. Bultjevp9: use registers for constant loading where possible.
2015-10-13 Ronald S. Bultjevp9: refactor itx coefficients and share between 8...
2015-10-13 Ronald S. Bultjevp9: add itxfm_add eob shortcuts to 10/12bpp functions.
2015-10-13 Ronald S. Bultjevp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.
2015-10-13 Ronald S. Bultjevp9: 10/12bpp sse2 SIMD for iadst16.
2015-10-13 Ronald S. Bultjevp9: refactor 10/12bpp dc-only code in 4x4/8x8 and...
2015-10-13 Ronald S. Bultjevp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.
2015-10-13 Ronald S. Bultjevp9: add 10/12bpp sse2 SIMD versions of iadst8x8.
2015-10-13 Ronald S. Bultjevp9: add 10/12bpp sse2 SIMD for idct_idct_8x8.
2015-10-13 Ronald S. Bultjevp9: add 12bpp sse2 versions of iadst4.
2015-10-13 Ronald S. Bultjevp9: initial attempt at a idct_idct_4x4 12bpp x86 simd...
2015-10-13 Ronald S. Bultjevp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.
2015-10-13 Ronald S. Bultjevp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.
2015-10-13 Ronald S. Bultjevp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.
2015-10-13 Christophe... x86: dct-test: add more idcts
2015-10-13 Michael Niedermayeravcodec/dct-test: Print failure notice below the failed...
2015-10-13 Christophe... x86: simple_idct: 12bits versions
2015-10-13 Derek Buitenhuisavcodec: Do not lock during init if there is no init...
2015-10-13 Luca Barbatoavformat: Do not use AVFMT_RAWPICTURE
2015-10-13 Christophe... x86: simple_idct(_put): 10bits versions
2015-10-13 Christophe... x86: simple_idct10_template: fix overflow in pass
2015-10-13 Alexandra Hájkováavconv: Add loop option.
2015-10-13 Ganesh Ajjanagaddeavfilter/af_sidechaincompress: replace FFABS with fabs
2015-10-13 Ganesh Ajjanagaddeavfilter/af_astats: replace FFABS with fabs
2015-10-13 Ganesh Ajjanagaddeavfilter/af_agate: replace FFABS with fabs
2015-10-13 Christophe... fate: add 10bits YUV4:2:2 dnxhd test
2015-10-13 Christophe... avcodec/simple_idct10: improve precision
2015-10-12 Christophe... x86: prores: templatize 10 bits simple_idct
2015-10-12 Rostislav Pehlivanovaacenc: shorten name of ff_aac_adjust_common_prediction
2015-10-12 Rostislav Pehlivanovaacenc: increase size of s->planar_samples[] from 6...
2015-10-12 Christophe... mpegvideo: dnxhdenc: permute 10bits content
2015-10-12 Michael Niedermayeravcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_m...
2015-10-12 Ricardo Constantinoavformat/webvttdec: Don't stop parsing on comments
2015-10-12 Ricardo Constantinofate/subtitles: Add a new test for WebVTT
2015-10-12 Ricardo Constantinoavcodec/webvttdec: Deal with WebVTT escapes
2015-10-12 Lou Logandoc/filters: s/nb_inputs/inputs for stack filters
2015-10-12 Derek Buitenhuisavcodec: Don't lock on init for codecs without an init...
2015-10-12 Rostislav Pehlivanovfate: increase fuzz on fate-aac-tns-encode test
2015-10-12 Rostislav Pehlivanovaacenc_utils: fit find_form_factor() below 80 chars...
2015-10-12 Rostislav Pehlivanovaacenc: add support for changing options based on a...
2015-10-12 Alex Agranovskyavfilter/drawtext: allow to format pts with strftime
2015-10-12 Bela Bodecslavf/tee: allow multiple stream specifiers in select.
2015-10-12 Rostislav Pehlivanovaacenc: add support for encoding 7.1 channel audio
2015-10-12 Rostislav Pehlivanovaacenc_quantization: fix header description
2015-10-12 Vittorio Giovaradict: Change return type of av_dict_copy()
2015-10-12 Claudio FreireAAC encoder: memoize quantize_band_cost
2015-10-12 Michael Niedermayeravformat/flvdec: set broken_sizes for "metadatacreator...
2015-10-12 Claudio FreireAAC encoder: fix assertion error re SF differences
2015-10-12 Rostislav Pehlivanovaaccoder_twoloop.h: simplify and comment ff_pns_bits()
2015-10-12 Rostislav Pehlivanovaacenc_utils: add 'inline' flag to find_form_factor...
2015-10-11 James Almerx86/vf_w3fdif: use aligned loads in w3fdif_simple_high
2015-10-11 James Almerx86/vf_w3fdif: simplify w3fdif_simple_high
2015-10-11 Andreas Cadhalpunavcodec: remove leftover iff_byterun1 decoder
2015-10-11 Marton Balintffplay: eliminate stream_component_close forward declar...
2015-10-11 Marton Balintffplay: close streams and AVFormatContext in the main...
2015-10-11 Ronald S. Bultjeintmath: remove av_ctz.
2015-10-11 Claudio FreireAAC encoder tests: increase fuzz for pred test
next