index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
decode.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
decode: make sure ff_get_buffer() cleans the frame on failure
Anton Khirnov
2020-04-10
1
-22
/
+15
*
avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed
Limin Wang
2020-03-22
1
-2
/
+2
*
API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType
vectronic
2020-03-10
1
-0
/
+1
*
avcodec/decode: replace avctx->internal with avci for better readability
Limin Wang
2020-01-07
1
-25
/
+27
*
avcodec/decode: Fix integer overflow in max_samples check
Michael Niedermayer
2019-12-15
1
-1
/
+1
*
avcodec/decode: Also consider channels in max_samples check
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/decode: fix indentation
Jun Zhao
2019-10-06
1
-1
/
+1
*
avcodec/decode: Check max_samples in get_buffer_internal()
Michael Niedermayer
2019-09-25
1
-0
/
+5
*
avcodec/decode: add a flags parameter to ff_reget_buffer()
James Almer
2019-09-04
1
-4
/
+4
*
avcodec: remove some dead assignments
Marton Balint
2019-08-22
1
-1
/
+0
*
avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags
Gyan Doshi
2019-04-20
1
-1
/
+46
*
lavc/decode: Initialize return value for get_format() failure.
Carl Eugen Hoyos
2018-12-10
1
-0
/
+1
*
lavc/decode: Fix the error number report if av_image_fill_pointers fail.
Jun Zhao
2018-10-30
1
-1
/
+1
*
Revert "avcodec/decode: copy the output parameters from the last bsf in the c...
James Almer
2018-10-24
1
-4
/
+0
*
avcodec/decode: copy the output parameters from the last bsf in the chain bac...
James Almer
2018-08-16
1
-0
/
+4
*
avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them
James Almer
2018-08-16
1
-10
/
+10
*
avcodec: parse options from AVCodec.bsfs
Aman Gupta
2018-07-19
1
-7
/
+42
*
avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...
Michael Niedermayer
2018-06-15
1
-1
/
+1
*
avcodec/decode: fix warning when decoding pseudo paletted formats
wm4
2018-04-05
1
-0
/
+2
*
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
wm4
2018-04-03
1
-4
/
+1
*
avcodec: add a subcharenc mode that disables UTF-8 check
wm4
2018-03-25
1
-1
/
+2
*
avcodec: remove unnecessary calls to ff_init_buffer_info()
James Almer
2018-02-14
1
-9
/
+2
*
Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'
Mark Thompson
2018-02-12
1
-4
/
+5
|
\
|
*
lavc: Add per-thread surfaces in get_hw_frame_parameters()
Mark Thompson
2018-02-11
1
-4
/
+5
*
|
Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'
Mark Thompson
2018-02-12
1
-0
/
+9
|
\
|
|
*
lavc: Add support for increasing hardware frame pool sizes
Mark Thompson
2018-02-11
1
-0
/
+9
|
*
lavc: Mark all AVHWAccel structures as const
Mark Thompson
2017-12-19
1
-1
/
+1
|
*
lavc: Use hardware config information in ff_get_format()
Mark Thompson
2017-12-19
1
-77
/
+204
|
*
lavc: fix hw_device_ctx operation
wm4
2017-10-23
1
-4
/
+2
*
|
avcodec/decode: reset codec on receiving packet after EOF in compat_decode
James Cowgill
2017-12-09
1
-0
/
+5
*
|
lavc: Mark all AVHWAccel structures as const
Mark Thompson
2017-11-26
1
-1
/
+1
*
|
lavc: Use hardware config information in ff_get_format()
Mark Thompson
2017-11-26
1
-80
/
+205
*
|
Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'
James Almer
2017-11-11
1
-0
/
+80
|
\
|
|
*
lavc: external hardware frame pool initialization
wm4
2017-10-19
1
-0
/
+82
|
*
decode: add a per-frame private data for hwaccel use
Anton Khirnov
2017-07-26
1
-0
/
+3
|
*
decode: add a mechanism for performing delayed processing on the decoded frames
Anton Khirnov
2017-07-26
1
-0
/
+11
|
*
decode: add a method for attaching lavc-internal data to frames
Anton Khirnov
2017-07-26
1
-0
/
+57
|
*
decode: avoid leaks on failure in ff_get_buffer()
Anton Khirnov
2017-07-26
1
-0
/
+3
|
*
lavc, lavu: move frame cropping to a convenience function
wm4
2017-07-26
1
-87
/
+2
|
*
hwframe: Allow hwaccel frame allocators to align surface sizes
Anton Khirnov
2017-06-27
1
-2
/
+6
|
*
lavc: set avctx->hwaccel before init
wm4
2017-06-08
1
-2
/
+2
|
*
decode: fix the code reducing cropping to preserve alignment
Anton Khirnov
2017-05-20
1
-1
/
+7
|
*
decode: Initialize ret before using it
Vittorio Giovara
2017-04-10
1
-1
/
+1
|
*
lavc: Drop deprecated time_base variable for decoding
Vittorio Giovara
2017-03-23
1
-5
/
+0
*
|
avcodec/decode: always free private_ref
Timo Rothenpieler
2017-11-11
1
-3
/
+3
*
|
avcodec/decode: add missing \n to log message
wm4
2017-11-10
1
-1
/
+1
*
|
avcodec: allow multiple hwaccels for the same codec/pixfmt
wm4
2017-11-10
1
-4
/
+8
*
|
decode: add a per-frame private data for hwaccel use
Anton Khirnov
2017-11-10
1
-0
/
+3
*
|
decode: add a mechanism for performing delayed processing on the decoded frames
Anton Khirnov
2017-11-10
1
-0
/
+15
*
|
decode: add a method for attaching lavc-internal data to frames
Anton Khirnov
2017-11-10
1
-2
/
+49
[prev]
[next]