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
/
cbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec
Andreas Rheinhardt
2021-03-12
1
-3
/
+3
*
avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of units
James Almer
2021-01-04
1
-0
/
+6
*
avcodec/cbs: add an AVClass to CodedBitstreamType for option handling
James Almer
2021-01-04
1
-0
/
+9
*
Mark some pointers as const
Andreas Rheinhardt
2021-01-01
1
-1
/
+1
*
cbs: Add function to read extradata from an AVCodecContext
Mark Thompson
2020-11-24
1
-38
/
+39
*
avcodec/cbs: add a flush callback to CodedBitstreamType
James Almer
2020-09-29
1
-0
/
+6
*
cbs: Add support functions for handling unit content references
Mark Thompson
2020-09-02
1
-0
/
+163
*
cbs: Describe allocate/free methods in tabular form
Mark Thompson
2020-09-02
1
-0
/
+69
*
avcodec/cbs: Remove unused function parameters
Andreas Rheinhardt
2020-07-07
1
-29
/
+19
*
avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()
Michael Niedermayer
2020-06-13
1
-2
/
+2
*
avcodec/cbs: Fix potential double-free when adding unit fails
Andreas Rheinhardt
2020-02-09
1
-1
/
+4
*
avcodec/cbs: Fix potential overflow
Andreas Rheinhardt
2019-11-17
1
-1
/
+3
*
avcodec/cbs: Factor out common code for writing units
Andreas Rheinhardt
2019-11-17
1
-5
/
+59
*
cbs: Don't set AVBuffer's opaque
Andreas Rheinhardt
2019-07-29
1
-1
/
+1
*
cbs: ff_cbs_delete_unit: Replace return value with assert
Andreas Rheinhardt
2019-07-08
1
-7
/
+5
*
cbs: Allow non-blank packets in ff_cbs_write_packet
Andreas Rheinhardt
2019-07-07
1
-1
/
+2
*
avcodec/cbs: add helper functions and macros to read and write signed values
James Almer
2019-04-16
1
-0
/
+79
*
libavcodec/cbs: Stop needlessly reallocating the units array
Andreas Rheinhardt
2019-02-25
1
-26
/
+36
*
lavc: Add coded bitstream read/write support for AV1
Mark Thompson
2018-09-26
1
-0
/
+6
*
lavc/cbs: Add JPEG support
Mark Thompson
2018-09-23
1
-0
/
+6
*
lavc: Add coded bitstream read/write support for VP9
Mark Thompson
2018-05-02
1
-0
/
+6
*
cbs: Add support for array subscripts in trace output
Mark Thompson
2018-05-02
1
-7
/
+37
*
cbs: Fragment/unit data is always reference counted
Mark Thompson
2018-05-01
1
-7
/
+12
*
avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()
James Almer
2018-04-26
1
-21
/
+20
*
cbs: Add a table of all supported codec IDs
Mark Thompson
2018-03-18
1
-0
/
+13
*
avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...
James Almer
2018-03-05
1
-4
/
+8
*
Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'
Mark Thompson
2018-02-21
1
-29
/
+136
|
\
|
*
cbs: Refcount all the things!
Mark Thompson
2018-02-20
1
-29
/
+136
*
|
Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'
Mark Thompson
2018-02-21
1
-1
/
+1
|
\
\
|
|
/
|
*
cbs: Demote the "decomposition unimplemented" warning
Mark Thompson
2018-02-20
1
-1
/
+1
|
*
cbs: Add an explicit type for coded bitstream unit types
Mark Thompson
2018-02-20
1
-5
/
+7
|
*
cbs: Allocate the context inside the init function
Mark Thompson
2018-02-20
1
-3
/
+17
|
*
cbs: Add a missing return value check
Mark Thompson
2017-11-12
1
-1
/
+1
|
*
cbs: Always check for bitstream end before reading
Mark Thompson
2017-09-12
1
-0
/
+6
|
*
lavc: Add coded bitstream read/write support for MPEG-2
Mark Thompson
2017-08-20
1
-0
/
+3
|
*
lavc: Add coded bitstream read/write support for H.265
Mark Thompson
2017-08-12
1
-0
/
+3
|
*
lavc: Add coded bitstream read/write support for H.264
Mark Thompson
2017-08-12
1
-0
/
+3
|
*
lavc: Add coded bitstream read/write API
Mark Thompson
2017-08-12
1
-0
/
+460
*
lavc: Add coded bitstream read/write support for MPEG-2
Mark Thompson
2017-10-17
1
-0
/
+3
*
lavc: Add coded bitstream read/write support for H.265
Mark Thompson
2017-10-17
1
-0
/
+3
*
lavc: Add coded bitstream read/write support for H.264
Mark Thompson
2017-10-17
1
-0
/
+3
*
lavc: Add coded bitstream read/write API
Mark Thompson
2017-10-17
1
-0
/
+482