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
/
mlpenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/codec_internal: Avoid deprecation warnings for channel_layouts
Andreas Rheinhardt
2022-09-28
1
-6
/
+2
*
avcodec/mlpenc: Remove dead channel layout checks
Andreas Rheinhardt
2022-09-22
1
-6
/
+5
*
avcodec/mlpenc: Simplify channel layout comparisons
Andreas Rheinhardt
2022-09-22
1
-16
/
+14
*
avcodec/mlpenc: Fix channel layouts
Andreas Rheinhardt
2022-09-22
1
-5
/
+5
*
avcodec/mlpenc: analyze only if there are samples
Paul B Mahol
2022-09-21
1
-1
/
+2
*
avcodec/mlpenc: improve encoding of stereo TrueHD and add mono support
Paul B Mahol
2022-09-18
1
-19
/
+53
*
avcodec/mlpenc: rename some variables to better alternatives
Paul B Mahol
2022-09-18
1
-8
/
+8
*
avcodec/codec_internal: Add macro to set AVCodec.long_name
Andreas Rheinhardt
2022-09-03
1
-2
/
+2
*
avcodec: Make ff_alloc_packet() based encoders accept user buffers
Andreas Rheinhardt
2022-08-27
1
-2
/
+5
*
avcodec: Constify frame->data pointers for encoders where possible
Andreas Rheinhardt
2022-08-05
1
-2
/
+2
*
avcodec: Make init-threadsafety the default
Andreas Rheinhardt
2022-07-18
1
-2
/
+2
*
avcodec/mlpenc: fix encoding after receiving last frame
Paul B Mahol
2022-04-13
1
-4
/
+5
*
avcodec/mlpenc: simplify calling function
Paul B Mahol
2022-04-12
1
-4
/
+1
*
avcodec/mlpenc: use FFMAX()
Paul B Mahol
2022-04-12
1
-2
/
+1
*
avcodec/mlpenc: improve handling of last samples
Paul B Mahol
2022-04-12
1
-7
/
+12
*
avcodec/codec_internal: Use union for FFCodec decode/encode callbacks
Andreas Rheinhardt
2022-04-05
1
-2
/
+2
*
avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec
Andreas Rheinhardt
2022-03-21
1
-20
/
+20
*
avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h
Andreas Rheinhardt
2022-03-21
1
-1
/
+1
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+2
*
mlp: convert to new channel layout API
Anton Khirnov
2022-03-15
1
-52
/
+54
*
avcodec/thd: fix special stereo support
Paul B Mahol
2021-12-18
1
-1
/
+1
*
avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually
Andreas Rheinhardt
2021-09-28
1
-0
/
+1
*
avcodec/mlpenc: fix encoding stereo single stream in TrueHD
Paul B Mahol
2021-09-23
1
-1
/
+1
*
avcodec/mlpenc: Fix mixed declarations and code warning
Andreas Rheinhardt
2021-09-09
1
-2
/
+1
*
avcodec/mlpenc: simplify some complicated expressions more
Paul B Mahol
2021-09-07
1
-9
/
+2
*
avcodec/mlpenc: simplify strange pointer initializations
Paul B Mahol
2021-09-07
1
-12
/
+4
*
avcodec/mlpenc: remove convoluted incomplete multiple substreams support code
Paul B Mahol
2021-09-07
1
-205
/
+180
*
avcodec/mlpenc: use variables local to for loops
Paul B Mahol
2021-09-07
1
-142
/
+81
*
avcodec/mlp: move sync defines to common header
Paul B Mahol
2021-09-05
1
-3
/
+0
*
avcodec/mlpenc: remove frame_size array from private context
Paul B Mahol
2021-09-05
1
-23
/
+7
*
avcodec/mlpenc: stop using hardcoded value
Paul B Mahol
2021-09-05
1
-1
/
+1
*
avcodec/mlpenc: use av_shrink_packet()
Paul B Mahol
2021-09-05
1
-1
/
+2
*
avcodec/mlpenc: remove no more needed goto
Paul B Mahol
2021-09-05
1
-5
/
+0
*
avcodec/mlpenc: fix removal of packet timestamp/size from queue
Paul B Mahol
2021-09-05
1
-10
/
+3
*
avcodec/mlpenc: remove not needed buf_size checks
Paul B Mahol
2021-09-05
1
-5
/
+0
*
avcodec/mlpenc: fix indentation
Paul B Mahol
2021-09-05
1
-29
/
+28
*
avcodec/mlpenc: stop returning packets with no data
Paul B Mahol
2021-09-05
1
-5
/
+11
*
avcodec/mlpenc: simplify compare_best_offset()
Paul B Mahol
2021-09-05
1
-4
/
+1
*
avcodec/mlpenc: use ff_ctz()
Paul B Mahol
2021-09-05
1
-4
/
+3
*
avcodec/mlpenc: remove unused item
Paul B Mahol
2021-09-05
1
-2
/
+0
*
avcodec/mlpenc: remove log messages when allocation fails at init
Paul B Mahol
2021-09-04
1
-24
/
+6
*
avcodec/mlpenc: allocate filter buffers once at init
Paul B Mahol
2021-09-04
1
-24
/
+19
*
avcodec/mlpenc: simplify allocations in mlp_encode_init()
Paul B Mahol
2021-09-04
1
-20
/
+13
*
avcodec/mlpenc: add support for 24bit encoding
Paul B Mahol
2021-09-02
1
-2
/
+2
*
avcodec/mlpenc: fix encoding last samples when not within full interval
Paul B Mahol
2021-08-31
1
-37
/
+47
*
avcodec/avcodec: Stop including channel_layout.h in avcodec.h
Andreas Rheinhardt
2021-07-22
1
-0
/
+1
*
avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()
Andreas Rheinhardt
2021-06-08
1
-1
/
+2
*
avcodec/mlpenc: Make encoders init-threadsafe
Andreas Rheinhardt
2021-05-02
1
-17
/
+19
*
avcodec/mlpenc: Add const where appropriate
Andreas Rheinhardt
2021-05-02
1
-10
/
+12
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-2
/
+2
[next]