summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_lavcac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* various: make filter internal function names more descriptivenanahi2024-04-101-7/+7
* af_lavcac3enc: fix memory leak on 2ch audiomistraid1212024-03-191-3/+3
* various: fix -Wold-style-declaration warningnanahi2024-03-191-1/+1
* af_lavcac3enc: don't use deprecated `avcodec_close`llyyr2024-02-191-1/+9
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-3/+3
* af_lavcac3enc: switch to AVChannelLayout when availableJan Ekström2022-06-141-3/+36
* af_lavcac3enc: refactor chmap adding into its own functionJan Ekström2022-06-141-7/+13
* af_lavcac3enc: fix some minor thingssfan52022-01-101-2/+3
* af_lavcac3enc: replace deprecated av_init_packet()sfan52022-01-101-11/+17
* af_lavcac3enc: fix memory leak on no-opNiklas Haas2021-12-141-16/+19
* build: address AVCodec, AVInputFormat, AVOutputFormat const warningssfan52021-05-011-1/+1
* options: change option macros and all option declarationswm42020-03-181-6/+6
* audio: rewrite filtering glue codewm42018-01-301-275/+229
* Fix various typos in log messagesNicolas F2017-12-031-1/+1
* Replace remaining avcodec_close() callswm42017-07-161-4/+1
* af_lavcac3enc: change license to LGPLwm42017-05-091-7/+7
* Remove compatibility thingswm42016-12-071-16/+0
* af_lavcac3enc: allow passing options to libavcodecwm42016-08-091-0/+7
* af_lavcac3enc: skip output if there was no input framewm42016-08-021-0/+3
* af_lavcac3enc: fix buffering timestamps calculationswm42016-08-011-3/+9
* af_lavcac3enc: fix memory leakwm42016-08-011-1/+1
* af_lavcac3enc: fix a debug messagewm42016-07-311-1/+1
* af_lavcac3enc: error out properly if encoding failswm42016-07-311-0/+4
* af_lavcac3enc: fix aspects of AVFrame handlingwm42016-07-311-0/+3
* af_lavcac3enc: use common code for AVFrame setupwm42016-07-241-11/+2
* af_lavcac3enc: use av_err2str() call (fixes Libav build)wm42016-06-231-2/+1
* af_lavcac3enc: make encoder configurablewm42016-06-231-2/+5
* af_lavcac3enc: implement flushing on seekwm42016-06-231-0/+7
* af_lavcac3enc: port to new encode APIwm42016-06-231-9/+57
* af_lavcac3enc: automatically configure most encoder parameterswm42016-06-231-29/+57
* af_lavcac3enc: drop log message prefixeswm42016-06-231-9/+7
* af_lavcac3enc: fix custom bitrateswm42016-06-231-2/+3
* af_lavcac3enc: simplify/fix AVPacket handlingwm42015-11-041-16/+21
* Replace deprecated av_free_packet() callswm42015-10-281-1/+1
* audio: remove unused legacy libavutil headerwm42015-08-071-1/+0
* audio: fix format function consistency issueswm42015-06-261-1/+1
* af_lavcac3enc: fix A/V syncwm42015-06-151-3/+17
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* af_lavcac3enc: use refcounted frameswm42015-01-141-89/+95
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-131-3/+2
* af_lavcac3enc: fix byte orderwm42014-10-121-2/+2
* audio: cleanup spdif format definitionswm42014-09-231-1/+1
* audio: remove swapped-endian spdif formatswm42014-09-231-4/+12
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-121-1/+1
* af_lavcac3enc: change default bitrate to 640wm42014-08-121-1/+2
* Add more constwm42014-06-111-1/+1
* af_lavcac3enc: detach on any passthrough format, not just ac3wm42014-04-161-1/+1
* af_lavcac3enc: use new AVFrame APIwm42014-03-161-3/+3
* audio/filter: remove redundant log message prefixeswm42014-01-241-2/+2
* audio: mp_msg conversionswm42013-12-211-11/+11
* Reduce recursive config.h inclusions in headerswm42013-12-181-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-3/+3
* audio/filter: change filter callback signaturewm42013-12-051-5/+5
* af: remove af->setup fieldwm42013-12-041-4/+3
* af_lavcac3enc: use option parserwm42013-11-151-35/+37
* af_lavcac3enc: use planar formatswm42013-11-121-134/+82
* af_lavcac3enc: simplify format negotiationwm42013-11-121-28/+33
* audio/filter: fix mul/delay scale and valueswm42013-11-121-4/+4
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-16/+2
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-15/+15
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-2/+1
* audio/filter: remove useless af_info fieldswm42013-10-231-6/+3
* Fix some -Wshadow warningswm42013-07-231-3/+3
* reorder_ch: remove old channel reorder functionswm42013-05-121-9/+0
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-3/+3
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-9/+7
* af_lavcac3enc: switch to avcodec_encode_audio2()wm42013-03-131-45/+71
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-031-3/+44
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+332