ffmpeg/libavcodec/bsf
Andreas Rheinhardt 1e98cc4787 avcodec/bsf/mp3_header_decompress: Remove BSF
This BSF is supposed to be used in conjunction with mp3_header_compress,
which has been removed more than ten years ago in commit
c6080d8900. It mangled the headers
by removing the CRC field as well as fields that are supposed
to stay constant for the entirety of a stream (which are put into
extradata). This made these files unplayable; they need to be
decompressed with the BSF first (which does not happen automatically).
Even in this case the CRC does not get restored.

I am not aware that such compressed files exist at all; therefore
this commit removes the BSF completely.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-03-02 02:47:50 +01:00
..
Makefile avcodec/bsf/mp3_header_decompress: Remove BSF 2024-03-02 02:47:50 +01:00
aac_adtstoasc.c
av1_frame_merge.c
av1_frame_split.c
av1_metadata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
chomp.c
dca_core.c
dts2pts.c
dump_extradata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
dv_error_marker.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
eac3_core.c
evc_frame_merge.c
extract_extradata.c
filter_units.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
h264_metadata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
h264_mp4toannexb.c
h264_redundant_pps.c
h265_metadata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
h266_metadata.c
hapqa_extract.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
hevc_mp4toannexb.c avcodec/hevc_mp4toannexb: more validations for nalu_len 2024-02-11 22:50:01 +08:00
imx_dump_header.c
media100_to_mjpegb.c
mjpeg2jpeg.c
mjpega_dump_header.c
movsub.c
mpeg2_metadata.c
mpeg4_unpack_bframes.c
noise.c
null.c
opus_metadata.c
pcm_rechunk.c
pgs_frame_merge.c
prores_metadata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
remove_extradata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
setts.c
showinfo.c lavc/bsf: add a showinfo filter 2024-02-02 15:41:54 +01:00
trace_headers.c
truehd_core.c
vp9_metadata.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
vp9_raw_reorder.c
vp9_superframe.c
vp9_superframe_split.c
vvc_mp4toannexb.c avcodec/vvc_mp4toannexb: more validations for nalu_len 2024-02-11 22:49:51 +08:00