OSDN Git Service

android-x86/external-ffmpeg.git
2012-04-30 Michael NiedermayerEC: fix dest index for non 420 chroma.
2012-04-30 Michael Niedermayerisom: remove duplicate line.
2012-04-30 Derek Buitenhuisisom: Clarify comment for 'ec-3' fourcc
2012-04-29 Michael Niedermayerffmpeg: add the edge at the correct place in allocating...
2012-04-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-29 Stefano Sabatinilavfi/buffersink: fix header inclusion guard name
2012-04-29 Carl Eugen... Simplify camstudio decoding and fix odd 16bit decoding.
2012-04-29 Michael Niedermayerswr: use memcpy when input and output match
2012-04-29 Michael Niedermayerswr: add sample format to AudioData
2012-04-29 Michael Niedermayerswr: add set_audiodata_fmt() and use it to simplify...
2012-04-29 Michael Niedermayerswr: int32_to_int16_mmx/sse
2012-04-29 Reimar Döffingerrmenc: more than 2 streams are not currently possible.
2012-04-29 Reimar Döffingernutdec: minor simplification.
2012-04-29 Reimar Döffingernutdec: replace assert with av_assert0.
2012-04-29 Michael Niedermayerswr: float_to_int16_sse2()
2012-04-29 Michael Niedermayerswr: float_to_int32_sse2()
2012-04-29 Mans Rullgard4xm: fix invalid array indexing
2012-04-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-28 Nicolas Georgelavc: minor bump for the new fields in AVFrame.
2012-04-28 Christophe... rv34dsp: factorize a multiplication in the noround...
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 Christophe... rv40: perform bitwise checks in loop filter
2012-04-28 Ronald S. Bultjerv34: remove inline keyword from rv34_decode_block().
2012-04-28 Christophe... rv40: change a logical test into a bitwise one.
2012-04-28 Christophe... rv34: remove constant parameter
2012-04-28 Christophe... rv40: don't always do the full prev_type search
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 Christophe... dsputil x86: revert a test back to its previous value
2012-04-28 Christophe... rv34dsp x86: implement MMX2 inverse transform
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 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) remove unneeded macro argument in x86...
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 Jordi Ortizlibschroedingerdec: check malloc
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 Luca Barbatosegment: reorder seg_write_header allocation
2012-04-27 Luca Barbatoavio: make avio_close(NULL) a no-op
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 Yusuke Nakamuramov: Parse EC3SpecificBox (dec3 atom).
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
next