summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_lut3d: add cineSpace 3D lut supportPaul B Mahol2019-04-202-0/+93
* avfilter/vf_lut3d: add cineSpace 1D lut parsingPaul B Mahol2019-04-202-0/+79
* doc/filters: list values for af_surround window functionGyan Doshi2019-04-201-1/+26
* avfilter/af_surround: allow user to change overlap and win_funcPaul B Mahol2019-04-202-3/+41
* doc/APIchanges: update for 3153a6502aGyan Doshi2019-04-201-0/+4
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-206-2/+66
* lavf: bump version/add APIchanges entry when cleanup applehttpJun Zhao2019-04-202-1/+4
* lavfi/fspp: Simplify a macro.Carl Eugen Hoyos2019-04-201-1/+1
* configure: Add .exe suffix to toolchain calls.Carl Eugen Hoyos2019-04-202-8/+8
* avcodec/pictordec: Only recalculate d when y changes in picmemset()Michael Niedermayer2019-04-191-1/+2
* avcodec/pictordec: avoid pointers in picmemset()Michael Niedermayer2019-04-191-11/+18
* avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer2019-04-191-0/+3
* avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer2019-04-191-6/+5
* avcodec/diracdec: Use 64bit in intermediate of global motion vector field gen...Michael Niedermayer2019-04-191-1/+1
* avformat/apetag: tag values are unsignedDan Sanders2019-04-191-1/+1
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-192-3/+5
* tests: don't include TARGET_PATH in the sample path needlesslyHendrik Leppkes2019-04-191-1/+1
* lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*().Carl Eugen Hoyos2019-04-192-4/+4
* lavf/vc1dec: Reduce probe score for streams with invalid frames.Carl Eugen Hoyos2019-04-191-4/+9
* lavc/alac: Make a variable unsigned.Carl Eugen Hoyos2019-04-191-1/+1
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-192-26/+60
* lavf/utils: Allow url credentials to contain a slash.Carl Eugen Hoyos2019-04-191-1/+4
* avutil/colorspace: add macros for RGB->YUV BT.709Gyan Doshi2019-04-191-0/+28
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-1910-90/+90
* rename hls_segment_filename in fate-hls-segment-size for fateSteven Liu2019-04-191-1/+1
* add tests/ref/fate/hls-segment-size for the fate testSteven Liu2019-04-191-0/+772
* doc/mailing-list-faq: add DMARC mungingLou Logan2019-04-181-0/+15
* doc/encoders: Fix libvpx option name arnr-maxframes.Carl Eugen Hoyos2019-04-181-1/+1
* Updated documentation for libaom encoder options.Sam John2019-04-181-0/+63
* avfilter/af_agate: implement mode optionPaul B Mahol2019-04-172-23/+48
* avfilter/af_sidechaincompress: implement mode optionPaul B Mahol2019-04-172-8/+47
* tests/fate: add fate-hls-segment-size for hls_segment_size testSteven Liu2019-04-171-0/+11
* avcodec/cbs_av1: use the new signed value read/write functionsJames Almer2019-04-161-60/+8
* avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEIJames Almer2019-04-162-3/+6
* avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEIJames Almer2019-04-162-3/+4
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-04-161-0/+20
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-162-1/+98
* avcodec/cbs_av1: add support for Scalability MetadataJames Almer2019-04-163-3/+101
* lavu/hwcontext_qsv: Mark a pointer as const.Carl Eugen Hoyos2019-04-161-1/+2
* lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos2019-04-161-1/+1
* avformat/dashenc: Disable streaming for webm outputKarthick J2019-04-161-0/+5
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-164-5/+37
* lavfi/fspp: Remove two unused macros.Carl Eugen Hoyos2019-04-161-2/+0
* avdevice/decklink_common: add support for DeckLink SDK 11Marton Balint2019-04-152-4/+55
* avdevice/decklink_common: properly check DoesSupportVideoMode result when try...Marton Balint2019-04-151-1/+1
* avdevice/decklink_dec: set configs before listing formatsMarton Balint2019-04-151-6/+6
* lavf/hls: Cleanup the applehttpJun Zhao2019-04-152-13/+11
* lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li2019-04-151-2/+8
* Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-151-8/+2
* lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li2019-04-151-2/+8