[FFmpeg-cvslog] avcodec/adpcm_ima_apm: cosmetics

2021-04-27 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Thu Feb 18 13:48:38 2021 +1000| [1ab74bc19354aedfb9afe71515952254753a75cc] | committer: Zane van Iperen avcodec/adpcm_ima_apm: cosmetics Reviewed-by: Andreas Rheinhardt Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/adpcm_ima_apm: remove old extradata format

2021-04-27 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Thu Feb 18 13:47:13 2021 +1000| [a859e57424ca0a00d17bdc034c52005c18184961] | committer: Zane van Iperen avcodec/adpcm_ima_apm: remove old extradata format Was added in error very early on, passing in only the required fields. Later, the muxer and dem

[FFmpeg-cvslog] avcodec/avcodec: Use avcodec_close() on avcodec_open2() failure

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 28 02:19:22 2021 +0200| [9e13df3776da3a101e895e2840f6f23f5a6f74a0] | committer: Andreas Rheinhardt avcodec/avcodec: Use avcodec_close() on avcodec_open2() failure Compared to the earlier behaviour the following changes: a) AVCodecInternal.

[FFmpeg-cvslog] avcodec/avcodec: Store whether AVCodec->close needs to be called

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 18 07:01:22 2021 +0200| [29f5c1e51b0d156f4650b96ab56c07727fe9a9b7] | committer: Andreas Rheinhardt avcodec/avcodec: Store whether AVCodec->close needs to be called Right now all AVCodecContexts except those using frame-threaded decoding ca

[FFmpeg-cvslog] avcodec/avcodec: Remove unnecessary forward declaration

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 18 05:49:30 2021 +0200| [83b6471dcb762859f20b2c414decc755fcceb5e8] | committer: Andreas Rheinhardt avcodec/avcodec: Remove unnecessary forward declaration Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516. Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avcodec/avcodec: Free frame_thread_encoder on avcodec_open2() error

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 18 06:21:50 2021 +0200| [d07534b5f5f20b4f780f5b0284aca6354da00695] | committer: Andreas Rheinhardt avcodec/avcodec: Free frame_thread_encoder on avcodec_open2() error The frame_thread_encoder has so far not been freed in case an error happ

[FFmpeg-cvslog] avcodec/Makefile: Remove obsolete dependency of eatqi dec on rl.o

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 27 15:06:13 2021 +0200| [4be1714b12b6c311a99a64888ea5f279c3ed9885] | committer: Andreas Rheinhardt avcodec/Makefile: Remove obsolete dependency of eatqi dec on rl.o Unnecessary since 6e8fcd9c5624c1a89e49803de9e10562ace61b6a. Reviewed-by:

[FFmpeg-cvslog] avcodec/packet_internal: move the next pointer in PacketList to the top of the struct

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 27 19:20:37 2021 -0300| [0814610ee35614e417d6942784f7b299f2414a9b] | committer: James Almer avcodec/packet_internal: move the next pointer in PacketList to the top of the struct Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] doc/APIchanges: add hashes and version numbers for recent entries

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 27 18:40:45 2021 -0300| [bd96c54fe4819b3ca9a975e2083d67f4443c559b] | committer: James Almer doc/APIchanges: add hashes and version numbers for recent entries Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avdevice: Constify all devices

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 19 18:56:01 2021 +0200| [d92f38c179591a608390ffa9fee59c309142e79d] | committer: James Almer avdevice: Constify all devices This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec: postpone removal of deprecated libopenh264 wrapper options

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 19 09:57:46 2021 -0300| [fe95a37144077d1f652088fcb25b2949e4a3da19] | committer: James Almer avcodec: postpone removal of deprecated libopenh264 wrapper options They were deprecated only a year ago Signed-off-by: James Almer > http://git.videola

[FFmpeg-cvslog] Bump major versions of all libraries.

