summaryrefslogtreecommitdiffstats
path: root/filters/f_output_chain.c
Commit message (Expand)AuthorAgeFilesLines
* various: make filter internal function names more descriptivenanahi10 days1-14/+14
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-091-15/+17
* f_output_chain: prevent double free of child filtersnanahi2024-02-081-1/+1
* player/command: add deinterlace-active propertyDudemanguy2024-02-071-0/+11
* output_chain: don't reset autoconvert on changes to unrelated filtersPhilip Langdale2023-08-261-1/+5
* vf_vapoursynth: save display resolution as a variableDudemanguy2023-08-131-0/+8
* filters: support loading new hwdec_interops from filtersPhilip Langdale2022-09-211-6/+6
* audio: redo video-sync=display-adropwm42020-05-231-7/+13
* filters: fix a typo in a commentwm42020-04-231-1/+1
* f_autoconvert: remove subfmt conversion BSwm42020-01-171-3/+0
* options: fix filter list comparison (again)wm42019-12-181-2/+1
* f_output_chain: use m_option_equal()wm42019-11-291-30/+3
* f_output_chain: fix possible crash when changing filterswm42019-11-251-2/+4
* f_output_chain: remove a redundant variablewm42018-04-291-4/+2
* f_output_chain: log status of auto filterswm42018-04-291-0/+10
* f_output_chain: log input instead of output formatwm42018-04-291-44/+38
* video: pass through container fps to filterswm42018-04-191-7/+0
* audio: change format negotiation, remove channel remix fudgingwm42018-04-151-223/+43
* audio: improve behavior if filters output nothing during probingwm42018-02-211-1/+4
* f_output_chain: remove unused got_input_eof fieldwm42018-02-031-3/+1
* audio: move to decoder wrapperwm42018-01-301-2/+7
* video: make decoder wrapper a filterwm42018-01-301-5/+9
* audio: rewrite filtering glue codewm42018-01-301-2/+353
* video: rewrite filtering glue codewm42018-01-301-0/+564