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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: fix uninitialized variable read
wm4
2017-05-16
1
-1
/
+1
*
avcodec/utils: correct align value for interplay
Michael Niedermayer
2017-02-08
1
-1
/
+6
*
avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()
Michael Niedermayer
2016-10-21
1
-0
/
+2
*
Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4'
Clément Bœsch
2016-06-22
1
-0
/
+7
|
\
|
*
lavc: make avcodec_open2() fail when the timebase is not set for encoding
Anton Khirnov
2016-05-16
1
-0
/
+7
*
|
libavcodec: factor out SEI generation for A53 captions
Andrey Turkin
2016-06-19
1
-0
/
+43
*
|
avcodec/utils: check skip_samples signedness
Michael Niedermayer
2016-06-07
1
-1
/
+1
*
|
avcodec/utils: initialize delay in avcodec_parameters_to_context()
Michael Niedermayer
2016-06-04
1
-0
/
+1
*
|
avcodec: add adpcm MTAF decoder
Paul B Mahol
2016-05-21
1
-0
/
+2
*
|
avcodec/utils: Move avctx->codec check before its use
Michael Niedermayer
2016-05-20
1
-2
/
+3
*
|
avcodec: add Direct Stream Transfer (DST) decoder
Peter Ross
2016-05-15
1
-0
/
+2
*
|
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-20
/
+0
|
\
\
|
|
/
|
*
lavc: introduce a new decoding/encoding API with decoupled input/output
wm4
2016-03-23
1
-2
/
+279
|
*
lavc: factor apply_param_change() AV_EF_EXPLODE handling
wm4
2016-03-05
1
-13
/
+15
*
|
lavc: override decode return value only in case of error
Clément Bœsch
2016-05-01
1
-1
/
+3
*
|
avcodec/utils: split side-data in new decode API too
wm4
2016-04-29
1
-4
/
+10
*
|
avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_aud...
Michael Niedermayer
2016-04-23
1
-0
/
+2
*
|
avcodec/utils: fix minor memory leaks on avcodec_open2() failure
wm4
2016-04-22
1
-0
/
+2
*
|
lavc: introduce a new decoding/encoding API with decoupled input/output
wm4
2016-04-21
1
-2
/
+287
*
|
avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()
Michael Niedermayer
2016-04-21
1
-0
/
+4
*
|
avcodec/utils: Add braces to framecount computation
Michael Niedermayer
2016-04-15
1
-1
/
+1
*
|
avcodec/utils: Fix duration of ATRAC3 packets
Michael Niedermayer
2016-04-15
1
-1
/
+2
*
|
avcodec: Add bits_per_raw_sample to AVCodecParameters
Michael Niedermayer
2016-04-15
1
-0
/
+2
*
|
avcodec: add adpcm dat4 decoder
Paul B Mahol
2016-04-05
1
-0
/
+1
*
|
avcodec: properly initialize AVCodecParameters profile/level
Hendrik Leppkes
2016-04-02
1
-0
/
+2
*
|
lavc/utils: use pkt_timebase for legacy subtitles timing code
Clément Bœsch
2016-04-02
1
-2
/
+5
*
|
lavc: factor apply_param_change() AV_EF_EXPLODE handling
wm4
2016-04-01
1
-15
/
+19
*
|
lavc/utils: transfer width/height for subs in codecpar
Clément Bœsch
2016-03-31
1
-0
/
+8
*
|
codecpar: Add video delay field
Derek Buitenhuis
2016-03-31
1
-0
/
+2
*
|
Add frame_size to AVCodecParameters
Hendrik Leppkes
2016-03-31
1
-0
/
+2
*
|
lavc: Add seek_preroll to AVCodecParameters
James Almer
2016-03-31
1
-0
/
+2
*
|
Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'
Derek Buitenhuis
2016-03-31
1
-18
/
+31
|
\
\
|
|
/
|
*
lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...
Anton Khirnov
2016-02-23
1
-12
/
+22
*
|
Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'
Derek Buitenhuis
2016-03-31
1
-0
/
+152
|
\
\
|
|
/
|
*
lavc: add codec parameters API
Anton Khirnov
2016-02-23
1
-0
/
+152
*
|
avcodec/utils: fix packet duration of frames with discarded paddings
Marton Balint
2016-03-28
1
-2
/
+1
*
|
lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()
Clément Bœsch
2016-03-07
1
-1
/
+1
*
|
avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()
Michael Niedermayer
2016-03-05
1
-0
/
+1
*
|
avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'
Michael Niedermayer
2016-03-03
1
-1
/
+1
*
|
avcodec: Add utils test
Michael Niedermayer
2016-02-29
1
-0
/
+20
*
|
Document and validate AVFrame plane pointers.
Reimar Döffinger
2016-02-28
1
-0
/
+26
*
|
avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...
Michael Niedermayer
2016-02-27
1
-0
/
+5
*
|
avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...
Michael Niedermayer
2016-02-27
1
-2
/
+2
*
|
lavc: deprecate decoded ass subtitles with timings
Clément Bœsch
2016-02-26
1
-0
/
+4
*
|
lavc: allow subtitle text format to be ASS without timing
Clément Bœsch
2016-02-26
1
-0
/
+74
*
|
avcodec/utils: Merge identical if conditions
Michael Niedermayer
2016-02-26
1
-2
/
+1
*
|
libavcodec:add packet level support for mastering metadata
Neil Birkbeck
2016-02-25
1
-4
/
+5
*
|
Merge commit '7b3214d0050613bd347a2e41c9f78ffb766da25e'
Derek Buitenhuis
2016-02-24
1
-0
/
+13
|
\
\
|
|
/
|
*
lavc: add a field for passing AVHWFramesContext to encoders
Anton Khirnov
2016-02-14
1
-0
/
+13
*
|
Add GBRAP12 pixel format
Kieran Kunhya
2016-02-24
1
-0
/
+2
[next]