index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
videotoolbox.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/videotoolbox: don't use av_ prefix for local function
Zhao Zhili
2023-01-26
1
-5
/
+5
*
avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by user
Zhao Zhili
2023-01-26
1
-15
/
+20
*
avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_context
Zhao Zhili
2023-01-26
1
-1
/
+2
*
avcodec/videotoolbox: fix NULL pointer dereference
Zhao Zhili
2023-01-26
1
-3
/
+2
*
lavc/videotoolbox: deprecate write-only output_callback
Anton Khirnov
2022-09-19
1
-2
/
+0
*
lavc/videotoolbox: do not pass AVCodecContext to decoder output callback
Anton Khirnov
2022-09-19
1
-4
/
+6
*
lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as well
rcombs
2022-06-01
1
-4
/
+4
*
lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fields
rcombs
2022-06-01
1
-2
/
+2
*
lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flags
rcombs
2022-06-01
1
-1
/
+10
*
lavc/videotoolboxdec: fix escaping sequential zero sequences
rcombs
2022-06-01
1
-4
/
+3
*
lavc/videotoolboxdec: warn on nonzero status in the callback
rcombs
2022-06-01
1
-1
/
+1
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+1
*
avcodec/videotoolbox: add internal.h for header depenedency
Limin Wang
2022-02-14
1
-0
/
+1
*
avcodec/videotoolbox: Fix undefined symbol with minimal configuration
Limin Wang
2022-01-05
1
-0
/
+2
*
lavc/videotoolbox: set attachments on decoded buffers
rcombs
2021-12-22
1
-0
/
+4
*
avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'
Limin Wang
2021-12-04
1
-2
/
+2
*
avcodec/videotoolbox: silence some -Wimplicit-fallthrough warnings
James Almer
2021-11-28
1
-0
/
+2
*
lavc/videotoolbox: fix build on pre-10.14 SDKs
rcombs
2021-11-28
1
-19
/
+7
*
lavc/proresdec: add videotoolbox hwaccel
rcombs
2021-11-28
1
-1
/
+73
*
videotoolbox: add alpha support
rcombs
2021-11-28
1
-0
/
+3
*
lavc/videotoolbox: add VP9 hardware acceleration
rcombs
2021-11-28
1
-2
/
+15
*
lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailable
rcombs
2021-11-28
1
-0
/
+7
*
lavc/videotoolbox: expose some functions as lavc-internal
rcombs
2021-11-28
1
-78
/
+68
*
lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicable
rcombs
2021-11-28
1
-0
/
+26
*
lavc/videotoolbox: fix format computation
rcombs
2021-11-28
1
-1
/
+1
*
lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSs
rcombs
2021-11-28
1
-8
/
+45
*
avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informative
Jan Ekström
2021-01-02
1
-1
/
+7
*
avcodec/videotoolbox: add logging context to log
Steven Liu
2019-10-08
1
-1
/
+1
*
lavc/videotoolboxdec: fix crop handling when multithreaded
Rodger Combs
2019-09-15
1
-5
/
+5
*
avcodec/videotoolbox: add support for full range pixel formats
Akemi
2019-09-04
1
-5
/
+9
*
avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctx
Pavel Koshevoy
2019-08-23
1
-1
/
+1
*
avcodec/videotoolbox: add support for 10bit pixel format
fumoboy007
2019-04-16
1
-5
/
+29
*
avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are null
Rodger Combs
2019-03-19
1
-46
/
+40
*
lavc/videotoolbox: Fix cropping with HEVC and H264 videos
Akemi
2018-11-12
1
-0
/
+11
*
avcodec/videotoolbox: fix decoding of some HEVC videos
Aman Gupta
2018-05-18
1
-32
/
+35
*
avcodec/videotoolbox: split h264/hevc callbacks
Aman Gupta
2018-05-09
1
-10
/
+33
*
avcodec/videotoolbox: cleanups
Aman Gupta
2018-05-09
1
-4
/
+2
*
avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV...
Aman Gupta
2018-05-04
1
-1
/
+6
*
avcodec/videotoolbox: improve logging of decoder errors
Aman Gupta
2018-05-04
1
-1
/
+4
*
lavc/videotoolbox: fix failure to decode PAFF
Rodger Combs
2018-04-10
1
-5
/
+2
*
lavc/videotoolbox: fix threaded decoding
Rodger Combs
2018-03-08
1
-17
/
+51
*
avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.c
Aman Gupta
2017-11-28
1
-1
/
+7
*
lavc: Mark all AVHWAccel structures as const
Mark Thompson
2017-11-26
1
-6
/
+6
*
libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes
Aman Gupta
2017-11-20
1
-7
/
+8
*
avcodec/videotoolbox: fix opaque_ref handling
wm4
2017-11-13
1
-0
/
+5
*
avcodec/videotoolbox: reorder functions to avoid forward declarations
Aman Gupta
2017-11-13
1
-152
/
+149
*
avcodec/videotoolbox: fix whitespace
Aman Gupta
2017-11-13
1
-2
/
+2
*
avcodec/videotoolbox: pass through hevc param changes to the decoder
Aman Gupta
2017-11-13
1
-0
/
+9
*
avcodec/videotoolbox: remove unnecessary if statement
Aman Gupta
2017-11-13
1
-35
/
+33
*
avcodec/videotoolbox: create avcC even when h264 extradata is missing
Aman Gupta
2017-11-13
1
-2
/
+3
[next]