2021-04-27 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 5 13:09:48 2021 +0200| [85ba17f36dbfde1baeaa47e14d30c337add52c0d] | committer: James Almer Bump major versions of all libraries. Signed-off-by: James Almer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec: postpone removal of deprecated codec caps

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 19 09:56:40 2021 -0300| [cb9dbc60db1847fcb594684b92334da54ea8757e] | committer: James Almer avcodec: postpone removal of deprecated codec caps This was deprecated only a year ago Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/buffersrc: postpone removal of sws_param

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 19 09:50:39 2021 -0300| [90262f3fb4afe4b903888e45cc40e2116cb69683] | committer: James Almer avfilter/buffersrc: postpone removal of sws_param It was depreacted less than two years ago Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated AVClass.child_class_next

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 18 12:41:52 2021 -0300| [0bf3a7361d17d596a5044882098f56817db0e103] | committer: James Almer avutil: remove deprecated AVClass.child_class_next Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bf3a7361d17d59

[FFmpeg-cvslog] avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 7 00:28:14 2021 +0100| [e5af9203098a889f36b759652615046254d45102] | committer: James Almer avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf The remove_extradata bsf is the only user of these functions. Signed-off-b

[FFmpeg-cvslog] avformat: remove deprecated AVStream.codec

2021-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 18 10:59:35 2021 -0300| [3749eede66c3774799766b1f246afae8a6ffc9bb] | committer: James Almer avformat: remove deprecated AVStream.codec Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3749eede66c3774799766b1

[FFmpeg-cvslog] avcodec: Constify all the AVCodecParsers

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 7 00:20:43 2021 +0100| [e625ae609206e0550ff733965c6f5447579320aa] | committer: James Almer avcodec: Constify all the AVCodecParsers Possible now that the next pointer no longer exists. Signed-off-by: Andreas Rheinhardt Signed-off-by: Ja

[FFmpeg-cvslog] avcodec: Constify AVCodecParserContext.parser

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 7 00:10:12 2021 +0100| [cb3ac722f4fc8d819f663e346bdb53f64a70f1fd] | committer: James Almer avcodec: Constify AVCodecParserContext.parser Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avdevice/avdevice: Constify av_*_device_next API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 02:58:13 2021 +0100| [8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7] | committer: James Almer avdevice/avdevice: Constify av_*_device_next API Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/codec, allcodecs: Constify the AVCodec API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 07:45:51 2021 +0100| [626535f6a169e2d821b969e0ea77125ba7482113] | committer: James Almer avcodec/codec, allcodecs: Constify the AVCodec API Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avdevice/avdevice: Constify avdevice_list_input_sources/output_sinks

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 02:54:18 2021 +0100| [d7e0d428faaa04e2fd850eca82f314ca2ad3dfe5] | committer: James Almer avdevice/avdevice: Constify avdevice_list_input_sources/output_sinks Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] avformat/avformat: Constify AVFormatContext.*_codec pointers

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 05:32:20 2021 +0100| [14fa0a4efbc989619860ed8ec0fd33dcdae558b0] | committer: James Almer avformat/avformat: Constify AVFormatContext.*_codec pointers This also allows to exclusively use pointers to const AVCodec in fftools/ffmpeg_opt.c.

[FFmpeg-cvslog] avformat/avformat, utils: Make av_find_best_stream const-correct

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 01:53:40 2021 +0100| [46dac8cf3d250184ab4247809bc03f60e14f4c0c] | committer: James Almer avformat/avformat, utils: Make av_find_best_stream const-correct Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.video

[FFmpeg-cvslog] avutil/buffer: Switch AVBuffer API to size_t

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 14:59:32 2021 +0200| [ef6a9e5e311f09fa8032974fa4d0c1e166a959bb] | committer: James Almer avutil/buffer: Switch AVBuffer API to size_t Announced in 14040a1d913794d9a3fd6406a6d8c2f0e37e0062. Signed-off-by: Andreas Rheinhardt Signed-off-

[FFmpeg-cvslog] avutil/cpu: Remove deprecated functions

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 15:02:24 2021 +0200| [d40bb518b50561db60ef71ab0e37eb7f3fb9043b] | committer: James Almer avutil/cpu: Remove deprecated functions Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 01:46:26 2021 +0200| [985c0dac674846721ec8ff23344c16ac7d1c9a1e] | committer: James Almer avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL Deprecated in d6fc031caf64eed921bbdef86d79d56bfc2633b0. Signed-off-by: Andreas Rheinha

