OSDN Git Service

android-x86/external-ffmpeg.git
2016-04-04 Vittorio Giovarafate: Update Screenpresso tests
2016-04-04 Vittorio Giovarascreenpresso: Correctly handle keyframes
2016-04-04 Vittorio Giovarascreenpresso: Add extended pixel format support
2016-04-04 Vittorio Giovarafate: Update RSCC tests
2016-04-04 Vittorio Giovararscc: Add extended pixel format support
2016-04-04 Diego Biurrunnvenc_h264: Fix name of private AVClass
2016-04-03 Luca Barbatomatroska: Write the field order information
2016-04-02 Mark Thompsonvaapi_h264: Fix bit offset of slice data.
2016-04-02 Tim Walkerac3dec: change logging of skipped E-AC-3 substreams.
2016-04-02 Tim Walkereac3dec: don't call avpriv_request_sample every frame.
2016-04-01 Luca Barbatoavconv: Drop an unused variable
2016-03-31 Josh de Kockjack: Support OSX
2016-03-31 Luca Barbatomatroska: Support interlaced content correctly
2016-03-30 Diego Biurrunbuild: Do not check the vaapi_encode.h header if VAAPI...
2016-03-30 Diego BiurrunMark tables used only within their files as static
2016-03-30 Diego Biurrunh264: Add missing ff_ prefix to internally visible...
2016-03-30 Anton Khirnovavconv: fix -frames for video
2016-03-30 Mark Thompsonlavc: VAAPI MJPEG encoder
2016-03-30 Mark Thompsonlavc: VAAPI H.265 encoder
2016-03-30 Mark Thompsonlavc: VAAPI H.264 encoder
2016-03-30 Mark Thompsonlavc: VAAPI encode common infrastructure
2016-03-30 Mark Thompsonavconv: VAAPI hwcontext initialisation and hwaccel...
2016-03-29 Vittorio Giovaraintrax8: Remove mpegvideo dependency
2016-03-29 Diego Biurrunintrax8: Drop lots of pointless parentheses
2016-03-29 Vittorio Giovaraintrax8: Drop MB emulation code
2016-03-29 Vittorio Giovaraintrax8: Keep a reference to the decoder blocks
2016-03-29 Vittorio Giovaraintrax8: Use the generic horizband function
2016-03-29 Vittorio Giovaraintrax8: Pass macroblock coordinates to ff_intrax8_deco...
2016-03-29 Vittorio Giovaraintrax8: Pass macroblock size to ff_intrax8_common_init
2016-03-29 Vittorio Giovarafate: Add test for WMV2 with jframes
2016-03-28 Anton Khirnovh264: switch to h2645_parse for NAL parsing
2016-03-28 Anton Khirnovh264: reimplement 3aa661ec5 in a more explicit way
2016-03-28 Anton Khirnovsvq3: drop the build dependency on the h264 decoder
2016-03-28 Anton Khirnovsvq3: eliminate remaining H264Context usage.
2016-03-28 Anton Khirnovsvq3: move block_offset to SVQ3Context
2016-03-28 Anton Khirnovsvq3: stop using H264Context.gb
2016-03-28 Anton Khirnovsvq3: move the frame num variables to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: eliminate H264Context.cur_pic usage
2016-03-28 Anton Khirnovsvq3: eliminate remaining H264SliceContext usage
2016-03-28 Anton Khirnovsvq3: move pict_type to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move mb strides/sizes to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move the dequant buffer to SVQ3Context
2016-03-28 Anton Khirnovsvq3: move mb2br_xy to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move {ref,mv}_cache to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: rip out the svq3-relevant parts of pred_motion...
2016-03-28 Anton Khirnovsvq3: move edge_emu_buffer to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move the pred mode variables to SVQ3Context
2016-03-28 Anton Khirnovh264: move ff_h264_check_intra[4x4]_pred_mode() to...
2016-03-28 Anton Khirnovsvq3: move mb_{x,y,xy} to SVQ3Context
2016-03-28 Anton Khirnovsvq3: eliminate write_back_intra_pred_mode() usage
2016-03-28 Anton Khirnovsvq3: add all the required dsp contexts into SVQ3Context
2016-03-28 Anton Khirnovsvq3: make the dsp functions static
2016-03-28 Anton Khirnovh264: remove the svq3-specific code
2016-03-28 Anton Khirnovsvq3: rip out the mb decoding code shared with h264
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-28 Anton Khirnovh2645_parse: compute the actual data length, without...
2016-03-28 Anton Khirnovh2645_parse: add support for parsing h264
2016-03-28 Anton Khirnovh2645_parse: change the AVCodecContext* parameter to...
2016-03-28 Anton Khirnovh2645_parse: add a function for uninitializing the...
2016-03-28 Anton Khirnovhevc_parse: rename into h2645_parse
2016-03-26 Martin Storsjöaarch64: Make transpose_4x4H do a regular transpose
2016-03-25 Ico Doornekamprtpdec_jpeg: fix low contrast image on low quality...
2016-03-25 Vittorio Giovaraintrax8: Add a local BlockDSPContext and initialize it
2016-03-25 Vittorio Giovaraintrax8: Reference the current AVCodecContext
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the GetBitContext reader
2016-03-25 Vittorio Giovaraintrax8: Use a constant buffer instead of a ScratchpadC...
2016-03-25 Vittorio Giovaraintrax8: Pass the output frame to the decoding function
2016-03-25 Vittorio Giovaraintrax8: Carry over the loopfilter value in ff_intrax8_...
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the context idctdsp
2016-03-25 Vittorio Giovaraintrax8: Make x8_init_block_index not use mpegvideo...
2016-03-25 Vittorio Giovaraintrax8: Use local destination buffers
2016-03-25 Diego Biurrunh264data: Move all data tables from a header to a ...
2016-03-25 Diego Biurrunlavc: Deduplicate zigzag_scan table
2016-03-25 Diego Biurrunh264: Clean up #includes
2016-03-25 Anton Khirnovrtmpdh: add an stdio.h include
2016-03-25 Anton Khirnovqsvdec_h2645: switch to the new BSF API
2016-03-25 Anton Khirnovvf_fade: make sure the slice end is always in the frame
2016-03-24 Diego Biurruntestprogs: K&R formatting cosmetics
2016-03-24 Diego Biurruntestprogs: Clean up #includes
2016-03-24 Diego Biurrunbuild: Drop redundant removal of compiled object files
2016-03-24 Diego Biurrunfate: Only run SRTP test if SRTP code is enabled
2016-03-24 Martin Storsjöunix: Use rw_timeout for setting the connect timeout
2016-03-24 Martin Storsjötcp: Use rw_timeout for setting the connect/listen...
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-03-24 Michael Niedermayeropt: Add av_opt_copy()
2016-03-24 Lukasz Marekopt: Add const to av_opt_next
2016-03-24 Martin Storsjöfile: Add an option for following a file that is being...
2016-03-24 Andrey Utkinavio: Add an option 'rw_timeout'
2016-03-24 Martin Storsjöavio: Apply avoptions on the URLContext itself as well
2016-03-23 Anton Khirnovlavfi: add an NVIDIA NPP-based scaling filter
2016-03-23 Mark Thompsonlavf: VAAPI scale filter
2016-03-23 wm4lavf: use new decode API
2016-03-23 wm4avconv: use new encode API
2016-03-23 wm4avconv: use new decode API
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-03-23 Diego Biurrunopt-test: Merge struct declaration and initialization
2016-03-23 Diego Biurrunopt-test: Move some variable declarations to avoid...
2016-03-23 Diego Biurrunparseutils-test: Move some variable declarations to...
2016-03-23 Diego Biurrundes-test: Move a variable declaration to avoid an ifdef
2016-03-23 Diego Biurrunbuild: Add component for the SRTP common code
next