OSDN Git Service

android-x86/external-ffmpeg.git
2016-08-03 Christophe... x86: deduplicate some constants
2016-08-03 Anton Khirnovh264dec: reset nb_slice_ctx_queued for hwaccel decoding
2016-08-03 Michael Niedermayerm4vdec: Check for non-startcode 00 00 00 sequences...
2016-08-03 Diego Biurrunsbrdsp: Move a misplaced #endif directive to the right...
2016-08-03 Diego Biurrundvbsubdec: Use NULL instead of 0 as pointer value
2016-08-02 Martin StorsjöRevert "libavutil: Use an intermediate variable in...
2016-08-02 Martin StorsjöRevert "Don't use expressions with side effects in...
2016-08-02 Martin Storsjöintreadwrite: Use the __unaligned keyword on MSVC for...
2016-08-02 Martin Storsjöintreadwrite: Add intermediate variables in the byteswi...
2016-07-31 Martin Storsjölibavutil: Use an intermediate variable in AV_COPY*U
2016-07-31 Martin StorsjöDon't use expressions with side effects in macro parameters
2016-07-31 Martin Storsjödxv: Check to make sure we don't overrun buffers on...
2016-07-31 Anton Khirnovqsvdec: only access hwaccel_context is the pixel format...
2016-07-31 Anton Khirnovflac demuxer: improve probing
2016-07-31 Anton KhirnovFix instances of broken indentation found by gcc 6
2016-07-29 Diego Biurrunx11grab: Rename internal component to "xcbgrab"
2016-07-29 Diego BiurrunRemove the legacy X11 screen grabber
2016-07-29 Luca Barbatoac3dec: Add some inline hints
2016-07-29 Luca Barbatoac3dec: Simplify skipping
2016-07-29 Luca Barbatoac3dec: Split coupling-specific code from decode_audio_...
2016-07-29 Luca Barbatoac3dec: Split spx-specific code from decode_audio_block()
2016-07-29 Luca Barbatomov: Validate the ID number
2016-07-29 Anton Khirnovmimic: do not release the newly obsolete reference...
2016-07-27 Diego Biurrunconfigure: Simplify license incompatibility check
2016-07-27 Diego Biurrunavconv: Check that muxing_queue exists before reading...
2016-07-26 Martin Storsjöconfigure: Allow detecting and using LLVM lld-link...
2016-07-26 Martin Storsjöconfigure: Move defines for controlling MSVCRT headers...
2016-07-26 Martin Storsjöconfigure: Check for strtoll and redirect to _strtoi64...
2016-07-25 Diego Biurrunhpeldsp: Explain why put_no_rnd_pixels_tab is larger...
2016-07-23 Luca Barbatocheckasm: Cast unsigned to signed
2016-07-23 Luca Barbatovpx: Support color range
2016-07-22 Anton Khirnovlavfi: add a QSV deinterlacing filter
2016-07-22 Anton Khirnovqsvenc: print warnings from encode/init
2016-07-22 Anton Khirnovqsvenc: do not re-execute encoding on all positive...
2016-07-22 Anton Khirnovqsv: print more complete error messages
2016-07-22 Anton Khirnovqsvenc: take only the allocated dimensions from the...
2016-07-22 Anton Khirnovqsvenc: add support for p010
2016-07-22 Anton Khirnovqsv: handle the semi-packed formats in map_fourcc as...
2016-07-22 Anton Khirnovlavc: set sw_pix_fmt for hwaccel encoding
2016-07-22 Anton Khirnovlavc: initialize AVCodecContext.sw_pix_fmt properly
2016-07-22 Anton Khirnovavconv_qsv: use the actual pixel format provided by...
2016-07-22 Anton Khirnovavconv_qsv: align the surface size to 32
2016-07-22 Anton Khirnovavconv: stop using setpts for input framerate forced...
2016-07-22 Alexandra Hájkovácheckasm: add HEVC test for testing IDCT DC
2016-07-22 Hendrik Leppkesriff: don't overwrite bps from WAVEFORMATEX if EXTENSIB...
2016-07-21 Vittorio GiovaraRevert "avprobe: Zero the allocated avio buffer memory"
2016-07-21 Martin Storsjölibavutil: Always use some GCC style attributes on...
2016-07-21 Martin Storsjöarm: Check for support for the .fpu directive
2016-07-20 Vittorio Giovaramov: Rework the check for invalid indexes in stsc
2016-07-20 Vittorio Giovaramov: Wrap stsc index and count compare in a separate...
2016-07-20 Matthieu Bouronmov: Fix stsc_count comparison
2016-07-20 Vittorio Giovararatecontrol: Reorder functions to avoid forward declara...
2016-07-20 Vittorio Giovararatecontrol: Move Xvid-related functions to the place...
2016-07-20 Vittorio Giovararatecontrol: Move mpegenc-only function where it is...
2016-07-20 Vittorio Giovararatecontrol: Drop commented out cruft
2016-07-20 Diego Biurrunx86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro...
2016-07-20 Fiona Glaserx86: cpu: Detect Conroe CPUs and their slow shuffle...
2016-07-20 Diego Biurrunx86: Add SSSE3_SLOW CPU flag and related convenience...
2016-07-20 Diego Biurrunx86: Use *_FAST/*_SLOW CPU feature detection macros...
2016-07-20 Diego Biurrunx86: hpeldsp: Don't check for bitexact flag when initia...
2016-07-20 Diego Biurrunx86: hpeldsp: Drop unused function parameters
2016-07-20 Diego Biurrunx86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
2016-07-20 Diego Biurrunx86: hpeldsp: Split off VP3-specific bits into a separa...
2016-07-20 Vittorio Giovaraexamples: Properly free AVCodecContext
2016-07-20 Vittorio Giovaraavprobe: Zero the allocated avio buffer memory
2016-07-20 Vittorio Giovaralibdc1394: Fill in packet data directly
2016-07-20 Anton Khirnovh264dec: do not call finish_setup() if we have not...
2016-07-20 Anton Khirnovh264dec: handle zero-sized NAL units in get_last_needed...
2016-07-20 Anton Khirnovh264dec: make sure not to call finish_setup() more...
2016-07-20 Hendrik Leppkesavconv_dxva2: add a profile check for hevc
2016-07-20 Hendrik Leppkeshevc: set profile based on the profile compatibility...
2016-07-18 James Almerhevc: Add AVX2 DC IDCT
2016-07-18 Mickaël Raulethevc: Add coefficient limiting to speed up IDCT
2016-07-18 Mickaël Raulethevc: Add DC IDCT
2016-07-18 Mickaël Raulethevcdsp_template: Templatize IDCT
2016-07-18 Alexandra Hájkováhevc: Separate adding residual to prediction from IDCT
2016-07-18 James Almerx86util: Extend SPLATW for avx2
2016-07-17 Martin Storsjöcheckasm: arm: Ignore changes to bits 0-4 and 7 of...
2016-07-17 Janne Grunaucheackasm/arm: remove NEON instructions from checkasm_c...
2016-07-17 Martin Storsjöcheckasm: arm: Don't start new const blocks for each...
2016-07-16 Diego Biurrunapichanges: Fill in missing hashes and dates
2016-07-16 Diego Biurrunswscale: Add proper ff_ prefix to init functions
2016-07-16 Andreas Cadhalpunswscale: Rename sws_context_class to ff_sws_context_class
2016-07-16 Janne Grunaucheckasm: arm: report the first clobbered register...
2016-07-15 Hendrik Leppkesavconv_dxva2: support HEVC Main10 decoding
2016-07-15 Anton Khirnovhevc: offer DXVA2 for 10bit 420
2016-07-15 Anton KhirnovFATE: add a test for H.264 with two fields per packet
2016-07-15 Anton Khirnovh264: fix decoding multiple fields per packet with...
2016-07-15 Anton Khirnovh264: eliminate decode_postinit()
2016-07-15 Anton KhirnovFATE: add a test of H.264 SEI recovery in an intra...
2016-07-15 Anton Khirnovmp3enc: write trailing padding
2016-07-15 Anton Khirnovmp3dec: read the initial/trailing padding from the...
2016-07-15 Martin Storsjölibopenh264enc: Simplify init by setting FF_CODEC_CAP_I...
2016-07-15 Martin Storsjölibopenh264enc: Return a more sensible error code in...
2016-07-15 Martin Storsjölibopenh264dec: Simplify the init thanks to FF_CODEC_CA...
2016-07-15 Martin Storsjölibopenh264dec: Fix cleanup if the init failed early
2016-07-15 Matthieu Bouronmov: fix stream extradata_size allocation
2016-07-13 Vittorio Giovaralavd: Drop unneeded av_init_packet()s
2016-07-13 Vittorio Giovarafate: Add a mixed NAL coding sample
2016-07-13 Vittorio Giovarafate: Restore order of h264 entries
next