]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-04-27 Diego Biurrunfate: Add test for MSS1
2016-04-26 Vittorio Giovaradds: Add support for monochrome images
2016-04-26 Vittorio Giovaradds: Drop gray-alpha swapping
2016-04-25 Martin Storsjödxva2_h264: Unbreak compilation after 3176217c6
2016-04-24 Luca Barbatoape: Unbreak adaptcoeffs computation
2016-04-24 Anton Khirnovh264: eliminate max_contexts
2016-04-24 Anton Khirnovh264: allocate some tables per slice contexts, not...
2016-04-24 Anton Khirnovh264: remove an artificial restriction on the number...
2016-04-24 Anton Khirnovh264: remove pointless setting of some variables in...
2016-04-24 Anton Khirnovh264: remove a pointless comment
2016-04-24 Anton Khirnovh264: make slice threading work with deblocking_filter=1
2016-04-24 Anton Khirnovh264: remove H264Context.pict_type
2016-04-24 Anton Khirnovh264: drop a pointless indirection
2016-04-24 Anton Khirnovh264: remove unused H264SliceContext.rbsp_buffer
2016-04-24 Anton Khirnovh264: merge ff_h264_free_context() into h264_decode_end()
2016-04-24 Anton Khirnovh264: eliminate low_delay
2016-04-24 Anton Khirnovh264: remove a stale comment
2016-04-24 Anton Khirnovh264_refs: remove an unused parameter from ff_h264_fill...
2016-04-24 Anton Khirnovh264_refs: make the H264Context const where possible
2016-04-24 Anton Khirnovh264_refs: reorder functions to avoid forward declarations
2016-04-24 Anton Khirnovh264: eliminate copy_fields
2016-04-24 Anton Khirnovh264_parser: remove the remaining dependencies on the...
2016-04-24 Anton Khirnovh264: decouple extradata parsing from the decoder
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264_parser: move the H264DSPContext to the parser...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-04-24 Anton Khirnovh264_parser: eliminate H264SliceContext usage
2016-04-24 Anton Khirnovh264_parse: make sure the ref count is zeroed on all...
2016-04-24 Anton Khirnovh264: factor out parsing the reference count into a...
2016-04-24 Anton Khirnovh264: stop testing whether the reference count changes...
2016-04-24 Anton Khirnovh264: move reading direct_spatial_mv_pred out of ff_set...
2016-04-24 Anton Khirnovh264_parser: switch to h2645_parse for NAL unescaping
2016-04-24 Anton Khirnovh264_mp4toannexb_bsf: do not fail on annex B extradata
2016-04-21 Vittorio Giovaralibx264: Forbid inverted Stereo3D mode
2016-04-21 Vittorio Giovaralibx264: Allow Stereo3D monoscopic value
2016-04-21 Diego Biurrunbuild: Silence the lcov-reset target
2016-04-21 Martin Storsjölibavformat: Update the comment about AVOutputFormat...
2016-04-21 Martin Storsjömovenc: Handle pts == NOPTS when autoflushing
2016-04-19 Martin Storsjömovenc: Update a comment to reflect how the code actual...
2016-04-19 Luca Barbatoimg2enc: Refactor the atomic renaming code
2016-04-19 Luca Barbatoape: Avoid undefined behaviour
2016-04-19 Luca Barbatoindeo3: Avoid undefined behaviour
2016-04-19 Derek Buitenhuislibxvid: Create extradata in init using a dummy frame
2016-04-19 Thomas Guillempixfmt: fix wrong comment
2016-04-19 Anton KhirnovGenerate the lists of enabled protocols/bsfs from confi...
2016-04-15 Anton Khirnovhwcontext: initialize sw_format in av_hwframe_ctx_alloc()
2016-04-15 Anton Khirnovlavc: move the vaapi encoders further down in the list...
2016-04-15 Mark Thompsonvaapi_h265: Add -qp option, use it to replace use of...
2016-04-15 Mark Thompsonvaapi_h265: Add constant-bitrate encode support
2016-04-15 Mark Thompsonvaapi_h264: Add encode quality option (for quality...
2016-04-15 Mark Thompsonvaapi_h264: Add -qp option, use it to replace use of...
2016-04-15 Mark Thompsonvaapi_encode: Add support for codec-local options
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
next