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
*
lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
Mark Thompson
2017-11-26
1
-11
/
+5
*
lavc: Add codec metadata to indicate hardware support
Mark Thompson
2017-11-26
1
-0
/
+12
*
libavcodec/utils.c: simplify avcodec locking with atomics
Rostislav Pehlivanov
2017-11-26
1
-6
/
+6
*
lavc/utils.c: use C11 atomics for entangled thread handling
Rostislav Pehlivanov
2017-11-26
1
-4
/
+5
*
avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields
James Almer
2017-11-15
1
-0
/
+2
*
avcodec: fix wrong duration of packets (dvd, bluray)
Aleksandr Slobodeniuk
2017-11-11
1
-4
/
+4
*
avcodec: drop deprecated vismv option
James Almer
2017-10-23
1
-6
/
+0
*
Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'
James Almer
2017-10-23
1
-5
/
+0
|
\
|
*
lavc: Drop deprecated way of setting audio delay on encode
Vittorio Giovara
2017-03-23
1
-5
/
+0
*
|
Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'
James Almer
2017-10-23
1
-7
/
+0
|
\
\
|
|
/
|
*
lavc: Drop deprecated emu edge functionality
Vittorio Giovara
2017-03-23
1
-7
/
+0
*
|
Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81'
James Almer
2017-10-21
1
-10
/
+0
|
\
\
|
|
/
|
*
lavc: Drop deprecated way of setting codec dimensions
Vittorio Giovara
2017-03-23
1
-7
/
+0
*
|
Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862'
James Almer
2017-10-21
1
-29
/
+0
|
\
\
|
|
/
|
*
lavc: Drop deprecated missing sample log function
Vittorio Giovara
2017-03-23
1
-29
/
+0
|
*
lavc: Add device context field to AVCodecContext
Mark Thompson
2017-02-13
1
-0
/
+1
|
*
lavc: use av_cpu_max_align() instead of hardcoding alignment requirements
Anton Khirnov
2017-02-11
1
-9
/
+2
*
|
Remove some unneeded casts of bit_rate.
Carl Eugen Hoyos
2017-09-22
1
-2
/
+2
*
|
lavc/utils: Calculate frame duration for little-endian G.726.
Carl Eugen Hoyos
2017-08-26
1
-1
/
+1
*
|
avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...
Vitaly Buka
2017-08-23
1
-1
/
+1
*
|
Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'
James Almer
2017-04-22
1
-0
/
+3
|
\
\
|
|
/
|
*
lavc: add support for filtering packets before decoding
Anton Khirnov
2016-12-14
1
-0
/
+3
*
|
Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'
James Almer
2017-04-22
1
-1
/
+21
|
\
\
|
|
/
|
*
decode: restructure the core decoding code
Anton Khirnov
2016-12-14
1
-1
/
+21
*
|
Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'
James Almer
2017-04-22
1
-0
/
+8
|
\
\
|
|
/
|
*
decode: be more explicit about storing the last packet properties
Anton Khirnov
2016-12-14
1
-0
/
+8
*
|
Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97'
Clément Bœsch
2017-04-17
1
-0
/
+3
|
\
\
|
|
/
|
*
lavc: handle MP3 in get_audio_frame_duration()
Anton Khirnov
2016-12-14
1
-0
/
+3
*
|
Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'
James Almer
2017-04-07
1
-1521
/
+0
|
\
\
|
|
/
|
*
lavc: move decoding-related code from utils.c to a new file
Anton Khirnov
2016-11-29
1
-889
/
+0
*
|
Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'
James Almer
2017-04-07
1
-424
/
+0
|
\
\
|
|
/
|
*
lavc: move encoding-related code from utils.c to a new file
Anton Khirnov
2016-11-29
1
-331
/
+0
|
*
Add GBRAP12 pixel format support
Kieran Kunhya
2016-10-12
1
-0
/
+2
*
|
lavc: Add Content Light Level side metadata found in HEVC
Steve Lhomme
2017-04-06
1
-0
/
+1
*
|
pthread_frame: allow per-field ThreadFrame owners.
Ronald S. Bultje
2017-04-06
1
-3
/
+4
*
|
lavc: fix usages of av_get_codec_tag_string()
Clément Bœsch
2017-03-29
1
-6
/
+3
*
|
avcodec: remove warning against using frame threading with hwaccels
wm4
2017-03-21
1
-5
/
+0
*
|
avcodec, avformat: deprecate anything related to side data merging
wm4
2017-03-21
1
-0
/
+24
*
|
Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'
Clément Bœsch
2017-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: free buffer_frame/pkt on avcodec_open2() failure
Anton Khirnov
2016-08-11
1
-0
/
+2
|
*
lavc: align the linesize to 32 when AVX is enabled
Anton Khirnov
2016-08-03
1
-1
/
+3
*
|
avcodec: estimate output bitrate for uncompressed video codecs
Tobias Rapp
2017-03-17
1
-0
/
+21
*
|
avcodec: fix uninitialized variable read
wm4
2017-03-17
1
-1
/
+1
*
|
lavc/internal: Constify AVPacket* in AVCodecInternal.
Carl Eugen Hoyos
2017-03-16
1
-2
/
+2
*
|
Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'
Clément Bœsch
2017-03-12
1
-0
/
+11
|
\
\
|
|
/
|
*
lavc: set sw_pix_fmt for hwaccel encoding
Anton Khirnov
2016-07-22
1
-0
/
+11
*
|
aacdec: do not mutate input packet metadata
wm4
2017-03-09
1
-1
/
+3
*
|
avcodec: consider an error during decoder draining as EOF
wm4
2017-03-06
1
-3
/
+3
*
|
lavc/utils: Make second parameter to apply_param_change() const.
Carl Eugen Hoyos
2017-02-24
1
-1
/
+1
*
|
lavc: Add device context field to AVCodecContext
Mark Thompson
2017-02-13
1
-0
/
+1
[next]