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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Add FF_CODEC_CAP_INIT_CLEANUP
Limin Wang
2020-05-27
8
-1
/
+13
*
avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUP
Limin Wang
2020-05-27
1
-1
/
+1
*
avcodec.h: move avcodec_get_{type,name} to codec_id.h
Anton Khirnov
2020-05-27
2
-11
/
+12
*
avcodec.h: split AVCodec API into its own header
Anton Khirnov
2020-05-27
4
-416
/
+466
*
lavc/vaapi_hevc: add missing max_8bit_constraint_flag
Linjie Fu
2020-05-27
1
-0
/
+1
*
lavc/hevc_refs: Fix the logic of find_ref_idx()
Xu Guangxin
2020-05-27
1
-18
/
+20
*
lavc/hevc: Add poc_msb_present filed in LongTermRPS
Xu Guangxin
2020-05-27
2
-3
/
+3
*
mfenc: Avoid including codecapi.h, fix building in UWP mode with clang
Martin Storsjö
2020-05-27
2
-7
/
+14
*
mfenc: Remove an unused include
Martin Storsjö
2020-05-27
1
-3
/
+1
*
opusenc: add apply_phase_inv option
Lynne
2020-05-26
3
-2
/
+4
*
pngdec: add ability to check chunk CRC
Lynne
2020-05-26
1
-0
/
+17
*
mpegaudiodec_template: add ability to check CRC
Lynne
2020-05-26
1
-3
/
+17
*
apedec: add ability to check CRC
Lynne
2020-05-26
1
-1
/
+25
*
avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristics
Matthieu Bouron
2020-05-25
1
-0
/
+100
*
avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()
James Almer
2020-05-25
2
-14
/
+19
*
h264dec: support exporting QP tables through the AVVideoEncParams API
Anton Khirnov
2020-05-25
4
-1
/
+67
*
avcodec: move avcodec_flush_buffers from decode.c to utils.c
James Almer
2020-05-24
2
-44
/
+44
*
libavcodec/libvpxenc: Don't free user-provided AVPacket
Andreas Rheinhardt
2020-05-23
1
-1
/
+0
*
libavcodec/libmp3lame: Don't free user-provided AVPacket
Andreas Rheinhardt
2020-05-23
1
-2
/
+0
*
avcodec/libopusenc: Don't free user-provided AVPacket
Andreas Rheinhardt
2020-05-23
1
-2
/
+0
*
mfenc: Fix building with clang in MSVC mode
Martin Storsjö
2020-05-23
1
-0
/
+3
*
avcodec/xiph: Return better error codes
Andreas Rheinhardt
2020-05-23
1
-2
/
+2
*
avcodec/ass: explicitly set ScaledBorderAndShadow
Oneric
2020-05-23
1
-0
/
+1
*
avcodec: move mpeg4 profiles to profiles.h
Marton Balint
2020-05-22
5
-17
/
+31
*
avcodec: move msbc profile to encoder
Marton Balint
2020-05-22
2
-1
/
+1
*
avcodec/options_table: remove dts profiles
Marton Balint
2020-05-22
1
-5
/
+0
*
avcodec: move aacenc profiles to profiles.h
Marton Balint
2020-05-22
4
-10
/
+20
*
avcodec/options_table: make AVCodecContext->profile search for child constants
Marton Balint
2020-05-22
1
-23
/
+25
*
mfenc: Fall back to avctx->time_base if avctx->framerate isn't set
Martin Storsjö
2020-05-22
1
-1
/
+9
*
mfenc: Fix setting has_b_frames for max_b_frames == 1
Martin Storsjö
2020-05-22
1
-1
/
+1
*
cbs_h265: Fix use of an uninitialized variable
Martin Storsjö
2020-05-22
1
-1
/
+1
*
avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an error
James Almer
2020-05-22
1
-2
/
+3
*
avcodec.h: split bitstream filters API into its own header
Anton Khirnov
2020-05-22
38
-306
/
+368
*
lavc: rename bsf.h to bsf_internal.h
Anton Khirnov
2020-05-22
38
-40
/
+40
*
avcodec.h: split AVCodecParameters API into its own header
Anton Khirnov
2020-05-22
4
-190
/
+233
*
Stop hardcoding align=32 in av_frame_get_buffer() calls.
Anton Khirnov
2020-05-22
6
-7
/
+7
*
avcodec: deprecate Lossless and Intra Only encoder capabilites
James Almer
2020-05-21
28
-35
/
+31
*
avcodec/decode: remove ff_decode_bsfs_uninit()
James Almer
2020-05-21
3
-10
/
+7
*
avcodec/tiff: Check for Tiled and Stripped TIFFs
Michael Niedermayer
2020-05-21
1
-0
/
+9
*
avcodec/pnmdec: Use unsigned for maxval rescaling
Michael Niedermayer
2020-05-21
1
-1
/
+1
*
avcodec/ivi: Clear got_p_frame before decoding a new frame using it
Michael Niedermayer
2020-05-21
1
-0
/
+2
*
avcodec/dsddec: Check channels
Michael Niedermayer
2020-05-21
1
-0
/
+3
*
avcodec/xvididct: Fix integer overflow in idct_row()
Michael Niedermayer
2020-05-21
1
-18
/
+18
*
avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()
Michael Niedermayer
2020-05-21
1
-2
/
+2
*
avcodec/cbs_jpeg: Fix infinite loop in cbs_jpeg_split_fragment()
Michael Niedermayer
2020-05-21
1
-3
/
+2
*
avcodec/bitpacked: Add codec_tags list
Michael Niedermayer
2020-05-21
1
-0
/
+4
*
avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly
Michael Niedermayer
2020-05-21
1
-1
/
+1
*
cbs_h265: Ensure that a predicted RPS doesn't contain too many pictures
Mark Thompson
2020-05-20
1
-5
/
+11
*
avcodec/exr: output float pixels in float pixel format
Mark Reid
2020-05-20
1
-119
/
+125
*
avcodec/libx265: add support for reordered_opaque
James Almer
2020-05-19
1
-1
/
+18
[next]