aboutsummaryrefslogtreecommitdiffhomepage
path: root/filters
Commit message (Expand)AuthorAge
* filters: Add cuda/nvdec deinterlacing auto-filter using vf_yadif_cudaGravatar Philip Langdale2018-11-19
* f_lavfi: support setting common filter options like "threads"Gravatar wm42018-04-29
* f_decoder_wrapper: fix a typo in log messageGravatar wm42018-04-29
* filter: hide warning when disconnecting pins drops framesGravatar wm42018-04-29
* f_output_chain: remove a redundant variableGravatar wm42018-04-29
* video: remove internal stereo_out flagGravatar wm42018-04-29
* f_output_chain: log status of auto filtersGravatar wm42018-04-29
* f_output_chain: log input instead of output formatGravatar wm42018-04-29
* video: pass through container fps to filtersGravatar wm42018-04-19
* f_lavfi: add an option to use old audio PTS handling for af_lavfiGravatar wm42018-04-15
* audio: do not try to resample spdif dataGravatar wm42018-04-15
* f_output_chain: fix typoGravatar wm42018-04-15
* audio: change format negotiation, remove channel remix fudgingGravatar wm42018-04-15
* f_autoconvert: be less clever about running specific codepathsGravatar wm42018-04-15
* f_lavfi: use new libavfilter iteration APIGravatar wm42018-04-03
* f_decoder_wrapper: retry decoding if libavcodec returns invalid stateGravatar wm42018-03-26
* f_hwtransfer: more detailed loggingGravatar wm42018-03-15
* f_hwtransfer: fix a logic errorGravatar wm42018-03-15
* audio: improve behavior if filters output nothing during probingGravatar wm42018-02-21
* video: fix --video-rotate in some casesGravatar wm42018-02-18
* filter: fix potential NULL pointer derefGravatar wm42018-02-16
* f_lavfi: extend filter help outputGravatar wm42018-02-13
* filter: extend documentation commentsGravatar wm42018-02-13
* filter: simplify/fix external filter graph usageGravatar wm42018-02-13
* f_lavfi: fix typo in commentGravatar wm42018-02-13
* filter: adjust root log prefixGravatar wm42018-02-13
* video: make --deinterlace and HW deinterlace filters always deinterlaceGravatar wm42018-02-13
* audio: move back PTS jump detection to before filter chainGravatar wm42018-02-13
* f_decoder_wrapper: fix log message incorrect for audioGravatar wm42018-02-05
* f_demux_in: give it a slightly better filter nameGravatar wm42018-02-05
* filter: don't randomly lose async wakeup notificationsGravatar wm42018-02-05
* swresample: minor simplificationGravatar wm42018-02-03
* swresample: remove unnecessary request for new inputGravatar wm42018-02-03
* swresample: actually reinit resampler on large speed changesGravatar wm42018-02-03
* f_output_chain: remove unused got_input_eof fieldGravatar wm42018-02-03
* f_utils: fix leak in frame duration filterGravatar wm42018-02-03
* swresample: limit output size of audio framesGravatar wm42018-02-03
* filter: add/use a convenience functionGravatar wm42018-02-03
* options: slightly improve filter help output for lavfi bridgeGravatar wm42018-02-03
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30