OSDN Git Service

android-x86/external-ffmpeg.git
2012-04-28 Nicolas Georgelavc: minor bump for the new fields in AVFrame.
2012-04-28 Nicolas Georgelavc: add a sample_rate field to AVFrame.
2012-04-28 Nicolas Georgelavc: add a channel_layout field to AVFrame.
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-28 Roland Scheideggerh264: (trivial) make ff_h264_lps_state static
2012-04-28 Roland Scheideggerh264: (trivial) remove unneeded macro argument in x86...
2012-04-28 Nicolas Georgesrc_buffer: add forgotten avfilter_unref_buffer.
2012-04-28 Michael Niedermayerswr: add int16_to_float_sse2()
2012-04-28 Jean Firstlavf remove duplicated check in has_duration
2012-04-28 Nicolas Georgeavfilter: filter_samples: read pts before filtering.
2012-04-28 Michael Niedermayerswr: add int32_to_float_sse2
2012-04-28 Michael Niedermayerswr: int16->int32: use the old index negate trick to...
2012-04-28 Michael Niedermayerswr: more correct cglobal parameters to int16->int32
2012-04-28 Nicolas Georgeavio: change ffurl_alloc return code.
2012-04-28 Michael Niedermayerswr: seperate functions for aligned & unaligned
2012-04-28 Michael Niedermayerswr: add int16_to_int32_mmx/sse
2012-04-28 Michael Niedermayerswr: move AudioConvert to header
2012-04-28 Michael Niedermayerswr: change sample format representation so as to maint...
2012-04-28 Reimar DöffingerFix compilation with YASM/NASM without AVX support.
2012-04-28 Nicolas Georgeexamples/filtering_audio: do not stop on decode error.
2012-04-28 Nicolas Georgeexamples/filtering_audio: fix a memory leak.
2012-04-28 Nicolas Georgelavfi: rename vsrc_buffer.c into src_buffer.c.
2012-04-28 Nicolas Georgelavfi: merge asrc_abuffer into vsrc_buffer.
2012-04-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-27 Stefano Sabatinilavfi/tinterlace: remove unnecessary NULL check in...
2012-04-27 Stefano Sabatinilavfi/tinterlace: use avfilter_unref_bufferp()
2012-04-27 Stefano Sabatinilavfi/tinterlace: fix doxy in copy_picture_field()
2012-04-27 Matthieu Bouronasrc_abuffer: return EAGAIN if no frame is available
2012-04-27 Stefano Sabatinilavfi: create buffer reference in filters which need...
2012-04-27 Stefano Sabatinilavfi/bbox: add missing space between pts and x1 values...
2012-04-27 Clément Bœschlavc: add MicroDVD decoder.
2012-04-27 Clément Bœschlavf/microdvd: set packet duration.
2012-04-27 Martin Storsjömpegts: Make sure we don't return uninitialized packets
2012-04-27 Nicolas Georgeparseutils: replace setenv() by putenv().
2012-04-27 Diego Biurrungitignore: replace library catch-all pattern by more...
2012-04-27 Michael Niedermayerswr-test: simplify prng code
2012-04-27 Nicolas Georgedoc: fix syntax for durations and timestamps.
2012-04-27 Michael Niedermayerswr: unroll audioconvert core C function
2012-04-26 Michael Niedermayerswr: audioconvert, mark some constants as floats.
2012-04-26 Michael Niedermayerswr-test: fix declaration statement ordering.
2012-04-26 Michael Niedermayerswr-test: fix pointer type warnings
2012-04-26 Michael Niedermayerswr-test: fix unused var warnings
2012-04-26 Michael Niedermayerswr-test:indent
2012-04-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-26 Michael Niedermayerswr-test: support fabrices audiogen like avr
2012-04-26 Michael Niedermayerswr-test: fix u8 zero point.
2012-04-26 Michael Niedermayerswr-test: improve rounding in set()
2012-04-26 Matthieu Bouronaf_amerge: return errors from subfilters when requestin...
2012-04-26 Mans Rullgarddsputil: fix invalid array indexing
2012-04-26 Michael Niedermayerswr-test: remove unneeded hack to test planar formats.
2012-04-26 Michael Niedermayerswr-test: improve output
2012-04-26 Michael Niedermayerswr-test: print channel layout, instead of just channel...
2012-04-26 Michael Niedermayerswr-test: Use randomized collision free hypercube corne...
2012-04-26 Michael Niedermayerswr-test: use formats array
2012-04-26 Michael Niedermayerswr-test: remove 0 terminator in layouts for consistency
2012-04-26 Michael Niedermayerswr-test: add rates tables containing a new set of...
2012-04-26 Michael Niedermayerswr-test: indent
2012-04-26 Michael Niedermayerswr-test: add sorted formats table from avr
2012-04-26 Sean McGovernconfigure: add libavresample to rpath
2012-04-26 Michael Niedermayerffv1: add examples of supported slices counts
2012-04-25 Michael Niedermayerswr: pass resample parameters from the user to the...
2012-04-25 Michael Niedermayerswr: Add longer more descriptive alternative AVOptions.
2012-04-25 Michael Niedermayerswr: Capitalize help texts for AVOptions
2012-04-25 Michael Niedermayerswr: align options a little
2012-04-25 Michael Niedermayerswr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptions
2012-04-25 Mans Rullgardbuild: icc: silence some warnings
2012-04-25 Mans Rullgardfft-test: add option to set cpuflag mask
2012-04-25 Mans Rullgardcpu: recognise only cpu flag names pertinent to the...
2012-04-25 Mans Rullgardavutil: add av_parse_cpu_flags() function
2012-04-25 Mans Rullgardvp8: armv6: fix non-armv6t2 build
2012-04-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-25 Mans Rullgardvp8: armv6 optimisations
2012-04-25 Mans Rullgardvp8: arm: separate ARMv6 functions from NEON
2012-04-25 Mans RullgardARM: add some compatibility macros
2012-04-25 Hendrik Leppkesmov: support eac3 audio
2012-04-25 Luca Barbatoavf: fix faulty check in has_duration
2012-04-25 Michael Niedermayerffv1: remove clear_state(), it has become unused
2012-04-25 Michael Niedermayerffv1: move clear_state() to clear_slice_state() in...
2012-04-25 Michael Niedermayerffv1: indent
2012-04-25 Michael Niedermayerffv1: move init_slice_state() into the decoder threads.
2012-04-25 Michael Niedermayerffv1: Remove slice count field with 1.3 and just count...
2012-04-25 Michael Niedermayerffv1: store slice size with all slices in 1.3
2012-04-25 Michael Niedermayerffv1: add 1 status byte to slices in in case crcs are...
2012-04-25 Michael Niedermayerffv1: Always store slice size when error reobustness...
2012-04-25 Michael Niedermayerffv1: include solution hint in the slice error message
2012-04-25 Justin RugglesFATE: use updated reference for aac-latm_stereo_to_51
2012-04-25 Justin Rugglesavconv: use libavresample
2012-04-25 Justin RugglesAdd libavresample
2012-04-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-24 Michael Niedermayerffv1: support vlc mode in 1.3
2012-04-24 Michael Niedermayerffv1: move the decoder side ac->vlc switch to decode_sl...
2012-04-24 Michael Niedermayerffv1: allow selecting 1.3 by using -level
2012-04-24 Michael Niedermayerffv1: move ac->vlc switch to encode_slice()
2012-04-24 Justin RugglesFATE: avoid channel mixing in lavf-dv_fmt
2012-04-24 Reimar Döffingerparseutils: reliably detect out-of-range alpha.
2012-04-24 Michael Niedermayerffmpeg: Fix initial dts for streamcopy, if the input...
2012-04-24 Carl Eugen... Add missing newline in shorten decoder.
2012-04-24 Nicolas Georgeavfiltergraph: fix format selection.
2012-04-24 Nicolas Georgeffmpeg: do not report EOF as an error.
next