summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_lavcac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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