Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] doc: remove docs for options removed at the bump
@ 2023-02-16  0:50 Marton Balint
  2023-02-19 18:07 ` Marton Balint
  0 siblings, 1 reply; 2+ messages in thread
From: Marton Balint @ 2023-02-16  0:50 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Marton Balint

Signed-off-by: Marton Balint <cus@passwd.hu>
---
 doc/encoders.texi | 16 ----------------
 doc/filters.texi  |  5 -----
 doc/muxers.texi   |  6 ------
 3 files changed, 27 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 727f12a59d..b02737b9df 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1949,22 +1949,6 @@ Set the number of slices, used in parallelized encoding. Default value
 is 0. This is only used when @option{slice_mode} is set to
 @samp{fixed}.
 
-@item slice_mode
-Set slice mode. Can assume one of the following possible values:
-
-@table @samp
-@item fixed
-a fixed number of slices
-@item rowmb
-one slice per row of macroblocks
-@item auto
-automatic number of slices according to number of threads
-@item dyn
-dynamic slicing
-@end table
-
-Default value is @samp{auto}.
-
 @item loopfilter
 Enable loop filter, if set to 1 (automatically enabled). To disable
 set a value of 0.
diff --git a/doc/filters.texi b/doc/filters.texi
index a4e235d2af..49b0cd0683 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26843,11 +26843,6 @@ Specify the frame rate expected for the video stream.
 @item pixel_aspect, sar
 The sample (pixel) aspect ratio of the input video.
 
-@item sws_param
-This option is deprecated and ignored. Prepend @code{sws_flags=@var{flags};}
-to the filtergraph description to specify swscale flags for automatically
-inserted scalers. See @ref{Filtergraph syntax}.
-
 @item hw_frames_ctx
 When using a hardware pixel format, this should be a reference to an
 AVHWFramesContext describing input frames.
diff --git a/doc/muxers.texi b/doc/muxers.texi
index ed5341be39..79dd864182 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -795,12 +795,6 @@ deletes them. Increase this to allow continue clients to download segments which
 were recently referenced in the playlist. Default value is 1, meaning segments older than
 @code{hls_list_size+1} will be deleted.
 
-@item hls_ts_options @var{options_list}
-Set output format options using a :-separated list of key=value
-parameters. Values containing @code{:} special characters must be
-escaped.
-@code{hls_ts_options} is deprecated, use hls_segment_options instead of it..
-
 @item hls_start_number_source
 Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source.
 Unless @code{hls_flags single_file} is set, it also specifies source of starting sequence numbers of
-- 
2.35.3

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc: remove docs for options removed at the bump
  2023-02-16  0:50 [FFmpeg-devel] [PATCH] doc: remove docs for options removed at the bump Marton Balint
@ 2023-02-19 18:07 ` Marton Balint
  0 siblings, 0 replies; 2+ messages in thread
From: Marton Balint @ 2023-02-19 18:07 UTC (permalink / raw)
  To: FFmpeg development discussions and patches



On Thu, 16 Feb 2023, Marton Balint wrote:

> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
> doc/encoders.texi | 16 ----------------
> doc/filters.texi  |  5 -----
> doc/muxers.texi   |  6 ------
> 3 files changed, 27 deletions(-)

Will apply.

Regards,
Marton

>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 727f12a59d..b02737b9df 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -1949,22 +1949,6 @@ Set the number of slices, used in parallelized encoding. Default value
> is 0. This is only used when @option{slice_mode} is set to
> @samp{fixed}.
>
> -@item slice_mode
> -Set slice mode. Can assume one of the following possible values:
> -
> -@table @samp
> -@item fixed
> -a fixed number of slices
> -@item rowmb
> -one slice per row of macroblocks
> -@item auto
> -automatic number of slices according to number of threads
> -@item dyn
> -dynamic slicing
> -@end table
> -
> -Default value is @samp{auto}.
> -
> @item loopfilter
> Enable loop filter, if set to 1 (automatically enabled). To disable
> set a value of 0.
> diff --git a/doc/filters.texi b/doc/filters.texi
> index a4e235d2af..49b0cd0683 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -26843,11 +26843,6 @@ Specify the frame rate expected for the video stream.
> @item pixel_aspect, sar
> The sample (pixel) aspect ratio of the input video.
>
> -@item sws_param
> -This option is deprecated and ignored. Prepend @code{sws_flags=@var{flags};}
> -to the filtergraph description to specify swscale flags for automatically
> -inserted scalers. See @ref{Filtergraph syntax}.
> -
> @item hw_frames_ctx
> When using a hardware pixel format, this should be a reference to an
> AVHWFramesContext describing input frames.
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index ed5341be39..79dd864182 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -795,12 +795,6 @@ deletes them. Increase this to allow continue clients to download segments which
> were recently referenced in the playlist. Default value is 1, meaning segments older than
> @code{hls_list_size+1} will be deleted.
>
> -@item hls_ts_options @var{options_list}
> -Set output format options using a :-separated list of key=value
> -parameters. Values containing @code{:} special characters must be
> -escaped.
> -@code{hls_ts_options} is deprecated, use hls_segment_options instead of it..
> -
> @item hls_start_number_source
> Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source.
> Unless @code{hls_flags single_file} is set, it also specifies source of starting sequence numbers of
> -- 
> 2.35.3
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-19 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  0:50 [FFmpeg-devel] [PATCH] doc: remove docs for options removed at the bump Marton Balint
2023-02-19 18:07 ` Marton Balint

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git