/third_party/gstreamer/gstplugins_good/ext/lame/ |
D | gstlamemp3enc.c | 191 static gboolean gst_lamemp3enc_setup (GstLameMP3Enc * lame, GstTagList ** tags); 209 gst_lamemp3enc_release_memory (GstLameMP3Enc * lame) in gst_lamemp3enc_release_memory() argument 211 if (lame->lgf) { in gst_lamemp3enc_release_memory() 212 lame_close (lame->lgf); in gst_lamemp3enc_release_memory() 213 lame->lgf = NULL; in gst_lamemp3enc_release_memory() 294 gst_lamemp3enc_init (GstLameMP3Enc * lame) in gst_lamemp3enc_init() argument 296 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_ENCODER_SINK_PAD (lame)); in gst_lamemp3enc_init() 302 GstLameMP3Enc *lame = GST_LAMEMP3ENC (enc); in gst_lamemp3enc_start() local 304 GST_DEBUG_OBJECT (lame, "start"); in gst_lamemp3enc_start() 306 if (!lame->adapter) in gst_lamemp3enc_start() [all …]
|
D | meson.build | 2 lame_option = get_option('lame') 10 have_lame = cc.has_header_symbol('lame/lame.h', 'lame_init') 12 if cc.has_header_symbol('lame/lame.h', 'lame_set_VBR_quality') 15 if cc.has_header_symbol('lame/lame.h', 'MEDIUM') 19 lame_dep = dependency('mp3lame', fallback: ['lame', 'lame_dep'], required: lame_option) 28 lame = library('gstlame', variable 37 pkgconfig.generate(lame, install_dir : plugins_pkgconfig_install_dir) 38 plugins += [lame]
|
D | plugin.c | 37 lame,
|
/third_party/libsnd/cmake/ |
D | Findmp3lame.cmake | 1 # - Find lame 2 # Find the native lame includes and libraries 4 # MP3LAME_INCLUDE_DIRS - where to find lame.h, etc. 5 # MP3LAME_LIBRARIES - List of libraries when using lame. 13 find_path (MP3LAME_INCLUDE_DIR lame/lame.h 18 # MSVC built lame may be named mp3lame_static.
|
/third_party/gstreamer/gstplugins_good/ext/twolame/ |
D | gsttwolamemp2enc.c | 621 gst_two_lame_flush_full (GstTwoLame * lame, gboolean push) in gst_two_lame_flush_full() argument 628 if (!lame->glopts) in gst_two_lame_flush_full() 633 size = twolame_encode_flush (lame->glopts, map.data, 16384); in gst_two_lame_flush_full() 638 GST_DEBUG_OBJECT (lame, "pushing final packet of %u bytes", size); in gst_two_lame_flush_full() 639 result = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (lame), buf, -1); in gst_two_lame_flush_full() 641 GST_DEBUG_OBJECT (lame, "no final packet (size=%d, push=%d)", size, push); in gst_two_lame_flush_full()
|
/third_party/gstreamer/gstplugins_good/ext/ |
D | meson.build | 8 subdir('lame') subdir
|
/third_party/ffmpeg/tests/ref/fate/ |
D | opt | 28 lame E.......... set lame flag 57 name: lame default:1 error:Option not found 84 name: lame default:1 error:Option not found 215 Setting options string 'flags=+mu-lame : num=42: toggle=0' 216 Setting entry with key 'flags' to value '+mu-lame' 219 OK 'flags=+mu-lame : num=42: toggle=0'
|
/third_party/gstreamer/gstplugins_good/po/ |
D | POTFILES | 5 ext/lame/gstlamemp3enc.c
|
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/ |
D | lame.c | 131 GST_CHECK_MAIN (lame);
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | gst-plugins-good.supp | 146 ## lame 149 <lame Conditional jump or move depends on uninitialised values>
|
D | meson.build | 144 [ 'pipelines/lame', not lame_dep.found() ],
|
/third_party/libsnd/ |
D | configure.ac | 360 AC_CHECK_HEADER(lame/lame.h, 363 AC_SEARCH_LIBS(lame_set_VBR_q, [lame mp3lame], [lame_lib_found="yes"], [lame_lib_found="no"]) 392 AC_DEFINE_UNQUOTED([HAVE_MPEG], [$HAVE_MPEG], [Will be set to 1 if lame, mpg123 mpeg support is ava…
|
D | CMakeLists.txt | 179 URL "https://lame.sourceforge.io/"
|
/third_party/gstreamer/gstplugins_good/ |
D | REQUIREMENTS | 131 Plugins: lame (lamemp3enc)
|
D | meson_options.txt | 58 option('lame', type : 'feature', value : 'auto', description : 'LAME mp3 audio encoder plugin') feature
|
D | ChangeLog | 936 * ext/lame/meson.build: 937 meson: Don't build lame plugin with -Dlame=disabled 2042 * ext/lame/meson.build: 2043 lame:meson: Avoid using fallback when we could use system install 2048 * ext/lame/gstlamemp3enc.h: 2049 * ext/lame/meson.build: 2050 meson: Support building lame as subproject 5285 * ext/lame/gstlamemp3enc.c: 5286 * ext/lame/gstlamemp3enc.h: 5287 * ext/lame/plugin.c: [all …]
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 214 * -ugly lame: lame: L.A.M.E. mp3 encoder 215 * -ugly lame: lamemp3enc: L.A.M.E. mp3 encoder
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.3.3.rst | 161 - freedreno/ir3: fix lockups with lame FRAG shaders
|
/third_party/libsnd/src/ |
D | config.h.cmake | 46 /* Will be set to 1 if lame and mpg123 are available. */
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 552 * plugins/mp3encode/lame/: gstlame.c, gstlame.h: update for newer 1437 plugins/mp3encode/lame/gstlame.c, plugins/mp3encode/lame/gstlame.h, 1915 plugins/mp3encode/lame/gstlame.c, plugins/sdlsink/sdlvideosink.c: 2076 * plugins/mp3encode/lame/gstlame.c: Fixed the get and set functions 2236 plugins/mp3encode/lame/gstlame.c, plugins/mp3encode/lame/gstlame.h, 2965 * plugins/mp3encode/lame/gstlame.c: Set the src caps to audio/mp3 2969 * plugins/mp3encode/lame/gstlame.c: Removed the MPG_MD* defines 2970 bacause they seem to be undefined with some versions of lame. 2982 * plugins/mp3encode/lame/gstlame.c: Small updates. 3890 plugins/mp3encode/lame/gstlame.c, [all …]
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 322 lame and mpegaudioparse seem to work 608 * ext/lame/gstlame.c: (gst_lame_src_getcaps), 639 * ext/lame/gstlame.c: (gst_lame_class_init), 643 * ext/lame/gstlame.h: 644 Port lame plugin 6616 Added lame audio/x-ac3 typefind function. 7738 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain): 7739 * ext/lame/gstlame.h: 7740 Added new media support to lame 7787 Clean up the test for lame presets [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 4445 Added lame audio/x-ac3 typefind function. 5567 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain): 5568 * ext/lame/gstlame.h: 5569 Added new media support to lame 5616 Clean up the test for lame presets 5621 * ext/lame/Makefile.am: 5622 * ext/lame/gstlame.c: (gst_lame_class_init), 5624 Only enable lame presets if version of lame has presets in API 5750 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type), 5756 * ext/lame/gstlame.c: (gst_lame_mode_get_type), [all …]
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | mimetypes | 371 Encoder: lame, ffdec_mp3
|
D | porting-to-1.0.txt | 699 lame -> lamemp3enc
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 5233 跛>'[lame]'; 5260 蹇>'[lame]';
|