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
/
cfhd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/cfhd, cfhddata: Free VLC as soon as it is not needed
Andreas Rheinhardt
2022-09-05
1
-3
/
+0
*
avcodec/cfhd, cfhddata: Simplify check for escape
Andreas Rheinhardt
2022-09-05
1
-2
/
+2
*
avcodec/codec_internal: Add macros for update_thread_context(_for_user)
Andreas Rheinhardt
2022-09-03
1
-1
/
+1
*
avcodec/codec_internal: Add macro to set AVCodec.long_name
Andreas Rheinhardt
2022-09-03
1
-1
/
+1
*
avcodec/cfhd: fix escape handling for old codebook
Paul B Mahol
2022-09-03
1
-1
/
+1
*
avcodec/internal: Move ff_set_dimensions() to decode.h
Andreas Rheinhardt
2022-08-27
1
-2
/
+2
*
avcodec: Make init-threadsafety the default
Andreas Rheinhardt
2022-07-18
1
-1
/
+1
*
avcodec/codec_internal: Use union for FFCodec decode/encode callbacks
Andreas Rheinhardt
2022-04-05
1
-1
/
+1
*
avcodec/codec_internal: Make FFCodec.decode use AVFrame*
Andreas Rheinhardt
2022-04-05
1
-3
/
+2
*
avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec
Andreas Rheinhardt
2022-03-21
1
-6
/
+6
*
avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h
Andreas Rheinhardt
2022-03-21
1
-0
/
+1
*
avcodec/thread: Don't use ThreadFrame when unnecessary
Andreas Rheinhardt
2022-02-09
1
-8
/
+5
*
avcodec/cfhd: Avoid signed integer overflow in coeff
Michael Niedermayer
2022-02-01
1
-2
/
+2
*
Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
2021-09-20
1
-2
/
+2
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avcodec/cfhd: Keep track of which subbands have been read
Michael Niedermayer
2021-04-03
1
-0
/
+26
*
avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and...
Michael Niedermayer
2021-04-03
1
-12
/
+27
*
avcodec/cfhd: Check transform_type consistently
Michael Niedermayer
2021-04-03
1
-2
/
+9
*
avcodec/cfhd: Fix negative shift in cfhd_decode()
Michael Niedermayer
2021-03-14
1
-2
/
+2
*
avcodec/cfhd: check peak.offset
Michael Niedermayer
2021-01-29
1
-0
/
+6
*
avcodec/cfhd: only increase s->level if transform is supported
Paul B Mahol
2021-01-17
1
-1
/
+1
*
avcodec/cfhd: properly handle midstream size changes for transform type 2
Paul B Mahol
2020-12-25
1
-0
/
+6
*
avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filter
Paul B Mahol
2020-09-23
1
-33
/
+56
*
avcodec/cfhd: Check transform type
Michael Niedermayer
2020-08-30
1
-0
/
+4
*
avcodec/cfhd: Replace a few literal numbers by named constants
Michael Niedermayer
2020-08-30
1
-4
/
+4
*
avcodec/cfhd: Remove unused-but-set variable
Andreas Rheinhardt
2020-08-28
1
-2
/
+1
*
avcodec/cfhd: add x86 SIMD
Paul B Mahol
2020-08-26
1
-273
/
+64
*
avcodec: extend CFHD description
Paul B Mahol
2020-08-14
1
-1
/
+1
*
avcodec/cfhd: improve SampleIndex tag output
Paul B Mahol
2020-08-09
1
-5
/
+4
*
avcodec/cfhd: log version tags too
Paul B Mahol
2020-08-09
1
-0
/
+10
*
avcodec/cfhd: read prescale table tag
Paul B Mahol
2020-08-09
1
-5
/
+4
*
avcodec/cfhd: use init_get_bits8()
Paul B Mahol
2020-08-09
1
-1
/
+3
*
avcodec/cfhd: reindent
Paul B Mahol
2020-08-09
1
-186
/
+186
*
avcodec/cfhd: check if band encoding is valid
Paul B Mahol
2020-08-09
1
-2
/
+6
*
avcodec/cfhd: add 3d transform support
Paul B Mahol
2020-08-08
1
-75
/
+607
*
avcodec/cfhd: remove some unused or only write items
Paul B Mahol
2020-08-08
1
-2
/
+0
*
avcodec/cfhd: fix overflow in multiplication in LUT calculation
Paul B Mahol
2020-08-04
1
-1
/
+1
*
avcodec/cfhd: correct 71 tag usage
Paul B Mahol
2020-08-03
1
-3
/
+2
*
avcodec/cfhd: use LUT for 9 and 18 codebook decompanding
Paul B Mahol
2020-08-03
1
-10
/
+25
*
avcodec/cfhd: set correct bits_per_raw_sample
Paul B Mahol
2020-08-02
1
-2
/
+1
*
avcodec/cfhd: add more tag names
Paul B Mahol
2020-08-02
1
-7
/
+7
*
avcodec: add CFHD encoder
Paul B Mahol
2020-08-02
1
-28
/
+0
*
avcodec/cfhd: improve decompanding quality with reference implementation
Paul B Mahol
2020-08-02
1
-2
/
+2
*
avcodec/cfhd: fix non-aligned to 8 height decoding
Paul B Mahol
2020-08-02
1
-3
/
+3
*
avcodec/cfhd: move if/else out of loop in inverse transform
Paul B Mahol
2020-08-02
1
-32
/
+30
*
cfhd: Add tag names
Kieran Kunhya
2020-07-04
1
-11
/
+21
*
pthread_frame: merge the functionality for normal decoder init and init_threa...
Anton Khirnov
2020-04-10
1
-4
/
+2
*
avcodec/cfhd: Check that cropped size is smaller than full
Michael Niedermayer
2019-09-16
1
-2
/
+6
*
avcodec/cfhd: Check destination space for bayer before writing
Michael Niedermayer
2019-08-05
1
-0
/
+9
*
avcodec/cfhd: Fix linesize type
Michael Niedermayer
2019-08-05
1
-1
/
+1
[next]