summaryrefslogtreecommitdiff
path: root/libavfilter/af_hdcd.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-14/+14
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-2/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt2021-04-011-4/+4
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-2/+2
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+5
* avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer2017-01-221-4/+2
* doc: fix spelling errorsAndreas Cadhalpun2016-10-211-1/+1
* af_hdcd: disable auto-convert by defaultBurt P2016-10-051-46/+1
* af_hdcd: add experimental 20 and 24-bit decoding supportBurt P2016-10-051-20/+68
* af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channelBurt P2016-10-051-218/+85
* af_hdcd: support s16p (WavPack) directlyBurt P2016-10-051-3/+12
* af_hdcd: allow all HDCD sample ratesBurt P2016-10-051-6/+8
* af_hdcd: add mono as a supported channel layoutBurt P2016-10-051-1/+4
* af_hdcd: fix bounds check in hdcd_envelope()Burt P2016-09-081-2/+5
* af_hdcd: hdcd_analyze_gen() using int instead of floatBurt P2016-09-071-5/+4
* af_hdcd: tweak hdcd_analyze_prepare() a bitBurt P2016-09-071-3/+6
* af_hdcd: move decoding setup from init to config_inputBurt P2016-09-071-19/+21
* af_hdcd: fix possible integer overflowBurt P2016-09-071-5/+4
* af_hdcd: some types renamed to remove _tBurt P2016-09-071-29/+29
* af_hdcd: av_frame_free(out) if av_frame_copy_props() failsBurt P2016-08-251-0/+1
* af_hdcd: for easier maintenance alongside libhdcdBurt P2016-08-251-99/+172
* af_hdcd: check return value of av_frame_copy_props()Burt P2016-08-241-2/+6
* af_hdcd: PE table limitsBurt P2016-08-211-5/+7
* af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P2016-08-211-3/+13
* af_hdcd: add AVOption to set the CDT periodBurt P2016-08-211-3/+9
* af_hdcd: Code comments updateBurt P2016-08-211-86/+95
* af_hdcd: Don't warn if converting from AV_SAMPLE_FMT_S16PBurt P2016-08-081-14/+20
* af_hdcd: Add analyze modeBurt P2016-08-081-8/+155
* af_hdcd: convert AVOptions from INT to BOOLBurt P2016-08-061-2/+2
* af_hdcd: add flags to AVOption defsBurt P2016-08-021-2/+3
* af_hdcd: Warn if there is any resampling or format conversion in the link chainBurt P2016-08-011-4/+58
* af_hdcd: Process stereo channels together, fix #5727Burt P2016-08-011-38/+249
* af_hdcd: Move code detect/check into own functionBurt P2016-08-011-26/+60
* af_hdcd: add force_pe filter optionBurt P2016-08-011-4/+22
* af_hdcd: Improve error detection loggingBurt P2016-08-011-15/+19
* af_hdcd: give cdt expired counter a value for never setBurt P2016-07-311-3/+14
* af_hdcd: fix a minor cosmetic annoyanceBurt P2016-07-311-2/+2
* lavfi/hdcd: fix styleClément Bœsch2016-07-281-5/+7
* lavfi/hdcd: mark pe_str as static and constClément Bœsch2016-07-281-1/+1
* af_hdcd: Report PE as being intermittent or permanentBurt P2016-07-281-4/+26
* af_hdcd: Add counter for cdt expirationsBurt P2016-07-271-2/+13
* af_hdcd: more comments in state structBurt P2016-07-271-13/+21
* af_hdcd: Improve HDCD detectionBurt P2016-07-271-2/+6
* af_hdcd: detect and report encoding errors and odditiesBurt P2016-07-141-15/+58
* af_hdcd: only hdcd_update_info() when something changesBurt P2016-07-141-21/+13