summaryrefslogtreecommitdiff
path: root/libavfilter/af_hdcd.c
Commit message (Expand)AuthorAge
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer2017-01-22
* doc: fix spelling errorsAndreas Cadhalpun2016-10-21
* af_hdcd: disable auto-convert by defaultBurt P2016-10-05
* af_hdcd: add experimental 20 and 24-bit decoding supportBurt P2016-10-05
* af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channelBurt P2016-10-05
* af_hdcd: support s16p (WavPack) directlyBurt P2016-10-05
* af_hdcd: allow all HDCD sample ratesBurt P2016-10-05
* af_hdcd: add mono as a supported channel layoutBurt P2016-10-05
* af_hdcd: fix bounds check in hdcd_envelope()Burt P2016-09-08
* af_hdcd: hdcd_analyze_gen() using int instead of floatBurt P2016-09-07
* af_hdcd: tweak hdcd_analyze_prepare() a bitBurt P2016-09-07
* af_hdcd: move decoding setup from init to config_inputBurt P2016-09-07
* af_hdcd: fix possible integer overflowBurt P2016-09-07
* af_hdcd: some types renamed to remove _tBurt P2016-09-07
* af_hdcd: av_frame_free(out) if av_frame_copy_props() failsBurt P2016-08-25
* af_hdcd: for easier maintenance alongside libhdcdBurt P2016-08-25
* af_hdcd: check return value of av_frame_copy_props()Burt P2016-08-24
* af_hdcd: PE table limitsBurt P2016-08-21
* af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P2016-08-21
* af_hdcd: add AVOption to set the CDT periodBurt P2016-08-21
* af_hdcd: Code comments updateBurt P2016-08-21
* af_hdcd: Don't warn if converting from AV_SAMPLE_FMT_S16PBurt P2016-08-08
* af_hdcd: Add analyze modeBurt P2016-08-08
* af_hdcd: convert AVOptions from INT to BOOLBurt P2016-08-06
* af_hdcd: add flags to AVOption defsBurt P2016-08-02
* af_hdcd: Warn if there is any resampling or format conversion in the link chainBurt P2016-08-01
* af_hdcd: Process stereo channels together, fix #5727Burt P2016-08-01
* af_hdcd: Move code detect/check into own functionBurt P2016-08-01
* af_hdcd: add force_pe filter optionBurt P2016-08-01
* af_hdcd: Improve error detection loggingBurt P2016-08-01
* af_hdcd: give cdt expired counter a value for never setBurt P2016-07-31
* af_hdcd: fix a minor cosmetic annoyanceBurt P2016-07-31
* lavfi/hdcd: fix styleClément Bœsch2016-07-28
* lavfi/hdcd: mark pe_str as static and constClément Bœsch2016-07-28
* af_hdcd: Report PE as being intermittent or permanentBurt P2016-07-28
* af_hdcd: Add counter for cdt expirationsBurt P2016-07-27
* af_hdcd: more comments in state structBurt P2016-07-27
* af_hdcd: Improve HDCD detectionBurt P2016-07-27
* af_hdcd: detect and report encoding errors and odditiesBurt P2016-07-14
* af_hdcd: only hdcd_update_info() when something changesBurt P2016-07-14
* af_hdcd: fewer false positives by ignoring code_counterC in HDCD detectionBurt P2016-07-14
* af_hdcd: don't log full HDCD stats if HDCD was not detectedBurt P2016-07-12
* af_hdcd: integrate() renamed hdcd_integrate() to be consistent with the other...Burt P2016-07-12
* libavfilter/af_hdcd.c: Collect HDCD stats and reportBurt P2016-07-06
* avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter.Benjamin Steffes2016-06-15
* avfilter/af_hdcd: Replace complexer expression by litteral constantMichael Niedermayer2016-05-24
* libavfilter/af_hdcd: fixed negative signed value shiftdsmudhar2016-05-23
* avfilter/af_hdcd: Fix informations typoMichael Niedermayer2016-04-16