]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-08-30 Mark Thompsonlavc: Remove old vaapi decode infrastructure
2016-08-30 Mark Thompsonavconv_vaapi: Convert to use hw_frames_ctx only
2016-08-30 Mark Thompsonvaapi_mpeg4: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_vc1: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_mpeg2: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_h264: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonlavc: Rewrite VAAPI decode infrastructure
2016-08-30 Diego Biurrunwmavoice: Simplify GetBitContext initialization
2016-08-29 Vittorio GiovaraChangelog: Mention mov with multiple stsd
2016-08-29 Burt PHigh Definition Compatible Digital (HDCD) decoder filte...
2016-08-29 Vittorio Giovaraavprobe: Fix memory leak
2016-08-29 Derek Buitenhuismov: Remove old b-frame/video delay heuristic
2016-08-29 Derek Buitenhuismov: Remove ancient heuristic hack
2016-08-26 Diego Biurrunlibvpx: Cast a pointer to const to squelch a warning
2016-08-26 Diego Biurrunvp56: Separate VP5 and VP6 dsp initialization
2016-08-26 Diego Biurrunprores: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurruncavs: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp8: Update some assembly comments left unchanged in...
2016-08-26 Diego Biurrunvp8: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp56: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp3: Change type of stride parameters to ptrdiff_t
2016-08-26 Luca Barbatodoc: Document FATE option HWACCEL
2016-08-24 Luca Barbatoav1: Add codec_id and basic demuxing support
2016-08-23 Luca Barbatortpdec_mpeg4: validate fmtp fields
2016-08-23 Diego Biurrunconfigure: Set __MSVCRT_VERSION__to 0x0700 for MinGW
2016-08-18 Anton Khirnovmss12: validate display dimensions
2016-08-18 Anton Khirnovvc1: check that slices have a positive height
2016-08-18 Anton Khirnovpcx: use the bytestream2 API for reading from input
2016-08-18 Anton Khirnovpcx: check that the packet is large enough before readi...
2016-08-18 Anton Khirnovpcx: properly pad the scanline
2016-08-18 Anton Khirnovcook: use the bytestream2 API for reading extradata
2016-08-18 Anton Khirnovqpeg: fix an off by 1 error in the MV check
2016-08-18 Anton Khirnovalac: do not return success if nothing was decoded
2016-08-18 Anton Khirnovvmnc: check that subrectangles fit into their containin...
2016-08-17 Diego Biurrungolomb: Drop disabled cruft
2016-08-17 Diego Biurrunsimple_idct: arm: Drop disabled code variant
2016-08-17 Diego Biurrunsimple_idct: x86: Drop disabled IDCT implementation
2016-08-17 Diego Biurrundvbsubdec: Remove disabled, near-duplicate debug code
2016-08-17 Diego Biurruntimefilter: test: Drop some disabled debug cruft
2016-08-17 Diego Biurrunmpegvideo: Kill some disabled code
2016-08-17 Diego Biurrunmsmpeg4: Drop disabled debug cruft
2016-08-17 Diego Biurrunmathops: Drop disabled alternative mid_pred() implement...
2016-08-17 Diego Biurrunnsv: Drop disabled cruft
2016-08-17 Diego Biurrunmjpegdec: Drop disabled code
2016-08-17 Diego Biurrunfaan(i)dct: Kill some disabled code
2016-08-17 Diego Biurrunwc3movie: Drop unused cruft
2016-08-17 Diego Biurrunffv1: Remove broken disabled cruft
2016-08-17 Diego Biurrunh264: Kill broken disabled cruft
2016-08-17 Diego Biurrunaac: Drop broken cruft
2016-08-17 Diego Biurrunjfdct: Kill broken cruft
2016-08-17 Diego Biurrunrm: Drop broken disabled cruft
2016-08-17 Diego Biurrunroqvideoenc: Drop broken disabled cruft
2016-08-17 Diego Biurrunpnm_parser: Drop broken disabled cruft
2016-08-17 Diego Biurrunwma: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunswscale: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunmpeg4videoenc: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunrangecoder: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunmathematics: Kill non-compiling disabled cruft
2016-08-13 Mark Thompsonvaapi_vc1: Remove redundant version check
2016-08-13 Mark Thompsonvaapi_vc1: Constify pointers
2016-08-13 Mark Thompsonvaapi_mpeg2: Constify pointers
2016-08-13 Mark Thompsonvaapi_h264: Constify pointers
2016-08-13 Mark Thompsonhwcontext_vaapi: Try the first render node as the defau...
2016-08-12 Sean McGovernPrepare for 12_alpha1 Release
2016-08-12 Luca Barbatoavconv: Make sure that inputless filtergraphs are confi...
2016-08-12 Luca Barbatoavconv: Check the fifo allocation
2016-08-11 Anton Khirnovvp9: reindent after last commit
2016-08-11 Ronald S. Bultjevp9: add frame threading
2016-08-11 Ronald S. Bultjevp9: allocate 'b', 'block/uvblock' and 'eob/uveob'...
2016-08-11 Ronald S. Bultjevp9: split last/cur_frame from the reference buffers.
2016-08-11 Anton Khirnovh264_direct: use the reference mask from the actual...
2016-08-11 Anton Khirnovlavc: free buffer_frame/pkt on avcodec_open2() failure
2016-08-11 Anton Khirnovbuffer: fix av_buffer_pool_init2() documentation
2016-08-10 Diego Biurrunaiff: Skip padding byte for odd-sized chunks
2016-08-03 Ronald S. Bultjevp9: make mv bounds 32bit.
2016-08-03 Anton Khirnovbuffer: fix av_buffer_realloc() when the data is offset...
2016-08-03 Ronald S. Bultjecheckasm: add vp9 MC tests.
2016-08-03 Ronald S. Bultjevp9mc/x86: sse2 MC assembly.
2016-08-03 James Almervp9mc/x86: add AVX and AVX2 MC
2016-08-03 Clément Bœschvp9mc/x86: rename ff_* to ff_vp9_*
2016-08-03 James Almervp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
2016-08-03 Clément Bœschvp9mc/x86: simplify a few inits.
2016-08-03 Ronald S. Bultjevp9mc/x86: add 16px functions (64bit only).
2016-08-03 Anton Khirnovvp9/x86: rename vp9dsp to vp9mc
2016-08-03 Anton Khirnovlavc: align the linesize to 32 when AVX is enabled
2016-08-03 James Almerlavu: add LOCAL_ALIGNED_32
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
next