ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 16:03:38 2025 +0100| [f8360ed629c81bc623eb49202e2340ebb1e245d1] |
committer: Andreas Rheinhardt
avcodec/mpegvideo_enc: Pass data_partitioning directly
This avoids having to store it in the backup MPVEncContext.
Signed-off-by: Andreas R
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 03:23:13 2025 +0100| [f80a939a2e53d536f406f28f13462c981304277a] |
committer: Andreas Rheinhardt
avcodec/motion_est: Put map, me_map into MotionEstContext
They have a fixed size and given that nowadays
MotionEstContext is no longer in an
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 18:00:25 2025 +0100| [074d8343d6ffd67985f71494753bbc2f78e58e6a] |
committer: Andreas Rheinhardt
avcodec/mpegvideo_enc: Don't use unnecessarily much stack
encode_thread() puts two MPVEncContexts (2*6516B here)
on the stack and zeroes one
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 05:30:13 2025 +0100| [d3b940b0ff21fd9c734a050541f6958089f1a24b] |
committer: Andreas Rheinhardt
avcodec/rv10: Make logmessage endian-independent
Also fix a potential effective-type violation.
Signed-off-by: Andreas Rheinhardt
> http:
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 05:27:11 2025 +0100| [13f06df4e116fecd679797b168bf4f5b83cf6fdb] |
committer: Andreas Rheinhardt
avcodec/rv10: Remove pointless casts
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13f06df
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 03:35:09 2025 +0100| [8e070e1a75252eb41d96397b5fe9ea4d77d6c1ff] |
committer: Andreas Rheinhardt
avcodec/snowenc: Don't allocate obmc_scratchpad separately
Put it into SnowEncContext instead. Also use the proper type
(it is only used as
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Mar 26 09:05:38 2025 +0100| [526c4014903a46fc6b5d36b159bc26f39c272d14] |
committer: Andreas Rheinhardt
fate/vcodec: Test non-default b_strategy
With this modification the test would have caught the regression
introduced in 72bf3d3c12ae562fd408
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Mar 25 03:07:55 2025 +0100| [1422f0057c134c7dbad52415ccb5f8a00bec3dcd] |
committer: Andreas Rheinhardt
avcodec/x86/mpegvideoenc_template: Remove remnants of MMX
Forgotten in 7284ab789d5fe271b9d6a1666ab5ea6be8724cca.
Signed-off-by: Andreas Rhe
ffmpeg | branch: master | James Almer | Wed Feb 19 12:43:55
2025 -0300| [c153238275c28ec1891df696114c152285dc9680] | committer: James Almer
avformat: remove deprecated FF_API_ALLOW_FLUSH
Deprecated since 2023-10-02.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
ffmpeg | branch: master | James Almer | Wed Feb 19 12:12:20
2025 -0300| [7d07723db5c18bb762f8eeb2a844a677986b8dcc] | committer: James Almer
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
Deprecated since 2023-05-15.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.gi
ffmpeg | branch: master | James Almer | Wed Feb 19 14:06:40
2025 -0300| [6e80ec9dc5d7ea83c3abac641aa08ad7849c9e98] | committer: James Almer
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
Deprecated since 2023-05-18.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | James Almer | Wed Feb 19 15:44:01
2025 -0300| [d6b215052b84c4142db626907631f1bc1ffb53cc] | committer: James Almer
avutil/version_major: postpone some deprecations until the next bump
They are too recent.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cg
ffmpeg | branch: master | James Almer | Sat Mar 15 21:28:50
2025 -0300| [b6bcc1c3c26891fa7e301437eacc120cc91860eb] | committer: James Almer
avcodec/exr: deprecate gamma and apply_trc options
Decoders should not modify sample values, as that's the job of a library like
swscale.
Signed-off-by:
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Mar 28 17:15:22 2025 +0100| [aaf3cd9ddb7ab4779d16ac234c97ac2e600231ba] |
committer: James Almer
avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
Do this instead of exporting raw_pix_fmt_tags
via avpriv_get_raw_pix_fmt_tags().
F
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Mar 15 22:10:44 2025 +0100| [c389d9ac788a529331722f6b3f13c5894114a28c] |
committer: James Almer
avutil/dict: Unavpriv avpriv_dict_set_timestamp()
And move it to lavf, its only user.
Signed-off-by: Andreas Rheinhardt
Signed-off-by: James Alme
ffmpeg | branch: master | James Almer | Wed Feb 19 12:48:16
2025 -0300| [b2564b0ab8ca84429aefd7907eb32526d07516b1] | committer: James Almer
avformat: remove deprecated FF_API_GET_DUR_ESTIMATE_METHOD
Deprecated since 2024-03-06.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Feb 25 12:59:17 2025 +0100| [b306683d1228b1642a0d88a29071de5bdee999ff] |
committer: James Almer
avutil/frame: Port AVFrame.private_ref to RefStruct API
This is possible without deprecation period, because said field
is documented as only for o
ffmpeg | branch: master | James Almer | Wed Feb 19 15:29:59
2025 -0300| [97609725f8cef5cda001b4287aa4001b95946ea6] | committer: James Almer
avutil: remove deprecated FF_API_H274_FILM_GRAIN_VCS
Deprecated since 2024-03-23.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | James Almer | Wed Feb 19 14:07:14
2025 -0300| [09a57602991d47011247f2683f32a53255adcf09] | committer: James Almer
avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY
Deprecated since 2023-05-28.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/f
ffmpeg | branch: master | James Almer | Wed Feb 19 15:43:40
2025 -0300| [a9d9f46e9a265caff3bd3fe2c781c5b90fb467bd] | committer: James Almer
avfilter/version_major: postpone some deprecations until the next bump
They are too recent.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | James Almer | Wed Feb 19 12:28:48
2025 -0300| [638690b872a982470eb985b67665fd9019a5d115] | committer: James Almer
avcodec: remove deprecated FF_API_VDPAU_ALLOC_GET_SET
Deprecated since 2024-03-07.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpe
ffmpeg | branch: master | James Almer | Wed Feb 19 15:44:47
2025 -0300| [8a7ce397bcbf2989f7faffba3aa89dfcc35eb779] | committer: James Almer
avdevice/version_major: postpone some deprecations until the next bump
They are too recent.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | James Almer | Wed Feb 19 13:01:30
2025 -0300| [10f199cfa5cc3bd9cc424fb99bd61a3e9890c143] | committer: James Almer
avutil: remove deprecated FF_API_HDR_VIVID_THREE_SPLINE
Deprecated since 2023-03-17.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffm
ffmpeg | branch: master | James Almer | Wed Feb 19 13:56:43
2025 -0300| [8af333188349d7eaab141bc872d98e03d03bf029] | committer: James Almer
avutil: remove deprecated FF_API_INTERLACED_FRAME
Deprecated since 2023-05-04.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.gi
ffmpeg | branch: master | James Almer | Wed Feb 19 13:43:23
2025 -0300| [ebd6d07ab9493dd2703f73c137699920896993c9] | committer: James Almer
avutil: remove deprecated FF_API_FRAME_PKT
Deprecated since 2023-03-20.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | James Almer | Wed Feb 19 12:40:35
2025 -0300| [3fd10e0cf35d8539a676846c453ac4e2685d7e74] | committer: James Almer
avformat: remove deprecated FF_API_LAVF_SHORTEST
Deprecated since 2023-09-18.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | James Almer | Wed Feb 19 12:52:02
2025 -0300| [a5064a72fff55c6b918861ba342b7176d8ed0c0d] | committer: James Almer
avdevice: remove deprecated FF_API_BKTR_DEVICE
Deprecated since 2024-02-02.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
ffmpeg | branch: master | James Almer | Wed Feb 19 12:49:16
2025 -0300| [379632bb97ef0836909358b3b136adb6511b0d06] | committer: James Almer
avfilter: remove deprecated FF_API_LINK_PUBLIC
Deprecated since 2024-03-08.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
ffmpeg | branch: master | James Almer | Wed Feb 19 12:28:04
2025 -0300| [fbaa8c3a7d27fe41b3525f19ef43623149e292b7] | committer: James Almer
avcodec: remove deprecated FF_API_BUFFER_MIN_SIZE
Deprecated since 2024-02-20.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.gi
ffmpeg | branch: master | James Almer | Wed Feb 19 12:53:27
2025 -0300| [9283c5251f6a96d09b12e1b344437c885d673464] | committer: James Almer
avdevice: remove deprecated FF_API_OPENGL_DEVICE
Deprecated since 2024-02-28.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | James Almer | Wed Feb 19 12:54:11
2025 -0300| [17b31065f0f74711882ddd26c5ae7a15fdd910a8] | committer: James Almer
avdevice: remove deprecated FF_API_SDL2_DEVICE
Deprecated since 2024-02-28.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
ffmpeg | branch: master | James Almer | Wed Feb 19 12:27:04
2025 -0300| [0d48da2db0b239d80c6e8b30e66211a977566588] | committer: James Almer
avcodec: remove deprecated FF_API_AVCODEC_CLOSE
Deprecated since 2024-02-09.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/
ffmpeg | branch: master | James Almer | Wed Feb 19 12:29:29
2025 -0300| [bd58a68dbc8f7eac1ab3722e0267278c04ef55a5] | committer: James Almer
avcodec: remove deprecated FF_API_QUALITY_FACTOR
Deprecated since 2024-03-29.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | James Almer | Wed Feb 19 15:42:53
2025 -0300| [b439ea432077f694b103438b36341f6003d2c399] | committer: James Almer
avcodec/version_major: postpone some deprecations until the next bump
They are either too recent, or need more work before they can be removed.
Signed-off
ffmpeg | branch: master | James Almer | Wed Feb 19 12:26:18
2025 -0300| [822432769868da325ba03774df1084aa78b9a5a0] | committer: James Almer
avcodec: remove deprecated FF_API_FF_PROFILE_LEVEL
Deprecated since 2023-09-06.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.g
ffmpeg | branch: master | James Almer | Wed Feb 19 12:21:54
2025 -0300| [84c64e079c80b8abceb6ad10ec4753c9d5b331cc] | committer: James Almer
avcodec: remove deprecated FF_API_AVFFT
Deprecated since 2023-09-01.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | James Almer | Wed Feb 19 12:17:53
2025 -0300| [5828624246486ad6e068550c4d27c755bcb578f9] | committer: James Almer
avcodec: remove deprecated FF_API_DROPCHANGED
Deprecated since 2023-07-15.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
ffmpeg | branch: master | James Almer | Wed Feb 19 12:16:20
2025 -0300| [c29a1cbd03d5dd6b3161e1acf9cb3511ac0a] | committer: James Almer
avcodec: remove deprecated FF_API_SUBFRAMES
Deprecated since 2023-05-15.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c
ffmpeg | branch: master | Manuel Lauss | Tue Mar 11
13:20:05 2025 +0100| [f6c6ba95fd69f51d7f30e8f201ff43050a53113f] | committer:
Manuel Lauss
avcodec/sanm: FOBJ left/top are signed values
The left/top parameters of a FOBJ are signed values. Adjust
codec1 code accordingly to not draw outside t
ffmpeg | branch: master | Michael Niedermayer | Mon
Mar 24 15:53:43 2025 +0100| [bddb9c232dbdfa2c1402c7c56f77e5e6c7fda60f] |
committer: Michael Niedermayer
avcodec/raw: Add GBR(A)PF16/32LE/BE
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bddb9
ffmpeg | branch: master | Michael Niedermayer | Mon
Mar 24 15:51:33 2025 +0100| [5bf6d9c3e315f83fc17bd54481eb9698f0962f7e] |
committer: Michael Niedermayer
avformat/nut: Add GBR(A)PF16/32LE/BE
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bf6
41 matches
Mail list logo