ffmpeg-soc
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-soc] [soc]: r5463 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5462 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5461 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5460 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5459 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5458 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5457 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [PATCH 2/2]aacsbr: Change vk0 and vk1 to int16_t to prevent a size mismatch on memcpy.
Alex Converse
Re: [FFmpeg-soc] [PATCH 2/2]aacsbr: Change vk0 and vk1 to int16_t to prevent a size mismatch on memcpy.
Robert Swain
Re: [FFmpeg-soc] [PATCH 2/2]aacsbr: Change vk0 and vk1 to int16_t to prevent a size mismatch on memcpy.
Alex Converse
[FFmpeg-soc] [PATCH 1/2]aacsbr: Allocate vk0 and vk1 on the stack to prevent memory leaks.
Alex Converse
Re: [FFmpeg-soc] [PATCH 1/2]aacsbr: Allocate vk0 and vk1 on the stack to prevent memory leaks.
Robert Swain
Re: [FFmpeg-soc] [PATCH 1/2]aacsbr: Allocate vk0 and vk1 on the stack to prevent memory leaks.
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Pass current spectrum_params to sbr_make_f_master.
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Pass current spectrum_params to sbr_make_f_master.
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Pass current spectrum_params to sbr_make_f_master.
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Pass current spectrum_params to sbr_make_f_master.
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Set ext_sample_rate for implicit SBR
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Set ext_sample_rate for implicit SBR
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Set ext_sample_rate for implicit SBR
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: If SBR's reset procedure fails switch back to pure upsampling mode.
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: If SBR's reset procedure fails switch back to pure upsampling mode.
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: If SBR's reset procedure fails switch back to pure upsampling mode.
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Read SBR bits from a second GetBitContext to prevent unrecoverable over-reads and get automatic under-read protection.
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Read SBR bits from a second GetBitContext to prevent unrecoverable over-reads and get automatic under-read protection.
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Read SBR bits from a second GetBitContext to prevent unrecoverable over-reads and get automatic under-read protection.
Alex Converse
[FFmpeg-soc] [soc]: r5456 - in aac-sbr: checkout.sh ffmpeg.diff
alexc
[FFmpeg-soc] [soc]: r5455 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5454 - in aac-sbr: aacsbr.c aacsbr.h
alexc
[FFmpeg-soc] [soc]: r5453 - in aac-sbr: aacsbr.c aacsbr.h
alexc
[FFmpeg-soc] [soc]: r5452 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5451 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5450 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [PATCH]aacsbr: bs_amp_res is overridden by 0 for (bs_frame_class == FIXFIX && bs_num_env == 1) only for the current frame
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: bs_amp_res is overridden by 0 for (bs_frame_class == FIXFIX && bs_num_env == 1) only for the current frame
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: bs_amp_res is overridden by 0 for (bs_frame_class == FIXFIX && bs_num_env == 1) only for the current frame
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Run SBR in pure upsampling mode until we get an SBR header
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Run SBR in pure upsampling mode until we get an SBR header
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Run SBR in pure upsampling mode until we get an SBR header
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Read bs_noise_start_value_level when !(bs_coupling && ch)
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Read bs_noise_start_value_level when !(bs_coupling && ch)
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Read bs_noise_start_value_level when !(bs_coupling && ch)
Alex Converse
[FFmpeg-soc] [PATCH]aacsbr: Replace ceil(log() / M_LN2) with a ceil_log2[] lookup table
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: Replace ceil(log() / M_LN2) with a ceil_log2[] lookup table
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: Replace ceil(log() / M_LN2) with a ceil_log2[] lookup table
Alex Converse
[FFmpeg-soc] [soc]: r5449 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5448 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] [soc]: r5447 - aac-sbr/aacsbr.c
alexc
[FFmpeg-soc] why it is not possible to overlay with negative 'y' position?
Oleksandr Bondar
[FFmpeg-soc] [PATCH]aacsbr: rounding
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: rounding
Robert Swain
Re: [FFmpeg-soc] [PATCH]aacsbr: rounding
Alex Converse
Re: [FFmpeg-soc] [PATCH]aacsbr: rounding
Alex Converse
[FFmpeg-soc] [PATCH] aacsbr: nrLim is the last element in limTable not the number of elements
Alex Converse
Re: [FFmpeg-soc] [PATCH] aacsbr: nrLim is the last element in limTable not the number of elements
Robert Swain
Re: [FFmpeg-soc] [PATCH] aacsbr: nrLim is the last element in limTable not the number of elements
Alex Converse
[FFmpeg-soc] [PATCH] aacsbr: sbr_header default values
Alex Converse
Re: [FFmpeg-soc] [PATCH] aacsbr: sbr_header default values
Robert Swain
Re: [FFmpeg-soc] [PATCH] aacsbr: sbr_header default values
Alex Converse
[FFmpeg-soc] why it is not possible to overlay with negative y position?
Oleksandr Bondar
[FFmpeg-soc] AACSBR review: function declarations
Alex Converse
[FFmpeg-soc] AACSBR Review: struct SpectralBandReplication
Alex Converse
[FFmpeg-soc] [soc]: r5446 - aac-sbr/checkout.sh
alexc
[FFmpeg-soc] AACSBR review: sbr_time_freq_grid
Alex Converse
[FFmpeg-soc] AACSBR review: sbr_qmf_synthesis
Alex Converse
[FFmpeg-soc] AACSBR review: sbr_env_estimate
Alex Converse
Re: [FFmpeg-soc] AACSBR review: sbr_env_estimate
Diego Biurrun
Re: [FFmpeg-soc] AACSBR review: sbr_env_estimate
Robert Swain
Re: [FFmpeg-soc] AACSBR review: sbr_env_estimate
Alex Converse
[FFmpeg-soc] [soc]: r5445 - in amr: amrnbdata.h amrnbdec.c
vitor
[FFmpeg-soc] [PATCH 1/3] {c,h} is not a valid POSIX glob sequence
Alex Converse
[FFmpeg-soc] [PATCH 2/3] Merge changes from trunk
Alex Converse
[FFmpeg-soc] [PATCH 3/3] Keep ffmpeg and libswscale synchronized
Alex Converse
Re: [FFmpeg-soc] [PATCH 1/3] {c, h} is not a valid POSIX glob sequence
Alex Converse
Re: [FFmpeg-soc] [PATCH 1/3] {c, h} is not a valid POSIX glob sequence
Diego Biurrun
Re: [FFmpeg-soc] [PATCH 1/3] {c, h} is not a valid POSIX glob sequence
Alex Converse
Re: [FFmpeg-soc] [PATCH 1/3] {c, h} is not a valid POSIX glob sequence
Diego Biurrun
Re: [FFmpeg-soc] [PATCH 1/3] {c, h} is not a valid POSIX glob sequence
Alex Converse
[FFmpeg-soc] [soc]: r5444 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5443 - libavfilter/diffs/03_libavfilter_doc.diff
stefano
[FFmpeg-soc] [soc]: r5442 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_scale.c
stefano
[FFmpeg-soc] [soc] [propchange]: r5441 - svn:log
thilo . borgmann
[FFmpeg-soc] [soc] [propchange]: r5440 - svn:log
thilo . borgmann
[FFmpeg-soc] [soc] [propchange]: r5439 - svn:log
thilo . borgmann
[FFmpeg-soc] [soc] [propchange]: r5438 - svn:log
thilo . borgmann
[FFmpeg-soc] [soc]: r5441 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5440 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5439 - als/alsdec.c
thilo . borgmann
Re: [FFmpeg-soc] [soc]: r5439 - als/alsdec.c
Diego Biurrun
[FFmpeg-soc] [soc]: r5438 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5437 - amr/amrnbdec.c
vitor
[FFmpeg-soc] [soc]: r5436 - amr/amrnbdec.c
vitor
[FFmpeg-soc] [soc]: r5435 - amr/amrnbdec.c
vitor
[FFmpeg-soc] [soc]: r5434 - amr/amrnbdec.c
vitor
[FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
vitor
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Vitor Sessak
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Ronald S. Bultje
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Vitor Sessak
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5433 - amr/amrnbdec.c
Vitor Sessak
[FFmpeg-soc] [soc]: r5432 - in amr: amr-ffmpeg.diff amrnbdec.c
vitor
[FFmpeg-soc] [soc]: r5431 - in als: als_data.h alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5430 - in als: als_data.h alsdec.c
thilo . borgmann
Re: [FFmpeg-soc] [soc]: r5430 - in als: als_data.h alsdec.c
Justin Ruggles
Re: [FFmpeg-soc] [soc]: r5430 - in als: als_data.h alsdec.c
Thilo Borgmann
[FFmpeg-soc] [soc]: r5429 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5427 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_drawbox.c vf_fifo.c vf_fps.c vf_scale.c vf_setpts.c vf_slicify....
stefano
[FFmpeg-soc] [soc]: r5428 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_slicify.c
stefano
[FFmpeg-soc] making moving and zooming effect
Oleksandr Bondar
Re: [FFmpeg-soc] making moving and zooming effect
Stefano Sabatini
Re: [FFmpeg-soc] making moving and zooming effect
Oleksandr Bondar
Re: [FFmpeg-soc] making moving and zooming effect
Stefano Sabatini
Re: [FFmpeg-soc] making moving and zooming effect
Stefano Sabatini
Re: [FFmpeg-soc] making moving and zooming effect
Oleksandr Bondar
Re: [FFmpeg-soc] making moving and zooming effect
Stefano Sabatini
[FFmpeg-soc] [soc]: r5426 - libavfilter/vf_transpose.c
stefano
[FFmpeg-soc] [soc]: r5425 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_format.c
stefano
[FFmpeg-soc] [soc]: r5424 - jpeg2000/j2kdec.c
jai_menon
[FFmpeg-soc] [soc]: r5423 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_vflip.c
stefano
[FFmpeg-soc] [soc]: r5422 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff diffs/03_vfilters_doc.diff vf_crop.c
stefano
[FFmpeg-soc] [soc] [propchange]: r5419 - svn:log
thilo . borgmann
Re: [FFmpeg-soc] [soc] [propchange]: r5419 - svn:log
Diego Biurrun
Re: [FFmpeg-soc] [soc] [propchange]: r5419 - svn:log
Thilo Borgmann
[FFmpeg-soc] [soc] [propchange]: r5419 - svn:log
thilo . borgmann
[FFmpeg-soc] [soc]: r5421 - jpeg2000/j2kdec.c
jai_menon
[FFmpeg-soc] [soc]: r5420 - jpeg2000/j2kdec.c
jai_menon
[FFmpeg-soc] [soc]: r5419 - als/alsdec.c
thilo . borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Thilo Borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Thilo Borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Thilo Borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Thilo Borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Thilo Borgmann
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
Re: [FFmpeg-soc] [soc]: r5419 - als/alsdec.c
Michael Niedermayer
[FFmpeg-soc] [soc]: r5418 - libavfilter/Makefile
benoit
[FFmpeg-soc] [soc]: r5417 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_vfilters_doc.diff vf_drawbox.c vf_hflip.c vf_negate.c vf_rotate.c vf_transpose.c vsrc_b...
stefano
[FFmpeg-soc] [soc]: r5416 - in libavfilter: diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff vf_drawbox.c vf_hflip.c vf_negate.c vf_rotate.c vf_transpose.c vsrc_buffer.c vsrc_movie.c
stefano
[FFmpeg-soc] [soc]: r5415 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_vfilters_doc.diff
stefano
[FFmpeg-soc] [soc]: r5414 - jpeg2000/j2kdec.c
jai_menon
[FFmpeg-soc] [soc]: r5413 - jpeg2000/ffmpeg.patch
jai_menon
[FFmpeg-soc] [soc]: r5412 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_vfilters_doc.diff vf_null.c
stefano
[FFmpeg-soc] [soc]: r5411 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_vfilters_doc.diff doc vf_crop.c vf_null.c vf_overlay.c vf_scale.c vf_transpose.c vsrc_b...
stefano
[FFmpeg-soc] [soc]: r5410 - als/alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5409 - in als: als_data.h alsdec.c
thilo . borgmann
[FFmpeg-soc] [soc]: r5408 - in als: als_data.h alsdec.c
thilo . borgmann
Re: [FFmpeg-soc] [soc]: r5408 - in als: als_data.h alsdec.c
Justin Ruggles
Re: [FFmpeg-soc] [soc]: r5408 - in als: als_data.h alsdec.c
Thilo Borgmann
[FFmpeg-soc] [soc]: r5406 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff
stefano
[FFmpeg-soc] [PATCH] Implement non-positional parameters parsing and parametric expressions for the crop filter arguments
Stefano Sabatini
Re: [FFmpeg-soc] [PATCH] Implement non-positional parameters parsing and parametric expressions for the crop filter arguments
Michael Niedermayer
Re: [FFmpeg-soc] [PATCH] Implement non-positional parameters parsing and parametric expressions for the crop filter arguments
Stefano Sabatini
Re: [FFmpeg-soc] [PATCH] Implement non-positional parameters parsing and parametric expressions for the crop filter arguments
Michael Niedermayer
[FFmpeg-soc] [PATCH]new avfilter vf_logo.c overlaying logo onto video (revised patchfile)
Juergen_Meissner
[FFmpeg-soc] [PATCH]new avfilter vf_logo.c overlaying logo onto video
Juergen_Meissner
Re: [FFmpeg-soc] [PATCH]new avfilter vf_logo.c overlaying logo onto video
Stefano Sabatini
Re: [FFmpeg-soc] [PATCH]new avfilter vf_logo.c overlaying logo onto video
Juergen_Meissner
[FFmpeg-soc] [soc]: r5405 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff
stefano
[FFmpeg-soc] [soc]: r5404 - aac-sbr/ffmpeg.diff
superdump
[FFmpeg-soc] [soc]: r5403 - in aac-sbr: aacsbr_internal.h ffmpeg.diff
superdump
[FFmpeg-soc] [soc]: r5402 - in aac-sbr: aacsbr.c aacsbr.h
superdump
[FFmpeg-soc] [soc]: r5401 - aac-sbr/aacsbr.c
diego
[FFmpeg-soc] [soc]: r5400 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5399 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5398 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5397 - aac-sbr/checkout.sh
superdump
[FFmpeg-soc] [soc]: r5396 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5395 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5394 - aac-sbr/aacsbr.c
superdump
[FFmpeg-soc] [soc]: r5393 - in aac-sbr: aacsbr.c ffmpeg.diff
superdump
Re: [FFmpeg-soc] [soc]: r5393 - in aac-sbr: aacsbr.c ffmpeg.diff
Diego Biurrun
[FFmpeg-soc] [soc]: r5392 - aac-sbr sbr-wip
superdump
[FFmpeg-soc] [soc]: r5391 - sbr-wip/aacsbr.c
diego
[FFmpeg-soc] [soc]: r5390 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff
stefano
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Diego Biurrun
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Robert Swain
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Diego Biurrun
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Robert Swain
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Diego Biurrun
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Alex Converse
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Diego Biurrun
Re: [FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff
Robert Swain
[FFmpeg-soc] libavfilter status
Maksym Veremeyenko
Re: [FFmpeg-soc] libavfilter status
Stefano Sabatini
Re: [FFmpeg-soc] libavfilter status
Maksym Veremeyenko
Re: [FFmpeg-soc] libavfilter status
Stefano Sabatini
Re: [FFmpeg-soc] libavfilter status
Maksym Veremeyenko
Re: [FFmpeg-soc] libavfilter status
Stefano Sabatini
[FFmpeg-soc] 33 bit rollover in MPEG
Janos Barta
Re: [FFmpeg-soc] 33 bit rollover in MPEG
Colin McQuillan
Re: [FFmpeg-soc] 33 bit rollover in MPEG
Janos Barta
[FFmpeg-soc] [soc]: r5387 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff
stefano
[FFmpeg-soc] access to input file metadata from within avfilter?
Norbert Burger
Re: [FFmpeg-soc] access to input file metadata from within avfilter?
Vitor Sessak
Re: [FFmpeg-soc] access to input file metadata from within avfilter?
Norbert Burger
Re: [FFmpeg-soc] access to input file metadata from within avfilter?
VĂctor Paesa
Earlier messages
Later messages