OSDN Git Service

android-x86/external-ffmpeg.git
2012-11-18 Clément Bœschlavfi/mp/pp: use PP_CPU_CAPS_AUTO.
2012-11-18 Clément Bœschpp: add auto detection cpu flag.
2012-11-18 Clément Bœschpp: add various const for pointers.
2012-11-18 Nicolas Georgelavfi/drawtext: implement more generic expansion.
2012-11-18 Piotr Bandurskiiff: decode HAM8 images with masking correctly.
2012-11-18 Michael Niedermayerh264: Skip odd NALs in extradata, prevent undefined...
2012-11-18 Marton Balintlavf: let av_find_best_stream use bitrate info if available
2012-11-18 Peter Rossiff: process DEEP DLOC chunk to obtain image dimensions
2012-11-18 Peter Rossiff: recognise more DEEP colorspaces
2012-11-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-18 Paul B Maholast: check bit depth too
2012-11-18 Paul B Maholimg2enc: remove dead code
2012-11-18 Carl Eugen... Fix possible NULL-pointer dereference when decoding...
2012-11-18 Michael Niedermayermjpegdec: reset h/v_count, fix assertion failure.
2012-11-18 Ronald S. Bultjex86: lavr: fix stack allocation for 7 and 8 channel...
2012-11-18 Justin Ruggleslavr: fix the decision for writing directly to the...
2012-11-17 Paul B Maholeamad: return meaningful error codes
2012-11-17 Paul B Maholsmush: check audio packet size
2012-11-17 Michael Niedermayervcr1: check if dimensions are supported, fix out of...
2012-11-17 Michael Niedermayerelectronicarts: check size before reading duration...
2012-11-17 Paul B MaholAST demuxer
2012-11-17 Paul B MaholPCM signed 16-bit big-endian planar decoder
2012-11-17 Paul B Mahollxfdec: remove deplanarization hack
2012-11-17 Paul B MaholPCM signed 24-bit/32-bit little-endian planar decoder
2012-11-17 Nicolas Georgedoc/texi2pod: recognize @table @command.
2012-11-17 Nicolas Georgelavfi/drawtext: use bprint for the expanded text.
2012-11-17 Nicolas Georgelavu/bprint: implement av_bprint_strftime().
2012-11-17 Mans Rullgardparisc: work around bug in gcc 4.3 and later
2012-11-17 Michael Niedermayerflvdec: disable hack that attempts to parse aac bitstre...
2012-11-17 Michael Niedermayereamad: fix out of array accesses
2012-11-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-17 Michael NiedermayerMerge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e'
2012-11-17 Nicolas Georgecmdutils: free the report file name.
2012-11-17 Nicolas Georgeconfigure: add --fatal-warnings option.
2012-11-17 Nicolas Georgeconfigure: warn when en/disabling has no effect.
2012-11-17 Stefano Sabatinilavf/avienc: return proper error codes, and provide...
2012-11-17 Anton KhirnovFATE: add a bink version 'b' test
2012-11-17 Anton KhirnovFATE: add a bink version 'i' test
2012-11-17 Michael Niedermayerxxan: check ybuf index before use.
2012-11-17 Michael Niedermayercook: check subbands more completely, fix out of array...
2012-11-17 Michael Niedermayerff_mpeg4videodec_static_init: fix return type
2012-11-17 Michael Niedermayermxfdec: fix potential integer overflow in mxf_compute_s...
2012-11-17 Michael Niedermayercpu: add a few cpu names as aliases for their cpu flags
2012-11-17 Michael Niedermayercpu: add cmov ro the table, which appears to have been...
2012-11-17 Michael Niedermayertm2: check for invalid vlcs, fix out of array read
2012-11-16 Clément Bœschpp: simplify postProcess().
2012-11-16 Clément Bœschpp: rework the way templating is done.
2012-11-16 Michael Niedermayerg723_1dec: Fix lsp2lpc() so it can handle values at...
2012-11-16 Michael Niedermayerff_emulated_edge_mc: fix integer anomalies, fix out...
2012-11-16 Alexander Strasserdshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions
2012-11-16 Michael Niedermayerffv1enc: consider 2pass float rounding, fix loop
2012-11-16 Stefano Sabatinidoc/filters: fix a few typos in the frei0r docs
2012-11-16 Stefano Sabatinidoc/ffprobe: factorize definition of writers syntax
2012-11-16 Janne Grunaulibswscale: remove unnecessary direct #if LIBSWSCALE_VE...
2012-11-16 Janne Grunaucpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
2012-11-16 Matthieu Bouronmxfdec: set audio packets pts
2012-11-16 Xidorn Quanmov: add more udta meta data recognition
2012-11-16 Clément Bœschlavf/mp3enc: make sure the header is valid before writi...
2012-11-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-16 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2012-11-16 Janne Grunauh264: always check ref_count for validity
2012-11-16 Michael Niedermayerffserver: put NoDaemon back so as not not break existin...
2012-11-16 Michael NiedermayerMerge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'
2012-11-16 Diego Biurrunx86: dsputil: port to cpuflags
2012-11-16 Diego Biurruncrc: av_crc() parameter names should match between...
2012-11-16 Nicolas Georgelavu/opt: fix av_opt_get_key_value() API.
2012-11-16 Nicolas Georgedoc/APIchanges: clarify comment on new APIs.
2012-11-16 Michael Niedermayerrv34: check image size before using it
2012-11-16 Michael Niedermayervc1dec: do not allow field_mode to change after the...
2012-11-15 Clément Bœschswr/resample: fix SSSE3 included unconditionally.
2012-11-15 Clément Bœschpp: fix typo in avg() comment.
2012-11-15 Clément Bœschpp: use av_clip_uint8 instead of a custom implementation.
2012-11-15 Clément Bœschpp: fix a few typo in the internal header.
2012-11-15 Clément Bœschlavfi/geq: fix GPL license header.
2012-11-15 Clément Bœschswr/rematrix: move templating parameters to template...
2012-11-15 Clément Bœschswr/resample: move templating parameters to template...
2012-11-15 Michael Niedermayerzmbv: avoid use of uninitialized data
2012-11-15 Michael Niedermayervmdav: more complete check for block_align, prevent...
2012-11-15 Michael Niedermayerflashsv: only realloc blocks for version 2
2012-11-15 Janne Grunauavserver: replace av_read_packet with av_read_frame
2012-11-15 Janne Grunauavserver: fix constness casting warnings
2012-11-15 Janne GrunauAPIChanges: add entry for av_read_packet deprecation
2012-11-15 Janne Grunaumxfdec: fix typo in mxf_read_seek()
2012-11-15 Janne Grunauavserver: use freopen to redirect stdin/out/err to...
2012-11-15 Mans Rullgardavserver: remove daemon mode
2012-11-15 Martin Storsjöconfigure: Check for -Werror parameters on clang
2012-11-15 Janne Grunaudoxygen: remove obsolete options from Doxyfile
2012-11-15 Paul B Maholpcm: give more descriptive name to codec
2012-11-15 Michael Niedermayerpgssubdec: check RLE size before copying. Fix out of...
2012-11-15 Michael Niedermayerflashsv: reallocate block array independant of frame...
2012-11-15 Carl Eugen... Read QuickTime version 1 audio fields in broken mov...
2012-11-15 Michael Niedermayerswr: move if() block into the only branch where it...
2012-11-15 Michael Niedermayerswr: reorder/redesign operations to avoid integer overflow.
2012-11-15 Clément Bœschffserver: fix streams and priv_data memleaks when closi...
2012-11-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-15 Michael NiedermayerMerge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'
2012-11-15 Michael Niedermayerituh263dec: more complete w/h check.
2012-11-15 Michael Niedermayerrv10: always check image size not just in some cases.
2012-11-14 Michael Niedermayerxwma: check bytes_per_sample, fix division by 0.
2012-11-14 Michael Niedermayerdxa: dont try to use the previous frame if there is...
next