103302 Commits (8be701d9f7f77ff2282cc7fe6e0791ca5419de70)
 

Author SHA1 Message Date
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 4 years ago
Andreas Rheinhardt d53d48c799 fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of pads 4 years ago
Andreas Rheinhardt c83a7dd25f avcodec/h264_parser: Fix undefined left shift 4 years ago
Andreas Rheinhardt 29bf3fafa0 avfilter/avfiltergraph: Don't use AVClass * for logcontext 4 years ago
Paul B Mahol d5b3e0403e avfilter/vf_colorcorrect: fix average analyze mode and add minmax mode 4 years ago
Nicolas George b06f12b68b lavfi/formats: document the negotiation process 4 years ago
Nicolas George 24de2b7618 lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers 4 years ago
Nicolas George 703c3c4151 lavfi/formats: cosmetic: move negotiation stuff at the end 4 years ago
Paul B Mahol 7871b3ca5e avfilter/vf_signalstats: avoid doubles in calculations 4 years ago
Paul B Mahol ed6ea4f9ca avfilter/vf_chromakey: fix diff scaling for chromahold filter 4 years ago
Christopher Degawa 8990c5869e get_cabac_inline_x86: Don't inline if 32-bit clang on windows 4 years ago
Steven Liu c64d56a2f5 avformat/hlsenc: minus subtitle streams count when subtitle stream between video and audio streams 4 years ago
Steven Liu 5dc1b4b997 avformat/hlsenc: set http options before use delete http method 4 years ago
Paul B Mahol 79934cc702 avfilter/vf_paletteuse: do not use in dithering transparent palette 4 years ago
Paul B Mahol 6d09de90d1 avfilter/vf_paletteuse: fix some integer overflows 4 years ago
Paul B Mahol 835eb0a556 avfilter/vf_paletteuse: do not sort transparency color 4 years ago
Paul B Mahol 124eec942a avfilter/vf_palettegen: fix integer overflow 4 years ago
Hu Weiwen 4cdab8d022 movenc: Get rid of frag_start 4 years ago
Hu Weiwen 2b77a2f723 movenc: Ensure no separate moof written for empty track 4 years ago
Jan Ekström dbe40478e2 avcodec/libx265: improve full range flag setting logic 4 years ago
Jan Ekström 7ca71b79f2 avcodec/libx264: leave full range flag unchanged if unknown 4 years ago
Paul B Mahol ed47a4a842 avcodec: add SMC encoder 4 years ago
Andreas Rheinhardt 515e7fbce1 avfilter/avfilter: Remove unused feature to add pads in the middle 4 years ago
Andreas Rheinhardt 1e35744a4c avfilter/internal: Replace AVFilterPad.needs_writable by flags 4 years ago
Andreas Rheinhardt f60c3ca136 avfilter/audio: Don't call av_get_channel_layout_nb_channels twice 4 years ago
Andreas Rheinhardt 1aa640c7d7 avfilter/internal: Combine get_(audio|video)_buffer into union 4 years ago
Andreas Rheinhardt 90550856e5 avfilter/avfilter: Remove redundant assignment 4 years ago
Andreas Rheinhardt 8c53b14599 avutil/opt: Document actual behaviour of av_opt_copy a bit more 4 years ago
Haihao Xiang 51a80aacce ffmpeg_hw: Don't ignore key parameters when initializing a hw device 4 years ago
Michael Niedermayer 7bba0dd638 avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init 4 years ago
Nicolas George 318e184022 doc/git-howto: be more strict about commit message formatting. 4 years ago
Paul B Mahol 376ac5b7a8 avfilter/vf_convolve: switch to TX FFT from avutil 4 years ago
Paul B Mahol 8567f1c392 avfilter: add (a)segment filters 4 years ago
Andreas Rheinhardt 7b0e63b7d5 avfilter: Remove init_opaque callback 4 years ago
Andreas Rheinhardt 8f51c12f87 avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flag 4 years ago
Limin Wang 694ec84ae9 avdevice/decklink: support for more duplex mode for Decklink 8K Pro 4 years ago
Limin Wang 13460af456 avdevice/decklink: add level_a configuration option 4 years ago
Limin Wang 5f3df7afa6 avdevice/decklink: add sqd configuration option 4 years ago
Limin Wang b923bfc679 avdevice/decklink: add link configuration option 4 years ago
Paul B Mahol ca788d184c avfilter/vf_waveform: add option to control strechness of waveform 4 years ago
Paul B Mahol e0de0aa585 avfilter/vf_colorcorrect: calculate imax/max once at config stage 4 years ago
Paul B Mahol d42b49fc87 avfilter/vf_colorcorrect: add initial automatic filtering 4 years ago
Andreas Rheinhardt 1cc64146e3 avcodec/options_table: Treat (request_)channel_layout as channel layout 4 years ago
Andreas Rheinhardt 4049b34aca avfilter/vf_fieldorder: Simplify setting common pixel formats 4 years ago
Andreas Rheinhardt c8b1c9f97a avfilter/vf_find_rect: Don't make frame writable unnecessarily 4 years ago
Andreas Rheinhardt 631c4db13b avfilter/vf_colorkey: Don't manually make frame writable 4 years ago
Andreas Rheinhardt ce2a77b52e avfilter/vf_despill: Don't manually make frame writable 4 years ago
Andreas Rheinhardt 6140eb720e avfilter/vf_lumakey: Don't manually make frame writable 4 years ago
Andreas Rheinhardt 2f4b43a5a1 avfilter/vf_paletteuse: Remove redundant freeing code 4 years ago
Andreas Rheinhardt 1b20853fb3 avfilter/internal: Factor out executing a filter's execute_func 4 years ago