[FFmpeg-cvslog] avutil/frame: Remove deprecated getters and setters

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 22:13:09 2021 +0100| [1eb311011548867b118dd461442365195fb5fb7d] | committer: James Almer avutil/frame: Remove deprecated getters and setters Deprecated in 7df37dd319f2d9d3e1becd5d433884e3ccfa1ee2. Signed-off-by: Andreas Rheinhardt Sig

[FFmpeg-cvslog] avutil: Switch crypto APIs to size_t

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 21:56:20 2021 +0100| [a240097ecd4fb1639db99e7becb888ae478405cd] | committer: James Almer avutil: Switch crypto APIs to size_t Announced in e435beb1ea5380a90774dbf51fdc8c941e486551. Signed-off-by: Andreas Rheinhardt Signed-off-by: Jame

[FFmpeg-cvslog] avutil/frame: Remove deprecated AVFrame.pkt_pts field

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 20:40:41 2021 +0100| [6e30b35b85b81c802e52a1078ec7a3097e353c6d] | committer: James Almer avutil/frame: Remove deprecated AVFrame.pkt_pts field Deprecated in 32c8359093d1ff4f45ed19518b449b3ac3769d27. Signed-off-by: Andreas Rheinhardt S

[FFmpeg-cvslog] avutil/frame: Remove deprecated AVFrame.error

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 20:22:14 2021 +0100| [3b56fa85e8f50db83b54518ae31ebdb3f6b0cc39] | committer: James Almer avutil/frame: Remove deprecated AVFrame.error Deprecated in 1aa24df74c052a73175c43e57d35b4835e537ec8. Signed-off-by: Andreas Rheinhardt Signed-of

[FFmpeg-cvslog] avformat/dashenc: Remove deprecated min_seg_duration option

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 17:14:23 2021 +0100| [e5bcda6473a2d6984216004506374669501fcf3b] | committer: James Almer avformat/dashenc: Remove deprecated min_seg_duration option Deprecated in 01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8. Signed-off-by: Andreas Rheinha

[FFmpeg-cvslog] avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descs

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 20:01:53 2021 +0100| [0181162bb54ce62ec212436a12d059726d8cd1df] | committer: James Almer avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descs Deprecated in 2268db2cd052674fde55c7d48b7a5098ce89b4ba. Signed-off-by: Andr

[FFmpeg-cvslog] avformat/rtsp: Remove deprecated old options, rename stimeout->timeout

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 16:55:37 2021 +0100| [6f34f031908b8f16482e951ee5232116fb42b46a] | committer: James Almer avformat/rtsp: Remove deprecated old options, rename stimeout->timeout Deprecated in ff46124b0df17a1d35249e09ae8eae9a61f16e04. Signed-off-by: Andr

[FFmpeg-cvslog] avutil/pixfmt: Remove deprecated VAAPI pixel formats

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 19:23:55 2021 +0100| [ad524cb9eeb298f7a60d923094fbebb1fda7e0e3] | committer: James Almer avutil/pixfmt: Remove deprecated VAAPI pixel formats Deprecated in 9f8e57efe4400ca86352277873792792279c3b15. Signed-off-by: Andreas Rheinhardt Si

[FFmpeg-cvslog] avfilter/avfilter: Remove deprecated avfilter_link_set_closed()

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 18:54:45 2021 +0100| [4de2b035a736ca8b5b7abbee323327031a50873a] | committer: James Almer avfilter/avfilter: Remove deprecated avfilter_link_set_closed() Deprecated in 39a09e995d32d16e4f8c87a6ff5273cb9d98146e. Signed-off-by: Andreas Rhe

[FFmpeg-cvslog] avutil/frame: Remove AVFrame QP table API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 19:33:32 2021 +0100| [b8accd1175d20ab308de69dbd06bda06a02183e3] | committer: James Almer avutil/frame: Remove AVFrame QP table API Originally deprecated in 1296b1f6c0631ab79464e22d48a6a1548450b943; scheduled again for removal in a991526

[FFmpeg-cvslog] Disable vf_uspp/mcdeint.

