index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
libx264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: Don't set AVClass.item_name to its default value
Andreas Rheinhardt
2023-12-22
1
-3
/
+0
*
avcodec/libx264: Add the SSE computation for libx264.
Elias Carotti
2023-10-19
1
-1
/
+30
*
avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines
Andreas Rheinhardt
2023-09-07
1
-6
/
+6
*
avcodec/utils: move ff_add_cpb_side_data() to encoder code
James Almer
2023-09-06
1
-1
/
+1
*
lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskip
Stefano Sabatini
2023-09-06
1
-1
/
+0
*
lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value
Jun Zhao
2023-08-27
1
-1
/
+1
*
lavc/libx264: add mb_info option
Elias Carotti
2023-08-08
1
-0
/
+91
*
lavc: deprecate AVCodecContext.ticks_per_frame
Anton Khirnov
2023-05-15
1
-1
/
+7
*
avcodec: use the new AVFrame interlace flags in all decoders and encoders
James Almer
2023-05-04
1
-3
/
+3
*
avcodec/libx264: add a flush callback
James Almer
2023-04-03
1
-3
/
+23
*
avcodec/libx264: Use av_pix_fmt_count_planes() where appropriate
Andreas Rheinhardt
2023-03-14
1
-23
/
+1
*
avcodec/libx264: Use dedicated pointer for accesses
Andreas Rheinhardt
2023-03-14
1
-7
/
+7
*
avcodec/libx264: Pass x264_picture_t* directly
Andreas Rheinhardt
2023-03-14
1
-5
/
+2
*
avcodec/libx264: Fix leak in case of allocation failure
Andreas Rheinhardt
2023-03-14
1
-0
/
+1
*
lavu/frame: deprecate reordered_opaque
Anton Khirnov
2023-02-04
1
-0
/
+14
*
lavc/libx264: pass through frame durations to encoded packets
Anton Khirnov
2023-01-29
1
-0
/
+3
*
lavc: add a codec flag for propagating opaque from frames to packets
Anton Khirnov
2023-01-29
1
-0
/
+29
*
lavc/libx264: do not leave an invalid array size on alloc error
Anton Khirnov
2023-01-04
1
-1
/
+3
*
lavc/libx264: zero reordered opaque on alloc
Anton Khirnov
2023-01-04
1
-2
/
+2
*
lavc/libx264: print an error on invalid opaque pointer
Anton Khirnov
2023-01-04
1
-0
/
+2
*
lavc/libx264: use a local variable to shorten code
Anton Khirnov
2023-01-04
1
-4
/
+7
*
lavc/libx264: reindent after previous commit
Anton Khirnov
2023-01-04
1
-47
/
+47
*
lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth
Anton Khirnov
2023-01-04
1
-14
/
+14
*
lavc/libx264: reindent after previous commit
Anton Khirnov
2023-01-04
1
-5
/
+5
*
lavc/libx264: do not ignore memory allocation errors
Anton Khirnov
2023-01-04
1
-7
/
+8
*
lavc/libx264: unify cleanup in setup_frame()
Anton Khirnov
2023-01-04
1
-8
/
+11
*
lavc/libx264: reindent after previous commit
Anton Khirnov
2023-01-04
1
-52
/
+52
*
lavc/libx264: factor out setting up ROI
Anton Khirnov
2023-01-04
1
-66
/
+77
*
lavc/libx264: use a local variable for input frame in setup_frame()
Anton Khirnov
2023-01-04
1
-25
/
+25
*
lavc/libx264: reindent after previous commit
Anton Khirnov
2023-01-04
1
-130
/
+130
*
lavc/libx264: factor out setting up the input frame
Anton Khirnov
2023-01-04
1
-15
/
+30
*
avcodec/codec_internal: Add macro to set AVCodec.long_name
Andreas Rheinhardt
2022-09-03
1
-3
/
+3
*
lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME
Anton Khirnov
2022-08-02
1
-1
/
+54
*
avcodec: Make init-threadsafety the default
Andreas Rheinhardt
2022-07-18
1
-6
/
+2
*
avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE
Andreas Rheinhardt
2022-07-18
1
-1
/
+6
*
avcodec/libx264: Avoid duplicating strings
Andreas Rheinhardt
2022-07-01
1
-8
/
+10
*
lavc/libx264.c: Fix possible UB by NULL pointer LHS
Michael Goulet
2022-06-20
1
-1
/
+3
*
avcodec/libx264: Set min build version to 158 for msvc
Matt Oliver
2022-06-11
1
-4
/
+0
*
avcodec/codec_internal: Use union for FFCodec decode/encode callbacks
Andreas Rheinhardt
2022-04-05
1
-3
/
+3
*
avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault
Andreas Rheinhardt
2022-03-21
1
-1
/
+1
*
avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec
Andreas Rheinhardt
2022-03-21
1
-31
/
+31
*
avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h
Andreas Rheinhardt
2022-03-21
1
-0
/
+1
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+2
*
avcodec/libx26[45]: reindent after last commit
Limin Wang
2021-12-28
1
-22
/
+22
*
avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIs
Limin Wang
2021-12-28
1
-1
/
+4
*
avcodec/libx264: Don't unnecessarily add in-band extradata
Andreas Rheinhardt
2021-12-21
1
-1
/
+1
*
avcodec/libx264: Simplify copying packet data
Andreas Rheinhardt
2021-11-09
1
-5
/
+4
*
avcodec/libx264: Remove always-false checks
Andreas Rheinhardt
2021-11-09
1
-5
/
+1
*
avcodec/libx264: Check for overflow if necessary
Andreas Rheinhardt
2021-11-09
1
-2
/
+12
*
avcodec/libx264: fix sei payload leaks on error
James Almer
2021-11-04
1
-4
/
+19
[next]