]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-04-15 Mark Thompsonvaapi_h264: Add constant-bitrate encode support
2016-04-15 Mark Thompsonvaapi_encode: Refactor slightly to allow easier setting...
2016-04-15 Anton KhirnovFATE: add an H.264 test with unescaped extradata
2016-04-15 Anton KhirnovFATE: add an H.264 test with invalid reference lists
2016-04-12 Martin Storsjölibavcodec: Document that encoders may use the framerat...
2016-04-12 Martin Storsjöomx: Add support for zerocopy input of frames
2016-04-12 Martin Storsjöomx: Add support for broadcom OMX on raspberry pi
2016-04-12 Martin Storsjölibavcodec: Add H264/MPEG4 encoders based on OpenMAX IL
2016-04-12 Martin Storsjömmaldec: Use imgutils.h for copying frames
2016-04-11 Martin Storsjötestprogs: Add missing libm.h includes
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2016-04-07 Diego Biurrunbuild: Group declarations for hw-accelerated de-/encodi...
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2016-04-07 Diego Biurrunconfigure: cosmetics: Drop pointless end-of-line semicolons
2016-04-06 Vittorio Giovarafate: Update DDS tests
2016-04-06 Vittorio Giovaradds: Simplify postprocessing check
2016-04-06 Vittorio Giovaradds: Add support for alpha-only files
2016-04-06 Vittorio Giovaradds: Add support for rgb555 files
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
next