OSDN Git Service

android-x86/external-ffmpeg.git
2012-08-14 Michael BradshawAdd ICO muxer
2012-08-14 Andrey UtkinCheck for avio fail in avformat_write_header, av_write_...
2012-08-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-14 Sebastien Zwickertvda: fix make checkheaders.
2012-08-14 Andrey Utkinlavfi/asetnsamples: push as many frames as ready
2012-08-14 Mans Rullgardg723.1: simplify scale_vector()
2012-08-14 Mans Rullgardg723.1: simplify normalize_bits()
2012-08-14 Sebastien Zwickertvda: cosmetics: fix Doxygen comment formatting
2012-08-14 Sebastien Zwickertvda: better frame allocation
2012-08-14 Sebastien Zwickertvda: Merge implementation into one file
2012-08-14 Sebastien Zwickertvda: support synchronous decoding
2012-08-14 Sebastien Zwickertvda: Reuse the bitstream buffer and reallocate it only...
2012-08-14 Nicolas Georgefilter_design: document ownership and permissions.
2012-08-14 Nicolas Georgelavfi: use min_perms and rej_perms for out pads.
2012-08-14 Nicolas Georgedvdsubenc: reindent after recent commit.
2012-08-14 Nicolas Georgelavc: add const to AVCodecContext.codec_descriptor.
2012-08-14 Nicolas Georgelavc: reimplement avcodec_get_name with descriptors.
2012-08-14 Nicolas Georgeffmpeg: copy subtitles frame dimensions.
2012-08-14 Nicolas Georgeffmpeg: make -s work for subtitles too.
2012-08-14 Nicolas Georgedvdsubenc: set frame size in extradata.
2012-08-14 Nicolas Georgelavf: probe PGS subtitles definition.
2012-08-14 Nicolas Georgedvdsubenc: make it usable for transcoding.
2012-08-14 Nicolas Georgeffmpeg: add an option to fix subtitles durations.
2012-08-14 Diego Biurrunbuild: Factor out mpegvideo encoding dependencies to...
2012-08-14 Sebastien Zwickertvda: merge implementation into one file.
2012-08-14 Sebastien Zwickertvda: support synchronous decoding.
2012-08-14 rogerdpackmore verbose error messages at configure time
2012-08-14 Michael Niedermayerasfdec: ignore too tiny indexes
2012-08-13 Martin Storsjöavprobe: Include libm.h for the log2 fallback
2012-08-13 Boris Maksalovproresenc: use the edge emulation buffer
2012-08-13 Luca Barbatortmp: handle bytes read reports
2012-08-13 Michael Niedermayerhls: Initialize stream_offset before find_stream_info.
2012-08-13 Michael Niedermayerhls: check that the streams have been initialized befor...
2012-08-13 Diego Biurrunconfigure: Fix typo in mpeg2video/svq1 decoder dependen...
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-13 Speedy GonzalesProresenc: add multithreading support
2012-08-13 Mans Rullgardx86: swscale: fix fragile memory accesses
2012-08-13 Mans Rullgardx86: swscale: remove disabled code
2012-08-13 Mans Rullgardx86: yadif: fix asm with suncc
2012-08-13 Mans Rullgardx86: cabac: allow building with suncc
2012-08-13 Mans Rullgardx86: mlpdsp: avoid taking address of void
2012-08-13 Mans RullgardARM: intmath: use native-size return types for clipping...
2012-08-13 Michael Niedermayerg723_1dec: inline normalize_bits() in scale vector...
2012-08-13 Michael Niedermayerg723_1dec: remove dead code that leaked in from libav
2012-08-13 Michael Niedermayerg723_1dec: remove unneeded cliping that leaked in from...
2012-08-13 Michael Niedermayerg723_1dec: avoid memcpy
2012-08-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-13 Paul B Maholpaf: prevent invalid write
2012-08-13 Stefano Sabatinibuild: extend documentation building mechanism
2012-08-13 Jérémy Tranlavfi: add hue filter
2012-08-13 Nicolas Georgelavc: add missing codec descriptors.
2012-08-13 Nicolas Georgetools: add a script to find missing codec descriptors.
2012-08-13 Michael Niedermayerh264_cavlc: switch forgotten assert to av_assert
2012-08-13 Michael Niedermayerh264: fix x264 build detection
2012-08-13 Mans Rullgardg723.1: do not pass large structs by value
2012-08-13 Mans Rullgardg723.1: do not bounce intermediate values via memory
2012-08-13 Mans Rullgardg723.1: declare a variable in the block it is used
2012-08-13 Mans Rullgardg723.1: avoid saving/restoring excitation
2012-08-13 Mans Rullgardg723.1: avoid unnecessary memcpy() in residual_interp()
2012-08-13 Mans Rullgardg723.1: make postfilter write directly to output buffer
2012-08-13 Mans Rullgardg723.1: drop unnecessary variable buf_ptr in formant_po...
2012-08-13 Mans Rullgardg723.1: make scale_vector() output to a separate buffer
2012-08-13 Mans Rullgardg723.1: make autocorr_max() work on an arbitrary buffer
2012-08-13 Mans Rullgardg723.1: do not needlessly use int64_t
2012-08-13 Mans Rullgardg723.1: use saturating addition functions
2012-08-13 Mans Rullgardg723.1: optimise scale_vector()
2012-08-13 Mans Rullgardg723.1: remove useless uses of MUL64()
2012-08-13 Mans Rullgardg723.1: remove unnecessary argument 'shift' from dot_pr...
2012-08-13 Mans Rullgardg723.1: deobfuscate "(x << 4) - x" to "15 * x"
2012-08-13 Mans Rullgardcelp: optimise ff_celp_lp_synthesis_filter()
2012-08-13 Mans Rullgardlibavutil: add saturating addition functions
2012-08-12 Michael Niedermayerriffenc: fix aac
2012-08-12 Stefano Sabatinilavfi: add avfilter_get_class() and iteration callbacks
2012-08-12 Stefano Sabatinilavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
2012-08-12 Stefano Sabatinidoc/texi2pod: add "use warnings" directive
2012-08-12 Reimar DöffingerOptimized unscaled yuvp9/yuvp10 -> yuvp16 conversion.
2012-08-12 Michael Niedermayeroggparsetheora: fix metadata parsing
2012-08-12 Derek Buitenhuiscllc: Implement ARGB support
2012-08-12 Derek Buitenhuiscllc: Implement ARGB support
2012-08-12 Derek Buitenhuiscllc: Add support for QRGB
2012-08-12 Derek Buitenhuiscllc: Rename some funcs to represent what they actually do
2012-08-12 Derek Buitenhuiscllc: Add support for QRGB
2012-08-12 Derek Buitenhuiscllc: Rename some funcs to represent what they actually do
2012-08-12 Michael Niedermayerffplay: avoid SDL_atoi()
2012-08-12 Boris MaksalovFix reading past the end of frame buffer.
2012-08-12 Piotr Bandurskimov: remux AALP tag
2012-08-12 Michael Niedermayerfate: split asyncts from aresample test
2012-08-12 Diego Biurrunx86: Drop silly "_yasm" suffixes from filenames
2012-08-12 Michael Niedermayerlavf: reimplement is_intra_only() by using the AVCodecC...
2012-08-12 Michael Niedermayerlavc: add codec_descriptor field to AVCodecContext.
2012-08-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-12 Diego Biurrundoc: Clarify licensing issues arising from external...
2012-08-12 Martin Storsjölavf: Detect discontinuities in timestamps for framerat...
2012-08-12 Martin Storsjölavf: Initialize the stream info timestamps in avformat...
2012-08-12 Mohammad Alsalehid3v2: Match PIC mimetype/format case-insensitively
2012-08-12 Michael Niedermayersgidec: fix error free end detection.
2012-08-12 Michael Niedermayersgidec: correct end pointer
2012-08-11 Michael Niedermayerffmpeg: Do not discard slightly invalid timestamps.
2012-08-11 Michael Niedermayervc1dec: support debug & FF_DEBUG_PICT_INFO.
2012-08-11 Michael Niedermayerlavf: do not discard correct dts in favor of wrong...
next