OSDN Git Service

android-x86/external-ffmpeg.git
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...
2012-08-11 Michael Niedermayermov: add av_dlog() to CTTS reading code like is already...
2012-08-11 Diego Biurrunconfigure: Rename check_asm() to more fitting check_inl...
2012-08-11 Diego Biurrunfate: Only test enabled filters
2012-08-11 Diego Biurrunavresample: De-doxygenize some comments where Doxygen...
2012-08-11 Michael Niedermayerasfdec: fix FRAME_HEADER_SIZE
2012-08-11 Michael Niedermayerdsputil_template: switch to av_assert
2012-08-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-11 Jordi Ortizrtmp: split chunk_size var into in_chunk_size and out_c...
2012-08-11 Samuel Pitoisetrtmp: Factorize the code by adding find_tracked_method
2012-08-11 Anton Khirnovlavf: simplify is_intra_only() by using codec descriptors.
2012-08-11 Anton Khirnovlavc: add an intra-only codec property.
2012-08-11 Anton Khirnovlavc: add codec descriptors.
2012-08-11 Michael Niedermayersnowdec: increase stack size
2012-08-11 Michael Niedermayerdwt: switch to av_assert
2012-08-11 Michael Niedermayermsrle: fix regression causing null ptr dereference
2012-08-11 Michael Niedermayercavsdec: check dimensions being valid.
2012-08-10 Michael Niedermayermp3enc: fix CODEC_ID/CodecID that leaked in from older...
2012-08-10 Stefano Sabatinidoc/Makefile: invoke perl to interpret texi2pod.pl
2012-08-10 Stefano Sabatinicmdutils: show options in show_help_children only if...
2012-08-10 Stefano Sabatinilavu/opt: fix crash in av_opt_next() in case the class...
2012-08-10 Anton Khirnovlavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
2012-08-10 Michael Niedermayermp3/mp2: identify the video codecs as APIC through...
2012-08-10 Michael Niedermayerffmpeg: dont auto match videostreams with attachment...
2012-08-10 Michael Niedermayerlavf: return APIC fourcc from query_format() if the...
2012-08-10 Michael Niedermayeriff: replace av_abort by av_assert0
2012-08-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-10 Mans Rullgarddict: move struct AVDictionary definition to dict.c
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-10 Michael Niedermayermjpegdec: support AVRn interlaced
2012-08-10 Mans Rullgardg723.1: fix addition overflow
2012-08-10 Mans Rullgardg723.1: simplify and fix multiplication overflow
2012-08-10 Mans Rullgardg723.1: deobfuscate an expression
2012-08-10 Mans Rullgardg723.1: remove unused #includes
2012-08-10 Mans RullgardARM: add missing "cc" clobber in av_clipl_int32_arm()
2012-08-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-10 Michael Niedermayerffmpeg: Allocate new buffer for bitstream filter when...
2012-08-09 Michael Niedermayeryadif: check input video size.
2012-08-09 Michael Niedermayeryadif: remove get_video_buffer, its redundant now
2012-08-09 Michael Niedermayeryadif: redesign first and last 2 lines handling.
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_error
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_status
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_result
next