2021-04-27 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 5 13:09:43 2021 +0200| [95054bfa48cc71db1c7bf66a6b6628cb62f262bf] | committer: James Almer Disable vf_uspp/mcdeint. These filters depend on avcodec APIs that are to be removed. Some people have expressed potential interest in updating these fi

[FFmpeg-cvslog] avfilter/transform: Stop exporting internal functions

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Feb 24 14:52:04 2021 +0100| [7c4287b27628346321981b2529bff028f119c870] | committer: James Almer avfilter/transform: Stop exporting internal functions avfilter_transform, avfilter_(add|sub|mult)_matrix are not part of the public API (transform.

[FFmpeg-cvslog] avcodec: Remove deprecated AVCodecContext.coded_frame

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 03:36:13 2021 +0200| [11bc79089378a5ec00547d0f85bc152afdf30dfa] | committer: James Almer avcodec: Remove deprecated AVCodecContext.coded_frame Deprecated in 40cf1bbacc6220a0aa6bed5c331871d43f9ce370. (The currently disabled filter vf_mcd

[FFmpeg-cvslog] avcodec: Remove deprecated old encode/decode APIs

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 04:09:53 2021 +0200| [7c1f347b184b6738abdc22fdcda40baa9f932522] | committer: James Almer avcodec: Remove deprecated old encode/decode APIs Deprecated in commits 7fc329e2dd6226dfecaa4a1d7adf353bf2773726 and 31f6a4b4b83aca1d73f3cfc99ce2b3

[FFmpeg-cvslog] avfilter/Makefile: Don't compile transform.c unconditionally

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Feb 24 15:20:39 2021 +0100| [0c820b15254f9b9b3d2e29347e329b719f0e001c] | committer: James Almer avfilter/Makefile: Don't compile transform.c unconditionally Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] libswscale: Remove unused deprecated functions, make used ones static

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 14:14:53 2021 +0200| [ea2d9b7a2e02861ea680f91404414955f55a294c] | committer: James Almer libswscale: Remove unused deprecated functions, make used ones static Deprecated in 3b905b9fe611efb3282aa4c5c659e1870d91a83b. Signed-off-by: Andre

[FFmpeg-cvslog] avfilter: Remove avfilter_next/avfilter_register API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 18:44:21 2021 +0100| [ec82ff89b600fbe67723f5b22661f0a4e67924ab] | committer: James Almer avfilter: Remove avfilter_next/avfilter_register API Deprecated in 8f1382f80e0d4184c54c14afdda6482f050fbba7. Signed-off-by: Andreas Rheinhardt Si

[FFmpeg-cvslog] avfilter/formats: Remove avfilter_make_format64_list()

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 19:06:56 2021 +0100| [930391e5988abe126d29c5e9b09fab459e0b8936] | committer: James Almer avfilter/formats: Remove avfilter_make_format64_list() The API it is part of has been made private long ago (see commit b74a1da49db5ebed51aceae6cac

[FFmpeg-cvslog] avformat/hlsenc: Remove deprecated localtime options

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 15:57:03 2021 +0100| [2086d635c36c2865d1a0145c56e448b30af59ba0] | committer: James Almer avformat/hlsenc: Remove deprecated localtime options Deprecated in fbd8746efabe441469eb410d2ffa6af64987ca80. Signed-off-by: Andreas Rheinhardt Si

[FFmpeg-cvslog] avfilter: Remove deprecated avfilter_link_get_channels

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 18:08:50 2021 +0100| [3a370868dc33061a20d1fd99274e65167d7a78ac] | committer: James Almer avfilter: Remove deprecated avfilter_link_get_channels Deprecated in b2c42fc6dc3502a8b6cae441c54d898972a51cff. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat: Remove deprecated filename field from AVFormatContext

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 11:33:09 2021 +0100| [30f7021aa0be2c978aefb73894b643c9bafbf51c] | committer: James Almer avformat: Remove deprecated filename field from AVFormatContext Deprecated in fa8308d3d4f27d6fb38ac2069887a7b259f1c6ab. Signed-off-by: Andreas Rhe

[FFmpeg-cvslog] avfilter: Remove deprecated resample_lavr_opts

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 17:52:24 2021 +0100| [339af976b6fd9c05d1e75e75a5323efdb3d6afa1] | committer: James Almer avfilter: Remove deprecated resample_lavr_opts Deprecated in 3796fb2692f87dfc0aa4572ac025a6469c2b. Signed-off-by: Andreas Rheinhardt Signed-o

[FFmpeg-cvslog] avfilter/avfilter: Remove compatibility code for old filter options

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 17:39:17 2021 +0100| [1ec87f50f42a16f9228444dc08aa8264879f61e1] | committer: James Almer avfilter/avfilter: Remove compatibility code for old filter options Added in ad7d972e08dddb1788ac6a434d1be314febcb09d; the old syntax has been depr

[FFmpeg-cvslog] avformat: Remove deprecated old open callbacks

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 14:45:28 2021 +0100| [119ebd642a6ceeeb506f46aa229870aefa97794b] | committer: James Almer avformat: Remove deprecated old open callbacks Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat: Switch AVChapter.id to 64bits

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 00:35:37 2021 +0200| [e83717e63eab1f1b78dc0990e5b8e927097fca29] | committer: James Almer avformat: Switch AVChapter.id to 64bits Announced in e318438f2f30525d8baca2b5683aa9898d0c56f7. Signed-off-by: Andreas Rheinhardt Signed-off-by: J

[FFmpeg-cvslog] avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm option

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 17:18:46 2021 +0100| [e8876bdcf3b4a8e5320884ffb9d39ce30e23f0e6] | committer: James Almer avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm option Deprecated in 67747c89ad4d3bfb4381c3d274603a4f0da773d8. Signed-off-by: Andreas

[FFmpeg-cvslog] avformat: Remove deprecated av_demuxer_open()

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 00:29:37 2021 +0200| [0a071f7124beaf0929f772a8618ac1b6c17b0222] | committer: James Almer avformat: Remove deprecated av_demuxer_open() Deprecate in e37f161e66e042d6c2c7470c4d9881df9427fc4a. Signed-off-by: Andreas Rheinhardt Signed-off

[FFmpeg-cvslog] avformat: Remove FFserver leftovers

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 14:42:59 2021 +0100| [131f2c2712479a44332866b442526abe97e0c316] | committer: James Almer avformat: Remove FFserver leftovers Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/aviobuf: End grace period of allowing 0 from read_packet

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 16:51:13 2021 +0100| [252500a78fe1a31abc79e6070d16f50382c39343] | committer: James Almer avformat/aviobuf: End grace period of allowing 0 from read_packet See a606f27f4c610708fa96e35eed7b7537d3d8f712. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/mov, movenc: Stop exporting rotation via metadata

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 16:33:48 2021 +0100| [7b6012efaae549b8e624876dba9550cb003f98b1] | committer: James Almer avformat/mov, movenc: Stop exporting rotation via metadata Deprecated in ddef3d902f0e4cbd6be6b3e5df7ec158ce51488b. (The reference file of the mov-

[FFmpeg-cvslog] avformat: Remove remnants of side data merging

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 15:59:06 2021 +0100| [a3439de8742aa64650de6aacf65d853b4a8aafed] | committer: James Almer avformat: Remove remnants of side data merging Deprecated in d682ae70b4b3a53fb73ec30281f9f4cfbc531edd, ineffective since ca4df37f06f8a47651c67693b4

[FFmpeg-cvslog] avformat/hlsenc: Remove deprecated wrap option

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 15:45:17 2021 +0100| [41181bc4a01188c8f9b0366d77ddeed1e0845c53] | committer: James Almer avformat/hlsenc: Remove deprecated wrap option Deprecated in d96ebc5ef88024869de06bcf92b2ad99b01d47e3. Signed-off-by: Andreas Rheinhardt Signed-o

[FFmpeg-cvslog] avformat/avformat: Remove outdated private fields

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 11:35:46 2021 +0100| [11cb635c84cd5d011abc2aade27c7498bcf29595] | committer: James Almer avformat/avformat: Remove outdated private fields Affected function pointers (always NULL) in AVInputFormat, AVOutputFormat as well as private fiel

[FFmpeg-cvslog] avformat/http: Remove deprecated "user-agent" option

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 6 14:11:56 2021 +0100| [dc8e15ef15d060a9ca118905c770710ce43a0723] | committer: James Almer avformat/http: Remove deprecated "user-agent" option Deprecated in 27714b462d1bff9e9b40fbdabb39f58e79032b81. Signed-off-by: Andreas Rheinhardt Si

[FFmpeg-cvslog] avformat: Remove getters and setters

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 14:49:18 2021 +0100| [704017d91ec8fbade0de072d222018c1a6013b70] | committer: James Almer avformat: Remove getters and setters Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avformat: Constify the API wrt AV(In|Out)putFormat

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 03:11:32 2021 +0100| [56450a0ee4fdda160f4039fc2ae33edfd27765c9] | committer: James Almer avformat: Constify the API wrt AV(In|Out)putFormat Also constify AVProbeData. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > ht

[FFmpeg-cvslog] avcodec: Switch AVCPBProperties to 64bits

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 11:19:02 2021 +0100| [f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a] | committer: James Almer avcodec: Switch AVCPBProperties to 64bits Announced in 2e8b0446c6798947dac77fee4a06f9c4e8131ab5. Two FATE-tests needed to be updated because the ch

[FFmpeg-cvslog] avcodec/parser: Remove deprecated av_parser_change

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 10:42:02 2021 +0100| [f34521266ec5816eefa4c10db6098cb91e03c695] | committer: James Almer avcodec/parser: Remove deprecated av_parser_change Deprecated in 9a07c1332cfe092b57b5758f22b686ca58806c60. Signed-off-by: Andreas Rheinhardt Sign

[FFmpeg-cvslog] avcodec/mpegvideo: Remove deprecated rc_strategy option

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 10:02:28 2021 +0100| [e1e975869dfd6f77f606e0ad6432d3fc8af7] | committer: James Almer avcodec/mpegvideo: Remove deprecated rc_strategy option Deprecated in d05c3b9ceeb9d00d4500c376448230e45f6ab108. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec/vaapi: Remove old and deprecated VAAPI context and header

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 09:37:37 2021 +0100| [e3d993fab0ad4255dffd10a794fc5e1bd37047b7] | committer: James Almer avcodec/vaapi: Remove old and deprecated VAAPI context and header Deprecated in 851960f6f8cf1f946fe42fa36cf6598fac68072c. Signed-off-by: Andreas R

[FFmpeg-cvslog] avcodec: Remove deprecated old aliases for NVENC encoders

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 08:41:10 2021 +0100| [337f777f378cfcc0d6f0d01fb7125905e8b0da55] | committer: James Almer avcodec: Remove deprecated old aliases for NVENC encoders Deprecated in 888a5c794778a2f2aad22e9b4a3952dff92b11fa. Signed-off-by: Andreas Rheinhard

[FFmpeg-cvslog] avcodec: Remove deprecated VBV delay field

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 08:22:35 2021 +0100| [eb6ea948ed2f86361ae0b9d8689368d466b8337f] | committer: James Almer avcodec: Remove deprecated VBV delay field Deprecated in 2507b5dd674834be7261772996f47ae3b95cca69. Signed-off-by: Andreas Rheinhardt Signed-off-b

[FFmpeg-cvslog] avcodec/imgconvert: Remove deprecated parts of pixel format API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 08:19:06 2021 +0100| [4a66fe15880565d006996ac9719a3290b77e9536] | committer: James Almer avcodec/imgconvert: Remove deprecated parts of pixel format API Deprecated in 617e866e25b72fa5d9f9d6bbcbd7e4bd69e63a54 and 2a54ae9df8cbc1717b392922

[FFmpeg-cvslog] avcodec: Remove deprecated AVPicture API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 06:19:42 2021 +0100| [d947464ad41ea634ab19f8d631bfc035e4a902c1] | committer: James Almer avcodec: Remove deprecated AVPicture API Deprecated in a17a7661906ba295d67afd80ac0770422e1b02b3. Signed-off-by: Andreas Rheinhardt Signed-off-by:

[FFmpeg-cvslog] avcodec/vdpau: Remove deprecated av_vdpau_get_profile

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 05:52:36 2021 +0100| [af581cf79d317e798482a095faae781142633f49] | committer: James Almer avcodec/vdpau: Remove deprecated av_vdpau_get_profile Deprecated in b10b6ac7a902f28e09e37a29c392e2f0c19e9526. Signed-off-by: Andreas Rheinhardt S

[FFmpeg-cvslog] avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commit

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 20:33:44 2021 +0100| [6c497ac93bd98c78cc1dbba18319aa14a68fc28c] | committer: James Almer avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commit Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] avcodec/options: Remove deprecated avcodec_copy_context

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 26 03:56:33 2021 +0100| [bc9dca5c955614aacc62ff19259de11d126e4a39] | committer: James Almer avcodec/options: Remove deprecated avcodec_copy_context Deprecated in 5f30ac27795f9f98043e8582ccaad8813104adc4. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec: Remove deprecated avcodec_get_context_defaults3

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 20:37:24 2021 +0100| [ff8f9fcbe558db69f804417d4e9aa2ef9445f304] | committer: James Almer avcodec: Remove deprecated avcodec_get_context_defaults3 Deprecated in 04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec: Remove deprecated ASS with inline timing

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 20:30:58 2021 +0100| [1f63665ca567fbc49fa80166d468a822c2999efa] | committer: James Almer avcodec: Remove deprecated ASS with inline timing Deprecated in 22ebbda637257a432c99330ca4c6024665418f0e. Signed-off-by: Andreas Rheinhardt Signe

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove deprecated RTP-callback

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 20:15:20 2021 +0100| [cb172ae9abf465093a607fe216d40c84f677b209] | committer: James Almer avcodec/mpegvideo_enc: Remove deprecated RTP-callback Deprecated in 462a54e2291e1fa18e1f1254d09739dfbb795617. Signed-off-by: Andreas Rheinhardt S

[FFmpeg-cvslog] avcodec/codec2utils: Remove legacy avpriv functions

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 20:07:50 2021 +0100| [b7473ffbf5c240ded6a9a6c53c006cc0dd4af93c] | committer: James Almer avcodec/codec2utils: Remove legacy avpriv functions Unused since 37d742b607d47122d23d548ffd7ad9b09cbc5298. Signed-off-by: Andreas Rheinhardt Sign

[FFmpeg-cvslog] avcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_config

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:59:35 2021 +0100| [c57d07c3d52ac303ee6201dd337694634997958f] | committer: James Almer avcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_config Superseded by avpriv_mpeg4audio_get_config2. Signed-off-by: Andreas Rheinhardt Signed-off

[FFmpeg-cvslog] avcodec/bitstream: Remove avpriv PutBits API functions

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:54:07 2021 +0100| [c197e3fe12154640f8234311382d82382c428936] | committer: James Almer avcodec/bitstream: Remove avpriv PutBits API functions Scheduled for removal in 717503f7166d7032e32b935f2819d450524125d1. Also remove PutBitContext

[FFmpeg-cvslog] avcodec: Remove deprecated avcodec_get_chroma_sub_sample

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:45:33 2021 +0100| [d6cb7bf5995fe8af6ad79cf38a7aaa3b4fda6628] | committer: James Almer avcodec: Remove deprecated avcodec_get_chroma_sub_sample Effectively deprecated in 2c800eb7375c65ffd56164b03bb035bdb3f1e172. Signed-off-by: Andrea

[FFmpeg-cvslog] avcodec: Remove remnants of user-visiable HW acceleration API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:39:58 2021 +0100| [f581433e8b70ca015b55c14bf11aadfd652df6b1] | committer: James Almer avcodec: Remove remnants of user-visiable HW acceleration API Disabled and deprecated in 3536a3efb9fde88d34d526a51b1080247326cd6e. Signed-off-by:

[FFmpeg-cvslog] avcodec: Remove lock manager API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:37:16 2021 +0100| [e8fdb0db16c5ca8ad382b20874b4a454be6b79ae] | committer: James Almer avcodec: Remove lock manager API Deprecated in a04c2c707de2ce850f79870e84ac9d7ec7aa9143. Signed-off-by: Andreas Rheinhardt Signed-off-by: James A

[FFmpeg-cvslog] avcodec: Remove deprecated av_codec_get_tag_string

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:34:56 2021 +0100| [d1d8a818742f2429b544d38446a3510d8a23be94] | committer: James Almer avcodec: Remove deprecated av_codec_get_tag_string Deprecated in f156d35321bb600b2309b78185d600b2fa64d84a. Signed-off-by: Andreas Rheinhardt Sign

[FFmpeg-cvslog] avcodec: Remove unneeded getters and setters

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:29:46 2021 +0100| [23bb78d2ea4f0e3a0835744d59708efed50abccc] | committer: James Almer avcodec: Remove unneeded getters and setters Deprecated in c4131a0613c4b2c30c01b2550b41068815d27799. Signed-off-by: Andreas Rheinhardt Signed-off

[FFmpeg-cvslog] avcodec: Remove private options from AVCodecContext

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 19:20:01 2021 +0100| [d85c41b5723a4acf9400043cb533682d2e2c4287] | committer: James Almer avcodec: Remove private options from AVCodecContext Several options that were too codec-specific were deprecated between 0e6c8532215790bbe560a9eea4

[FFmpeg-cvslog] avcodec: Remove deprecated API to split/merge side-data

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:57:27 2021 +0100| [e1597fe0cfe07e134ece8ea199ff520d3ac77aee] | committer: James Almer avcodec: Remove deprecated API to split/merge side-data Deprecated in d682ae70b4b3a53fb73ec30281f9f4cfbc531edd. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec: Remove deprecated AVPacket API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:14:11 2021 +0100| [ab227d8fe1df3a95e98be5e2596ea7e4172496fa] | committer: James Almer avcodec: Remove deprecated AVPacket API Deprecated in ce70f28a1732c74a9cd7fec2d56178750bd6e457. Signed-off-by: Andreas Rheinhardt Signed-off-by:

[FFmpeg-cvslog] avcodec: Remove deprecated coder type options

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:54:02 2021 +0100| [78ce00428fda34cdf8a1eba998aa3d2deafb8689] | committer: James Almer avcodec: Remove deprecated coder type options Deprecated in be00ec832c519427cd92218abac77dafdc1d5487. Signed-off-by: Andreas Rheinhardt Signed-of

[FFmpeg-cvslog] avcodec: Remove deprecated stat-bits fields

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:43:15 2021 +0100| [6cf0cb8935f515a7b5f79d2e3cf02bd0764943bf] | committer: James Almer avcodec: Remove deprecated stat-bits fields Deprecated in 16216b713f9a21865cc07993961cf5d0ece24916. Signed-off-by: Andreas Rheinhardt Signed-off-

[FFmpeg-cvslog] avcodec, avformat: Remove AVPacket.convergence_duration

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:12:11 2021 +0100| [df6b44182e1f52e6982a55e9720d9e46620a0d8a] | committer: James Almer avcodec, avformat: Remove AVPacket.convergence_duration Deprecated in 948f3c19a8bd069768ca411212aaf8c1ed96b10d. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec: Remove sidedata-only-packet cruft

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 18:01:14 2021 +0100| [26ca5ebd7b5eb3d35562c2766755d765fdee0eef] | committer: James Almer avcodec: Remove sidedata-only-packet cruft Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 14:02:44 2021 +0100| [4b2be3f8d45db8fa795233b938391b23f6c518ea] | committer: James Almer avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next API Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.video

[FFmpeg-cvslog] avcodec, avformat: Remove old BSF API

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 17:49:56 2021 +0100| [0f247986ad51d693d69728b8889d8f105ede9e05] | committer: James Almer avcodec, avformat: Remove old BSF API Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat: Remove next API for AV(In|Out)putFormat

2021-04-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Feb 25 14:22:30 2021 +0100| [1137ddf3302ef12525c9c95767e6daa0c1031ce7] | committer: James Almer avformat: Remove next API for AV(In|Out)putFormat Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer > http://git.videolan.org/gitweb.