Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-01avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-01-22avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-05af_hdcd: disable auto-convert by defaultBurt P
2016-10-05af_hdcd: add experimental 20 and 24-bit decoding supportBurt P
2016-10-05af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channelBurt P
2016-10-05af_hdcd: support s16p (WavPack) directlyBurt P
2016-10-05af_hdcd: allow all HDCD sample ratesBurt P
2016-10-05af_hdcd: add mono as a supported channel layoutBurt P
2016-09-09af_hdcd: fix bounds check in hdcd_envelope()Burt P
2016-09-07af_hdcd: hdcd_analyze_gen() using int instead of floatBurt P
2016-09-07af_hdcd: tweak hdcd_analyze_prepare() a bitBurt P
2016-09-07af_hdcd: move decoding setup from init to config_inputBurt P
2016-09-07af_hdcd: fix possible integer overflowBurt P
2016-09-07af_hdcd: some types renamed to remove _tBurt P
2016-08-26af_hdcd: av_frame_free(out) if av_frame_copy_props() failsBurt P
2016-08-26af_hdcd: for easier maintenance alongside libhdcdBurt P
2016-08-24af_hdcd: check return value of av_frame_copy_props()Burt P
2016-08-21af_hdcd: PE table limitsBurt P
2016-08-21af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P
2016-08-21af_hdcd: add AVOption to set the CDT periodBurt P
2016-08-21af_hdcd: Code comments updateBurt P
2016-08-08af_hdcd: Don't warn if converting from AV_SAMPLE_FMT_S16PBurt P
2016-08-08af_hdcd: Add analyze modeBurt P
2016-08-06af_hdcd: convert AVOptions from INT to BOOLBurt P
2016-08-03af_hdcd: add flags to AVOption defsBurt P
2016-08-02af_hdcd: Warn if there is any resampling or format conversion in the link chainBurt P
2016-08-02af_hdcd: Process stereo channels together, fix #5727Burt P
2016-08-01af_hdcd: Move code detect/check into own functionBurt P
2016-08-01af_hdcd: add force_pe filter optionBurt P
2016-08-01af_hdcd: Improve error detection loggingBurt P
2016-07-31af_hdcd: give cdt expired counter a value for never setBurt P
2016-07-31af_hdcd: fix a minor cosmetic annoyanceBurt P
2016-07-28lavfi/hdcd: fix styleClément Bœsch
2016-07-28lavfi/hdcd: mark pe_str as static and constClément Bœsch
2016-07-28af_hdcd: Report PE as being intermittent or permanentBurt P
2016-07-28af_hdcd: Add counter for cdt expirationsBurt P
2016-07-28af_hdcd: more comments in state structBurt P
2016-07-27af_hdcd: Improve HDCD detectionBurt P
2016-07-14af_hdcd: detect and report encoding errors and odditiesBurt P
2016-07-14af_hdcd: only hdcd_update_info() when something changesBurt P