51 Commits (fd10a6e2f21f9cadc44a0415e204ea82940cd089)

Author SHA1 Message Date
  Paul B Mahol ed93ed5ee3 avfilter: don't anonymously typedef structs 8 years ago
  Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
  Michael Niedermayer 0a5add45c7 avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list() 8 years ago
  Andreas Cadhalpun c8a6eb58d7 doc: fix spelling errors 8 years ago
  Burt P 2c3d936487 af_hdcd: disable auto-convert by default 8 years ago
  Burt P f51ddbf83c af_hdcd: add experimental 20 and 24-bit decoding support 8 years ago
  Burt P 4f94f01414 af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channel 8 years ago
  Burt P 80d89c1960 af_hdcd: support s16p (WavPack) directly 8 years ago
  Burt P 7e46bb80ef af_hdcd: allow all HDCD sample rates 8 years ago
  Burt P de9b23ac1f af_hdcd: add mono as a supported channel layout 8 years ago
  Burt P 91117fc9f1 af_hdcd: fix bounds check in hdcd_envelope() 8 years ago
  Burt P 38445d58f1 af_hdcd: hdcd_analyze_gen() using int instead of float 8 years ago
  Burt P eb0086588f af_hdcd: tweak hdcd_analyze_prepare() a bit 8 years ago
  Burt P e700e21b6f af_hdcd: move decoding setup from init to config_input 8 years ago
  Burt P 91be2ad756 af_hdcd: fix possible integer overflow 8 years ago
  Burt P 5e553cab68 af_hdcd: some types renamed to remove _t 8 years ago
  Burt P 728e80cd2e High Definition Compatible Digital (HDCD) decoder filter, using libhdcd 8 years ago
  Burt P ec220a8c1c af_hdcd: av_frame_free(out) if av_frame_copy_props() fails 8 years ago
  Burt P 9d5e3c3f59 af_hdcd: for easier maintenance alongside libhdcd 8 years ago
  Burt P 8a78fc5b01 af_hdcd: check return value of av_frame_copy_props() 8 years ago
  Burt P 0e0f8859ba af_hdcd: PE table limits 8 years ago
  Burt P accbb00ba7 af_hdcd: add AVOption to disable autoconversion in the filter graph 8 years ago
  Burt P 8c19732a42 af_hdcd: add AVOption to set the CDT period 8 years ago
  Burt P 400e2acd11 af_hdcd: Code comments update 8 years ago
  Burt P dbd7a84c81 af_hdcd: Don't warn if converting from AV_SAMPLE_FMT_S16P 8 years ago
  Burt P b2b659b17d af_hdcd: Add analyze mode 8 years ago
  Burt P 2ce985c049 af_hdcd: convert AVOptions from INT to BOOL 8 years ago
  Burt P e0b8cba058 af_hdcd: add flags to AVOption defs 8 years ago
  Burt P bea17a3d57 af_hdcd: Warn if there is any resampling or format conversion in the link chain 8 years ago
  Burt P d574e22659 af_hdcd: Process stereo channels together, fix #5727 8 years ago
  Burt P 12759cc034 af_hdcd: Move code detect/check into own function 8 years ago
  Burt P b90d0ab4be af_hdcd: add force_pe filter option 8 years ago
  Burt P 6517177d97 af_hdcd: Improve error detection logging 8 years ago
  Burt P 390eea61be af_hdcd: give cdt expired counter a value for never set 8 years ago
  Burt P 999c6b1da8 af_hdcd: fix a minor cosmetic annoyance 8 years ago
  Clément Bœsch 37abc8cca2 lavfi/hdcd: fix style 8 years ago
  Clément Bœsch 4791716c1d lavfi/hdcd: mark pe_str as static and const 8 years ago
  Burt P fb91143ef1 af_hdcd: Report PE as being intermittent or permanent 8 years ago
  Burt P c26305f6ae af_hdcd: Add counter for cdt expirations 8 years ago
  Burt P c7ba34b6ea af_hdcd: more comments in state struct 8 years ago
  Burt P 91854b8ef6 af_hdcd: Improve HDCD detection 8 years ago
  Burt P c41718c0d0 af_hdcd: detect and report encoding errors and oddities 8 years ago
  Burt P 5c7457c028 af_hdcd: only hdcd_update_info() when something changes 8 years ago
  Burt P 33fc4cc7c6 af_hdcd: fewer false positives by ignoring code_counterC in HDCD detection 8 years ago
  Burt P 7af44ce2f7 af_hdcd: don't log full HDCD stats if HDCD was not detected 8 years ago
  Burt P 0d8caeb41e af_hdcd: integrate() renamed hdcd_integrate() to be consistent with the other function names 8 years ago
  Burt P ba69a81019 libavfilter/af_hdcd.c: Collect HDCD stats and report 8 years ago
  Benjamin Steffes 5b95b4616a avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter. 9 years ago
  Michael Niedermayer 35b37591c0 avfilter/af_hdcd: Replace complexer expression by litteral constant 9 years ago
  dsmudhar 5836a5037e libavfilter/af_hdcd: fixed negative signed value shift 9 years ago