summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | avdevice/decklink: fix leak when listing devices and there is no memoryMarton Balint2018-03-241-12/+5
* | swscale/rgb2rgb : cosmetic, move shuffle_bytes func declarationMartin Vignali2018-03-241-4/+3
* | checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali2018-03-245-0/+96
* | swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301...Martin Vignali2018-03-242-0/+12
* | swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff...Martin Vignali2018-03-243-22/+28
* | swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321Martin Vignali2018-03-243-1/+90
* | Revert "avcodec/vp9_superframe_bsf: cache packets by creating new references ...James Almer2018-03-241-3/+1
* | avcodec/avcodec.h: Add encryption info side data.Jacob Trimble2018-03-246-1/+515
* | lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva2018-03-244-2/+39
* | avcodec/noise_bsf: move the reference in the bsf internal bufferJames Almer2018-03-231-16/+9
* | avcodec/bsf: make sure the AVBSFInternal stored packet is reference countedJames Almer2018-03-231-1/+9
* | ffmpeg: pass reference counted packet on codec copy when possibleJames Almer2018-03-231-0/+5
* | ffmpeg: remove dead call to av_parser_change()James Almer2018-03-232-43/+4
* | avfilter/avf_showvolume: implement basic rms metering modePaul B Mahol2018-03-232-6/+48
* | doc/filters: itemize channelmap examplesPaul B Mahol2018-03-231-0/+6
* | avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol2018-03-232-18/+115
* | avfilter/vf_convolution: disable fast path if rdiv/bias are different from de...Paul B Mahol2018-03-231-0/+3
* | avfilter/af_channelsplit: add channels optionPaul B Mahol2018-03-232-6/+51
* | vf_scale_vaapi: Apply cropping rectangle to inputMark Thompson2018-03-221-6/+6
* | hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson2018-03-222-142/+139
* | hwcontext_vaapi: Pass correct read/write flags when exporting surfacesMark Thompson2018-03-221-3/+8
* | hwcontext_vaapi: Add support for legacy DRM mappingMark Thompson2018-03-221-12/+182
* | hwcontext_drm: Clarify value for unknown format modifiersMark Thompson2018-03-221-0/+3
* | lavfi: Add OpenCL avgblur filterdrfer32018-03-226-0/+393
* | hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-221-0/+2
* | lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-223-12/+8
* | lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-225-15/+87
* | avfilter/avf_showvolume: add background opacity optionPaul B Mahol2018-03-222-4/+16
* | avcodec/extract_extradata: don't uninitialize the H2645Packet on every proces...James Almer2018-03-221-14/+19
* | avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data need...James Almer2018-03-221-0/+3
* | lavf/movenc: write track title metadata for mov filesCourtland Idstrom2018-03-221-1/+1
* | lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh2018-03-221-0/+19
* | avcodec/dxva2_vc1: add missing frame_params callback to vc1_d3d11va2 hwaccelJames Almer2018-03-221-0/+1
* | changelog: add missing line for filter_units bsfJames Almer2018-03-221-0/+1
* | cmdutils: print supported codecs in show_help_bsf()James Almer2018-03-222-0/+5
* | avcodec/avpacket: add av_packet_make_writable()James Almer2018-03-214-1/+39
* | lavc/remove_extradata_bsf: support dump options.Jun Zhao2018-03-211-5/+6
* | lavc/noise_bsf: support dump options.Jun Zhao2018-03-211-2/+3
* | lavc/dump_extradata_bsf: support dump options.Jun Zhao2018-03-211-5/+6
* | avformat/unix: fix handling of EOF in case of SOCK_STREAM.Bela Bodecs2018-03-211-0/+2
* | avfilter/vf_waveform: add orange graticulePaul B Mahol2018-03-212-21/+29
* | avfilter/vf_waveform: add xflat modePaul B Mahol2018-03-212-254/+307
* | avcodec/vp9_superframe_split: fix memory leak in case of output packet creati...James Almer2018-03-211-0/+2
* | avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-204-38/+55
* | avcodec/mediacodecdec: propagate SAR to h/w framesAman Gupta2018-03-202-0/+13
* | avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-03-201-0/+20
* | avformat/libopenmpt: Probe file format from file data if possibleJörn Heusipp2018-03-201-0/+57
* | avformat/libopenmpt: Update file extensions list for libopenmpt 0.3Jörn Heusipp2018-03-201-1/+5
* | ffmpeg.c - drain all decoded frames during stream_loop flushGyan Doshi2018-03-201-6/+11
* | avcodec/mpeg2_metadata: unref output packet on failureJames Almer2018-03-201-4/+4