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
/
h264_metadata_bsf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc/{av1, h264, h265}_metadata_bsf: fix description of tick_rate
Zhao Zhili
2022-01-01
1
-1
/
+1
*
avcodec/h2645: Fix SEI->display matrix transformation
Andreas Rheinhardt
2021-12-23
1
-3
/
+12
*
avcodec/h264_metadata_bsf: Allow zeroing constraint_set4_flag and constraint_...
Derek Buitenhuis
2021-06-29
1
-0
/
+8
*
avutil/buffer: Switch AVBuffer API to size_t
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avcodec/h264_metadata_bsf: Don't add AUD to extradata
Andreas Rheinhardt
2021-04-02
1
-1
/
+1
*
avcodec/h264_metadata_bsf: Check nb_units before accessing the first in h264_...
Michael Niedermayer
2021-03-13
1
-1
/
+1
*
avcodec: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-1
/
+1
*
avcodec/h264_metadata_bsf: Don't use unitialized value
Andreas Rheinhardt
2021-01-22
1
-1
/
+1
*
h264_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
2021-01-21
1
-183
/
+49
*
h264_metadata_bsf: Improve interpretation of input display matrices
Mark Thompson
2021-01-21
1
-14
/
+30
*
h264_metadata_bsf: Refactor the filter function into smaller parts
Mark Thompson
2021-01-21
1
-146
/
+180
*
cbs_h2645: Merge SEI message handling in common between codecs
Mark Thompson
2021-01-21
1
-66
/
+47
*
h264: Use common SEI types
Mark Thompson
2021-01-21
1
-4
/
+4
*
h264_metadata_bsf: Move SEI user data parsing to init time
Mark Thompson
2021-01-21
1
-48
/
+43
*
cbs_h2645: Merge SEI messages in common between codecs
Mark Thompson
2021-01-21
1
-1
/
+1
*
avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing
Andreas Rheinhardt
2020-07-07
1
-9
/
+14
*
avcodec/cbs: Remove unused function parameters
Andreas Rheinhardt
2020-07-07
1
-13
/
+11
*
avcodec/h264_metadata_bsf: Fix invalid av_freep
Andreas Rheinhardt
2020-07-04
1
-1
/
+1
*
avcodec.h: split bitstream filters API into its own header
Anton Khirnov
2020-05-22
1
-0
/
+1
*
lavc: rename bsf.h to bsf_internal.h
Anton Khirnov
2020-05-22
1
-1
/
+1
*
avcodec/h264_metadata: filter parameter sets in packet side data
James Almer
2020-05-03
1
-0
/
+47
*
avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens
Limin Wang
2020-01-08
1
-1
/
+1
*
h264_metadata: Support overscan_appropriate_flag
Mark Thompson
2019-07-29
1
-0
/
+11
*
av1/h264_metadata: Don't reinitialize data
Andreas Rheinhardt
2019-07-28
1
-25
/
+10
*
cbs_h264, h264_metadata: Deleting SEI messages never fails
Andreas Rheinhardt
2019-07-08
1
-16
/
+5
*
cbs: ff_cbs_delete_unit: Replace return value with assert
Andreas Rheinhardt
2019-07-08
1
-7
/
+1
*
h264_metadata: Localize code for display orientation
Andreas Rheinhardt
2019-07-07
1
-21
/
+12
*
h264_metadata: Avoid allocations and copies of packet structures
Andreas Rheinhardt
2019-07-07
1
-13
/
+7
*
av1/h264_metadata, filter_units: Count down when deleting units
Andreas Rheinhardt
2019-07-07
1
-12
/
+6
*
lavc/h264_levels: add MaxMBPS checking and update fate test.
Decai Lin
2019-03-27
1
-1
/
+7
*
libavcodec/cbs: Stop needlessly reallocating the units array
Andreas Rheinhardt
2019-02-25
1
-2
/
+4
*
h264_metadata: Don't use inferred value of buffering frames
Andreas Rheinhardt
2018-11-13
1
-3
/
+6
*
h264_levels, h264_metadata_bsf: Fix levels typo
Andreas Rheinhardt
2018-11-13
1
-1
/
+1
*
h264_metadata: Avoid integer overflow in bitrate
Mark Thompson
2018-09-24
1
-2
/
+2
*
h264_metadata: Add option to set the level of the stream
Mark Thompson
2018-09-23
1
-0
/
+90
*
h264_metadata: Fix AUD writing
Mark Thompson
2018-05-10
1
-4
/
+5
*
h264_metadata: Remove redundant setting of SEI payload size
Mark Thompson
2018-05-10
1
-2
/
+0
*
avcodec/h264_metadata: fix memory leak in case of output packet creation failure
James Almer
2018-03-20
1
-1
/
+3
*
h264_metadata: Fix memory leak on multiple display orientation messages
Mark Thompson
2018-03-19
1
-0
/
+4
*
lavc/h264_metadata_bsf: support dump options.
Jun Zhao
2018-03-18
1
-28
/
+38
*
h264_metadata: Remove unused fields
Mark Thompson
2018-03-18
1
-7
/
+5
*
h264_metadata: Add support for display orientation SEI messages
Mark Thompson
2018-03-18
1
-4
/
+165
*
h264_metadata: Actually fail when sei_user_data option is invalid
Mark Thompson
2018-03-06
1
-0
/
+1
*
Merge commit '6d5a6dde5301c81e221a37b3f39bb03149492b98'
Mark Thompson
2018-02-21
1
-0
/
+43
|
\
|
*
h264_metadata: Add option to delete filler data
Mark Thompson
2018-02-20
1
-0
/
+43
*
|
Merge commit '78fa0b9033c0834c049e2aedf71a8c613fed87ab'
Mark Thompson
2018-02-21
1
-1
/
+1
|
\
\
|
|
/
|
*
h264_metadata: Always add the SEI user data to the first access unit
Mark Thompson
2018-02-20
1
-2
/
+6
*
|
Merge commit '69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb'
Mark Thompson
2018-02-21
1
-53
/
+19
|
\
\
|
|
/
|
*
h264_metadata: Use common SEI addition function
Mark Thompson
2018-02-20
1
-53
/
+19
*
|
Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'
Mark Thompson
2018-02-21
1
-3
/
+3
|
\
\
|
|
/
[next]